| Age | Commit message (Expand) | Author |
| 2015-12-14 | py/objpolyiter: Implement instance-polymorphic iterator type. | Paul Sokolovsky |
| 2015-12-13 | unix: Move modmachine into unix directory | Dave Hylands |
| 2015-11-25 | extmod: Move fsusermount.c from stmhal for cross-port reuse. | Paul Sokolovsky |
| 2015-10-27 | extmod/modlwip: slip: Use stream protocol and be port-independent. | Paul Sokolovsky |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-06 | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky |
| 2015-08-17 | unix-cpy: Remove unix-cpy. It's no longer needed. | Damien George |
| 2015-06-11 | py: Rebuild port if mpconfigport.mk changed (if any). | Paul Sokolovsky |
| 2015-05-30 | py: Wrap qstr defs in quotes to protect from C preprocessor. | Damien George |
| 2015-05-05 | objsingleton: New home for Ellipsis and NotImplemented. | Paul Sokolovsky |
| 2015-05-04 | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky |
| 2015-04-28 | py: Replace py-version.sh with makeversionhdr.py, written in Python. | Damien George |
| 2015-04-21 | py: Add attrtuple object, for space-efficient tuples with attr access. | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-03-26 | py, compiler: Remove emit_pass1 code, using emit_bc to do its job. | Damien George |
| 2015-02-07 | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George |
| 2015-01-20 | py: Implement very simple frozen modules support. | Paul Sokolovsky |
| 2015-01-07 | py: Put all global state together in state structures. | Damien George |
| 2015-01-01 | py: Add basic framework for issuing compile/runtime warnings. | Paul Sokolovsky |
| 2014-12-29 | py: Add note about -fno-crossjumping when compiling vm.c. | Paul Sokolovsky |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-11-29 | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky |
| 2014-11-27 | py: Add NLR support for xtensa CPU. | Damien George |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
| 2014-11-06 | py: Fix order-only dependencies in mkrules.mk and py.mk. | Sven Wegener |
| 2014-11-05 | py: Add order-only dependency for py-version.h | Sven Wegener |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-13 | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky |
| 2014-10-13 | moduzlib: Integrate into the system. | Paul Sokolovsky |
| 2014-10-12 | modure: Make sure that re1.5 compiled in only of modure itself is enabled. | Paul Sokolovsky |
| 2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |
| 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-06 | py: Add support for emitting native x86 machine code. | Damien George |
| 2014-09-04 | py: Use variable length encoded uints in more places in bytecode. | Damien George |
| 2014-08-28 | py: Move native glue code from runtime.c to new file nativeglue.c.v1.3.1 | Damien George |
| 2014-08-27 | Basic native ARM emitter | Fabian Vogt |
| 2014-08-13 | modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c . | Paul Sokolovsky |
| 2014-08-12 | py: Implement builtin reversed() function. | Damien George |
| 2014-07-19 | py: Make print() accept "file" argument, and actually print to stream. | Paul Sokolovsky |
| 2014-07-09 | moductypes: Foreign data interface module, roughly based on ctype ideas. | Paul Sokolovsky |
| 2014-06-27 | py: Prune unneeded code from objstrunicode, reuse code in objstr. | Paul Sokolovsky |
| 2014-06-27 | py: Add portable framework to query/check C stack usage. | Paul Sokolovsky |
| 2014-05-06 | modgc: Add new module for GC-related functionality. | Paul Sokolovsky |
| 2014-04-26 | modio: Implement io.StringIO class. | Paul Sokolovsky |
| 2014-04-24 | Makefile: Allow to override "super optimization" options used for some files. | Paul Sokolovsky |
| 2014-04-20 | py: Add arg checking helper functions. | Damien George |
| 2014-04-17 | build: Simplify build directory layout by putting all headers in genhdr. | Damien George |
| 2014-04-17 | Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur... | Damien George |