| Age | Commit message (Expand) | Author |
| 2015-10-27 | extmod/modlwip: slip: Use stream protocol and be port-independent. | Paul Sokolovsky |
| 2015-10-17 | py: Add support for _ in REPL to hold last computed value. | Damien George |
| 2015-10-13 | py: Implement ptr32 load and store in viper emitter. | Damien George |
| 2015-10-06 | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky |
| 2015-09-03 | py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE. | Paul Sokolovsky |
| 2015-08-20 | py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. | Paul Sokolovsky |
| 2015-08-13 | py: Add stream_tell method, and use for unix and stmhal file tell. | blmorris |
| 2015-07-20 | py: Make qstr hash size configurable, defaults to 2 bytes. | Damien George |
| 2015-07-04 | extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. | Galen Hazelwood |
| 2015-07-02 | py: Add TimeoutError exception subclassed from OSError. | Daniel Campora |
| 2015-05-24 | stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. | Damien George |
| 2015-05-21 | py: Remove hexdigest QSTR since the method has been removed as well. | Daniel Campora |
| 2015-05-20 | extmod: Add ubinascii.unhexlify | Dave Hylands |
| 2015-05-04 | modbuiltins: Add NotImplemented builtin constant. | Paul Sokolovsky |
| 2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
| 2015-05-04 | modstruct: Group module qstr's together. | Paul Sokolovsky |
| 2015-05-04 | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky |
| 2015-04-25 | modsys: Add basic sys.exc_info() implementation. | Paul Sokolovsky |
| 2015-04-21 | py: Add sys.implementation, containing uPy name and version number. | Damien George |
| 2015-04-20 | py: Make viper codegen raise proper exception (ViperTypeError) on error. | Damien George |
| 2015-04-04 | py: Implement delete for property and descriptors. | Damien George |
| 2015-04-04 | objstr: Add .splitlines() method. | Paul Sokolovsky |
| 2015-03-31 | objtype: Add special unary methods __pos__, __neg__, __invert__. | Paul Sokolovsky |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-20 | py: Implement core of OrderedDict type. | Paul Sokolovsky |
| 2015-03-11 | py: Add support for start/stop/step attributes of builtin range object. | Peter D. Gray |
| 2015-02-23 | py: Implement UnicodeError. | Paul Sokolovsky |
| 2015-02-22 | py: Make math special functions configurable and disabled by default. | Damien George |
| 2015-02-22 | py: Add few more special methods. | Paul Sokolovsky |
| 2015-02-15 | stackctrl: Encode "recursion depth exceeded" message as qstr. | Paul Sokolovsky |
| 2015-02-14 | py: Add setattr builtin. | stijn |
| 2015-01-31 | py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. | Paul Sokolovsky |
| 2015-01-21 | py: Implement __reversed__ slot. | Damien George |
| 2015-01-11 | py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. | Damien George |
| 2015-01-11 | py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script. | Damien George |
| 2015-01-09 | py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs. | Damien George |
| 2015-01-01 | py: Move to guarded includes, everywhere in py/ core. | Damien George |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-08 | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky |
| 2014-12-01 | modmicropython: Move mem_info() and qstr_info() functions from unix port. | Paul Sokolovsky |
| 2014-11-29 | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
| 2014-11-17 | stream: Implement seek operation support via ioctl, wrapped in generic method. | Paul Sokolovsky |
| 2014-11-15 | py: Use __hash__ method if a type defines it | stijn |
| 2014-10-31 | py: Make gc.enable/disable just control auto-GC; alloc is still allowed. | Damien George |
| 2014-10-31 | py: Add builtin round function. | Damien George |
| 2014-10-25 | py: Add mp_pending_exception global variable, for VM soft interrupt. | Damien George |
| 2014-10-25 | py: Implement compile builtin, enabled only on unix port. | 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 |