| Age | Commit message (Expand) | Author |
| 2019-04-05 | Update objmodule.c | Damiano Mazzella |
| 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-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 |
| 2018-07-13 | compiles and runs; hangs on import storage;storage.VfsFat.<tab> | Dan Halbert |
| 2018-07-11 | WIP: after merge; before testing | Dan Halbert |
| 2018-05-14 | Updated library source: ucollections -> collections | bildzeitung |
| 2018-05-06 | uhashlib: masquerade as hashlib for python3 compatibility | Jeff Epler |
| 2018-05-01 | ubinascii: masquerade as binascii for python3 compatibility | Jeff Epler |
| 2018-02-20 | py/objmodule: Factor common code for calling __init__ on builtin module. | Damien George |
| 2018-01-24 | Introduce a long lived section of the heap. | Scott Shawcroft |
| 2017-10-24 | Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge | Scott Shawcroft |
| 2017-10-04 | all: Remove inclusion of internal py header files. | Damien George |
| 2017-08-25 | Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)... | Dan Halbert |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-23 | Measure and report maximum stack usage. (#175) | Dan Halbert |
| 2017-06-20 | Merge tag 'v1.9.1'2.0.0-alpha.0 | Scott Shawcroft |
| 2017-01-26 | py/objmodule: Move module init/deinit code into runtime functions. | Damien George |
| 2017-01-22 | py: Move weak-link map to objmodule.c, and expose module maps as public. | Damien George |
| 2017-01-10 | Merge tag 'v1.8.7' | Scott Shawcroft |
| 2016-12-22 | extmod/modutimeq: Refactor into optimized class. | Paul Sokolovsky |
| 2016-12-19 | atmel-samd: Add help() and remove mem_info functions from smallest builds to ... | Scott Shawcroft |
| 2016-11-29 | Only include uheap in debug builds. | Scott Shawcroft |
| 2016-11-21 | This introduces an alternative hardware API called nativeio structured around... | Scott Shawcroft |
| 2016-11-21 | stmhal/moduselect: Move to extmod/ for reuse by other ports. | Paul Sokolovsky |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-06-28 | py: Add basic _thread module, with ability to start a new thread. | Damien George |
| 2016-06-15 | py: Support to build berkeley db 1.85 and "btree" module. | Paul Sokolovsky |
| 2016-05-10 | py: Add uerrno module, with errno constants and dict. | Damien George |
| 2016-05-02 | py/modcollections: Rename module name have "u" prefix for consistency. | Paul Sokolovsky |
| 2016-05-02 | py/modio: Rename module name to "uio" for consistency with other modules. | Paul Sokolovsky |
| 2016-04-29 | extmod/modwebrepl: Module to handle WebREPL protocol. | Paul Sokolovsky |
| 2016-04-12 | extmod: Add initial framebuf module. | Damien George |
| 2016-03-24 | extmod/modwebsocket: Start module for WebSocket helper functions. | Paul Sokolovsky |
| 2016-01-17 | extmod/modurandom: Add "urandom" module. | Paul Sokolovsky |
| 2015-12-13 | unix: Move modmachine into unix directory | Dave Hylands |
| 2015-12-07 | py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX. | Paul Sokolovsky |
| 2015-12-05 | py/modsys: Implement sys.modules. | Paul Sokolovsky |
| 2015-11-29 | py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. | Damien George |
| 2015-11-29 | py: Add MP_ROM_* macros and mp_rom_* types and use them. | Damien George |
| 2015-10-27 | extmod/modlwip: slip: Use stream protocol and be port-independent. | Paul Sokolovsky |
| 2015-10-12 | py: Add support to call __init__ from a builtin module on first import. | Damien George |
| 2015-10-06 | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky |
| 2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
| 2015-05-04 | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky |
| 2015-04-16 | py: Add %q format support to mp_[v]printf, and use it. | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-11 | py: Combine load_attr and store_attr type methods into one (attr). | Damien George |