| Age | Commit message (Expand) | Author |
| 2020-06-25 | remove machine_i2c, machine_spi | Jeff Epler |
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò |
| 2020-06-01 | ulab: update submodule again | Jeff Epler |
| 2020-06-01 | ulab: update | Jeff Epler |
| 2020-05-10 | ujson: back out overeager loads() change; only change load() | warriorofwire |
| 2020-05-10 | ujson: do not eat trailing whitespace | warriorofwire |
| 2020-04-27 | ulab: update | Jeff Epler |
| 2020-04-26 | ulab: actually update the submodule | Jeff Epler |
| 2020-04-14 | ulab: Get updates from upstream | Jeff Epler |
| 2020-04-13 | ulab: Get updates from upstream | Jeff Epler |
| 2020-03-17 | update ulab | Jeff Epler |
| 2020-03-09 | ulab: Use https://github.com/v923z/micropython-ulab/ | Jeff Epler |
| 2020-02-27 | Update ulab from upstream again | Jeff Epler |
| 2020-02-27 | ulab: Incorporate it | Jeff Epler |
| 2020-02-14 | avoid os.stat() int overflow on smallint-only builds | Dan Halbert |
| 2020-02-04 | preserve errno in OSError | Dan Halbert |
| 2020-02-04 | Include filename for 'No such file/directory', etc. | Dan Halbert |
| 2020-01-27 | Fix subclassing of objects that are tested. Others may still be broken. | Scott Shawcroft |
| 2020-01-02 | remove unnecessary GCC pragmas | Roy Hooper |
| 2020-01-02 | raise mp_raise_NotImplementedError | Roy Hooper |
| 2019-12-13 | Revert subscr signature change | Roy Hooper |
| 2019-12-13 | push changes | Roy Hooper |
| 2019-12-10 | Merge branch 'master' into new-pixelbuf-api | Roy Hooper |
| 2019-12-04 | protocols: Allow them to be (optionally) type-safe | Jeff Epler |
| 2019-11-26 | remove unnecessary intermediate mp_obj_subscr wrapper | Roy Hooper |
| 2019-11-23 | disable -Wunused-parameter on subscr functions | Roy Hooper |
| 2019-11-23 | Merge branch 'master' into new-pixelbuf-api | Roy Hooper |
| 2019-11-23 | make ->subscr take an instance to pass when instance_subscr is called from su... | Roy Hooper |
| 2019-10-13 | Move font dependency to extmod from stm32 | Dan Halbert |
| 2019-03-13 | Prevent other filesystem changes besides file writes | Scott Shawcroft |
| 2019-03-13 | Throw an error when moving a directory into itself. | Scott Shawcroft |
| 2019-02-21 | Merge pull request #1584 from tannewt/disable_concurrent_write_protection | Dan Halbert |
| 2019-02-21 | Merge pull request #1582 from dhalbert/remove-u-names | Scott Shawcroft |
| 2019-02-21 | conditionalize re object type name | Dan Halbert |
| 2019-02-21 | Add option to disable the concurrent write protection | 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-14 | extmod/ure: Support search/match() pos and endpos parameters | Noralf Trønnes |
| 2019-02-14 | extmod/ure: Handle some escape sequences. | Radomir Dopieralski |
| 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-04 | Fix allocation size | Scott Shawcroft |
| 2019-02-03 | Add fast seek support to file objects | Scott Shawcroft |
| 2019-01-18 | More make_new updates | Scott Shawcroft |
| 2019-01-18 | Fix unix build | Scott Shawcroft |
| 2019-01-18 | More make_new fixes for unix build | Scott Shawcroft |
| 2019-01-14 | fixup micropy | Scott Shawcroft |
| 2019-01-14 | py changes for supporting superclass constructors that take kwargs | Scott Shawcroft |