| Age | Commit message (Expand) | Author |
| 2020-08-21 | Update documentation string with blank line | Kevin Matocha |
| 2020-08-21 | Merge adafruit/main latest | Kevin Matocha |
| 2020-08-21 | Merge with latest adafruit/main | Kevin Matocha |
| 2020-08-21 | Updating main to adafruit/main | Kevin Matocha |
| 2020-08-15 | Update documentation to remove whitespaces | Kevin Matocha |
| 2020-08-14 | Corrected erroneous edit to fill description to -> None | Kevin Matocha |
| 2020-08-14 | Bug fixes related to input parameter handling x1,y1. Update comments | Kevin Matocha |
| 2020-08-14 | Deleted trailing whitespace | Kevin Matocha |
| 2020-08-14 | Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, a... | Kevin Matocha |
| 2020-08-14 | Added bitmap.blit function for bitmap slice copy | Margaret Matocha |
| 2020-08-14 | Added bitmap.blit function for copying slices of bitmaps | Margaret Matocha |
| 2020-08-07 | Added bitmap.insert function for slice copy into a bitmap from another bitmap | Margaret Matocha |
| 2020-08-07 | Modify some Python stubs | Taku Fukada |
| 2020-07-30 | Fix inability to set values in 32-bit Bitmap. | Christian Walther |
| 2020-07-29 | Merge pull request #3214 from kmatch98/bitmap_write | Scott Shawcroft |
| 2020-07-28 | Updated to remove else statment, attempt to remove excess mpy-cross... file | Margaret Matocha |
| 2020-07-28 | Updated to remove unnecessary else statement | Margaret Matocha |
| 2020-07-28 | Deleted mpy-cross file | Margaret Matocha |
| 2020-07-27 | Updated Group.c to correct bug with insert into groups | Margaret Matocha |
| 2020-07-27 | Fix several type hints | Taku Fukada |
| 2020-07-24 | Add and correct some type hints | Taku Fukada |
| 2020-07-16 | Made requested changes in displayio | dherrada |
| 2020-07-03 | Added type hints previously missed | dherrada |
| 2020-07-03 | Made every init return None | dherrada |
| 2020-07-03 | Made most of the requested changes | dherrada |
| 2020-07-03 | Added type hints to displayio | dherrada |
| 2020-07-02 | Removed all 'self, )' | dherrada |
| 2020-06-14 | shared-bindings: Change docstrings with '\x...' chars to raw strings | Jeff Epler |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft |
| 2020-05-07 | Did board, digitalio, displayio | dherrada |
| 2020-04-21 | displayio: Fix "bus type" problem introduced at 8cba145c9029 | Jeff Epler |
| 2020-04-14 | Add Protomatter and FramebufferDisplay | Jeff Epler |
| 2020-04-14 | displayio: implement, use allocate_new_display_bus_or_raise | Jeff Epler |
| 2020-04-14 | displayio: implement, use allocate_display_or_raise | Jeff Epler |
| 2020-04-09 | add docstring, clean up | caternuson |
| 2020-04-09 | initial working fill | caternuson |
| 2020-03-28 | Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity | Jeff Epler |
| 2020-03-26 | Don't break the function signature | Scott Shawcroft |
| 2020-03-25 | adding a backlight polarity flag to Display | siddacious |
| 2020-03-25 | Add polarity and phase to FourWire. | Scott Shawcroft |
| 2020-03-06 | Make ParallelBus reset ping arg required | Dan Halbert |
| 2020-03-05 | rename routines to be clearer; fix wiznet arg types | Dan Halbert |
| 2020-02-29 | update uses of assert_pin_free; remove redundant checks | Dan Halbert |
| 2020-02-28 | new pin validation routines; don't use mp_const_none if NULL will do | Dan Halbert |
| 2020-02-14 | Updated OnDiskBitmap RTD example for 5.x | Melissa LeBlanc-Williams |
| 2020-02-03 | allow tuple or list for Palette color | Dan Halbert |
| 2020-01-29 | Tweak error messages to reduce code size. | Scott Shawcroft |
| 2019-12-30 | Update Shape.c | David Glaude |
| 2019-12-16 | displayio: make 'rotation' property settable | Jeff Epler |