| Age | Commit message (Expand) | Author |
| 2016-01-17 | extmod/modurandom: Add "urandom" module. | Paul Sokolovsky |
| 2016-01-07 | stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions. | Damien George |
| 2015-12-19 | stmhal: Add mem8/mem16/mem32 operations to machine module. | Dave Hylands |
| 2015-12-18 | stmhal, cc3200: Actually implement machine -> umachine module weak link. | Paul Sokolovsky |
| 2015-12-18 | ports: Rename "machine" module to "umachine". | Paul Sokolovsky |
| 2015-12-09 | stmhal: Enable two USB phys to be supported together. | neilh10 |
| 2015-11-25 | extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT. | Paul Sokolovsky |
| 2015-11-08 | stmhal: FatFS configuration moved to the library folder. | Alex March |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-20 | stmhal: Enable "all special methods" configuration option. | Damien George |
| 2015-10-19 | stmhal: Early version of machine module for stmhal. | Dave Hylands |
| 2015-10-11 | stmhal: Enable REPL auto indent; document paste mode in help(). | Damien George |
| 2015-09-15 | py/objslice: Make slice attributes (start/stop/step) readable. | Tom Soulanille |
| 2015-08-07 | stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 | Dave Hylands |
| 2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands |
| 2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands |
| 2015-07-27 | stmhal: Put fs_user_mount pointer in root ptr section of global state. | Damien George |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |
| 2015-05-24 | stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. | Damien George |
| 2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-04 | stmhal, qemu-arm: Enable sys.maxsize attribute. | Damien George |
| 2015-04-04 | stmhal: Enable new str.splitlines() method. | Damien George |
| 2015-03-20 | py: Allow retrieving a function's __name__. | stijn |
| 2015-03-20 | py: Implement core of OrderedDict type. | Paul Sokolovsky |
| 2015-03-14 | py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options. | Damien George |
| 2015-03-02 | stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN. | Damien George |
| 2015-02-22 | py: Make math special functions configurable and disabled by default. | Damien George |
| 2015-02-15 | stmhal: Add support for CAN rx callbacks. | Henrik Sölver |
| 2015-02-13 | stmhal: Add Python-configurable USB HID mode. | Damien George |
| 2015-01-24 | stmhal: Disable MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. | Damien George |
| 2015-01-22 | stmhal: Put mod_network_nic_list in global root-pointer state. | Damien George |
| 2015-01-10 | py: Add config option MICROPY_COMP_MODULE_CONST for module consts. | Damien George |
| 2015-01-09 | py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs. | Damien George |
| 2015-01-09 | py: Disable stack checking by default; enable on most ports. | Damien George |
| 2015-01-07 | stmhal: Collect all root pointers together in 1 place. | Damien George |
| 2015-01-07 | py: Add option to cache map lookup results in bytecode. | Damien George |
| 2014-12-24 | stmhal: Enable ubinascii module, weak link to binascii. | Damien George |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-11-27 | stmhal: Enable uhashlib module; add heapq, hashlib weak links. | Damien George |
| 2014-11-17 | stmhal: Switch to file.seek() implementation using stream ioctl. | Paul Sokolovsky |
| 2014-10-31 | stmhal: Add ioctl to USB_VCP object, so it works with select. | Damien George |
| 2014-10-23 | py: Add builtin memoryview object (mostly using array code). | Damien George |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-12 | moduzlib: Fix fn prototype and some code style; use it in stmhal port. | Damien George |
| 2014-10-12 | stmhal: Enable module weak links. | Damien George |
| 2014-10-11 | stmhal: Enable ure module (tests pass on pyboard). | Damien George |
| 2014-09-30 | stmhal: Add network and usocket module. | Damien George |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |