| Age | Commit message (Expand) | Author |
| 2019-03-12 | Fix function signature | Scott Shawcroft |
| 2019-03-12 | Enter safe mode when an allocation is attempted on an uninitialized heap. | Scott Shawcroft |
| 2019-03-01 | better handle frequencyio inclusion | sommersoft |
| 2019-03-01 | Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f... | sommersoft |
| 2019-03-01 | Apply review fixes: | Radomir Dopieralski |
| 2019-03-01 | Rebase on top of CircuitPython 4.x | Radomir Dopieralski |
| 2019-02-28 | Add a _pew module | Radomir Dopieralski |
| 2019-02-24 | add frequencyio to circuipy_ configs | sommersoft |
| 2019-02-21 | Merge pull request #1582 from dhalbert/remove-u-names | Scott Shawcroft |
| 2019-02-21 | Add CIRCUITPY macro; rename u* only when CIRCUITPY=1 | Dan Halbert |
| 2019-02-21 | rename ure, ujson, and uerrno to re, json, and errno | Dan Halbert |
| 2019-02-19 | Prevent infinite display update recursion and fix VFS mounting | Scott Shawcroft |
| 2019-02-19 | Merge pull request #1562 from debrouxl/minor_improvements_and_fixes | Dan Halbert |
| 2019-02-18 | typo | Dan Halbert |
| 2019-02-18 | move non-u names for native modules to circuitpy_mpconfig.h | Dan Halbert |
| 2019-02-18 | forgot json | Dan Halbert |
| 2019-02-18 | regularize how module weak links and alternate names are listed | Dan Halbert |
| 2019-02-17 | correct weak module links; samd module only in m4 ports; update libraries | Dan Halbert |
| 2019-02-17 | fix module weak links; add missing nrf features | Dan Halbert |
| 2019-02-17 | Define MP_SSIZE_MAX for LONGINT_IMPL_LONGLONG as well. | Lionel Debroux |
| 2019-02-15 | Merge pull request #1555 from tannewt/print_flush | Dan Halbert |
| 2019-02-15 | address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE | Dan Halbert |
| 2019-02-15 | Support print("", flush=True) | Scott Shawcroft |
| 2019-02-14 | extmod/ure: Support search/match() pos and endpos parameters | Noralf Trønnes |
| 2019-02-14 | extmod/modure: Add ure.sub() function and method, and tests. | Damien George |
| 2019-02-14 | extmod/modure: Add match.span(), start() and end() methods, and tests. | Damien George |
| 2019-02-14 | extmod/modure: Add match.groups() method, and tests. | Damien George |
| 2019-02-11 | A variety of displayio improvements | Scott Shawcroft |
| 2019-02-06 | Add human readable text for ENOSPC. | Craig Forbes |
| 2019-02-04 | Use generic overflow so 64 bit is handled ok. | Scott Shawcroft |
| 2019-02-04 | Check sequence multiply for length overflow | Scott Shawcroft |
| 2019-02-01 | Never long live the main dictionary. | Scott Shawcroft |
| 2019-02-01 | Don't long live class attributes | Scott Shawcroft |
| 2019-01-21 | Merge remote-tracking branch 'adafruit/master' into bleio2 | Dan Halbert |
| 2019-01-20 | Merge remote-tracking branch 'adafruit/master' into struct-compat | Dan Halbert |
| 2019-01-20 | Fix dict_make_new | Scott Shawcroft |
| 2019-01-20 | Check for null kw_args | Scott Shawcroft |
| 2019-01-20 | Improve struct compatibility with CPython | Dan Halbert |
| 2019-01-20 | Improve struct compatibility with CPython | Dan Halbert |
| 2019-01-19 | CharacteristicBuffer: make it be a stream class; add locking | Dan Halbert |
| 2019-01-18 | More make_new updates | Scott Shawcroft |
| 2019-01-18 | More make_new fixes for unix build | Scott Shawcroft |
| 2019-01-14 | fixup micropy | Scott Shawcroft |
| 2019-01-14 | Don't build machine class we don't use. | Scott Shawcroft |
| 2019-01-14 | py changes for supporting superclass constructors that take kwargs | Scott Shawcroft |
| 2018-12-30 | LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not... | Dan Halbert |
| 2018-12-27 | wip: advertising works, but not connection | Dan Halbert |
| 2018-12-13 | Merge remote-tracking branch 'adafruit/master' into bleio-rev | Dan Halbert |
| 2018-12-06 | Rework safe mode and have heap overwrite trigger it. | Scott Shawcroft |
| 2018-12-06 | Merge remote-tracking branch 'adafruit/master' into bleio-rev | Dan Halbert |