| Age | Commit message (Expand) | Author |
| 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 |
| 2014-09-17 | py: Add native json printing using existing print framework. | Damien George |
| 2014-09-07 | Remove skeletal modselect from extmod and just put it in stmhal. | Damien George |
| 2014-09-07 | stmhal: Implement generic select.select and select.poll. | Damien George |
| 2014-09-01 | stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. | Damien George |
| 2014-08-25 | stmhal: Make enable_irq and disable_irq inline functions. | Damien George |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-12 | extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. | Damien George |
| 2014-08-12 | stmhal: Enable moductypes by default. | Damien George |
| 2014-07-25 | Add support for storing args during an exception raised by an irq. | Dave Hylands |
| 2014-07-19 | py: Add stream reading of n unicode chars; unicode support by default. | Damien George |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-07-02 | Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te... | Damien George |
| 2014-06-28 | unix, stmhal: Add option for STR_UNICODE to mpconfigport.h. | Damien George |
| 2014-06-15 | Updated teensy to build. | Dave Hylands |
| 2014-06-11 | stmhal, file: Implement a,x,+ open modes, seek and tell. | Damien George |
| 2014-06-08 | Provide definition of alloca() in mpconfigport.h. | Damien George |
| 2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |