| Age | Commit message (Expand) | Author |
| 2021-03-26 | [ure] to save space, disable debug dumps by default | Artyom Skrobov |
| 2021-03-15 | run code formatting script | microDev |
| 2021-01-14 | ports/unix: Fix parallel build problem | Jeff Epler |
| 2020-12-23 | Stub out mp_hal_is_interrupted for UNIX | Scott Shawcroft |
| 2020-11-19 | Introduce, use mp_raise_arg1 | Jeff Epler |
| 2020-10-15 | cxd56 needed more precise include for __packed; needed SRC_C += on some ports | Dan Halbert |
| 2020-10-14 | Removed MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT from unix coverage | gamblor21 |
| 2020-10-13 | Moved ORDEREDDICT define to central location | gamblor21 |
| 2020-08-04 | various: Use mp_obj_get_type_qstr more widely | Jeff Epler |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò |
| 2020-06-25 | remove machine_i2c, machine_spi | Jeff Epler |
| 2020-03-17 | ulab: rename enable macro so it appears in the support matrix | Jeff Epler |
| 2020-03-03 | Merge remote-tracking branch 'origin/master' into ulab | Jeff Epler |
| 2020-03-01 | Makefiles: add targets to build unix port, mpy-cross for fuzzing | Jeff Epler |
| 2020-02-27 | ulab: Incorporate it | Jeff Epler |
| 2020-02-27 | unix port: add help(), help('modules') | Jeff Epler |
| 2019-12-04 | protocols: Allow them to be (optionally) type-safe | Jeff Epler |
| 2019-03-12 | Fix unix build by using safe mode stub | Scott Shawcroft |
| 2019-02-21 | Fix unix build by using filesystem stub | Scott Shawcroft |
| 2019-01-18 | Fix unix build | Scott Shawcroft |
| 2019-01-18 | More make_new fixes for unix build | Scott Shawcroft |
| 2018-12-07 | Stub out serial_write as well | Scott Shawcroft |
| 2018-12-06 | Fix unix | Scott Shawcroft |
| 2018-11-30 | A few tweaks based on review feedback | Scott Shawcroft |
| 2018-11-30 | Add support for adding release info into adafruit/circuitpython-org | Scott Shawcroft |
| 2018-08-16 | Fix unix coverage and update translations. | Scott Shawcroft |
| 2018-08-16 | Fix nrf and unix | Scott Shawcroft |
| 2018-08-07 | Support internationalisation. | Scott Shawcroft |
| 2018-07-28 | merge finished | Dan Halbert |
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert |
| 2018-06-18 | tests/unix/extra_coverage: Don't test stream objs with NULL write fun. | Damien George |
| 2018-06-12 | ports: Enable IOBase on unix, stm32, esp8266 and esp32. | Damien George |
| 2018-06-12 | ports: Call gc_sweep_all() when doing a soft reset. | Damien George |
| 2018-06-06 | unix/moduos_vfs: Add missing uos functions from traditional uos module. | Damien George |
| 2018-06-06 | unix: Support MICROPY_VFS_POSIX and enable it in coverage build. | Damien George |
| 2018-05-22 | ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports. | Damien George |
| 2018-04-10 | py/stream: Switch stream close operation from method to ioctl. | Damien George |
| 2018-03-31 | Merge pull request #729 from jepler/tests-parallel-circuitpython | Scott Shawcroft |
| 2018-03-31 | ports/unix/Makefile: parallelize tests | Jeff Epler |
| 2018-03-27 | Add VfsFat.label property | Jeff Epler |
| 2018-03-08 | unix/coverage: Allow coverage tests to pass with debugging disabled. | Damien George |
| 2018-03-02 | tests: Move heap-realloc-while-locked test from C to Python. | Damien George |
| 2018-03-01 | tests/unix: Add coverage tests for various GC calls. | Damien George |
| 2018-02-27 | tests/unix: Add coverage test for VM executing invalid bytecode. | Damien George |
| 2018-02-25 | tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl. | Damien George |
| 2018-02-21 | ports: Enable ucollections.deque on relevant ports. | Damien George |
| 2018-02-14 | unix/mpconfigport_coverage: Enable range (in)equality comparison. | Damien George |
| 2018-02-14 | unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C. | Damien George |
| 2018-02-08 | .travis.yml,ports/unix/Makefile: Add coverage test for script via stdin. | Damien George |
| 2018-02-08 | tests/unix: Add coverage test for calling mp_obj_new_bytearray. | Damien George |