| Age | Commit message (Expand) | Author |
| 2014-04-26 | py: Make collections module configurable, enabled by default. | Damien George |
| 2014-04-25 | py: Add MICROPY_ENABLE_DOC_STRING, disabled by default. | Damien George |
| 2014-04-17 | py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal. | Damien George |
| 2014-04-17 | py: Add cmath module, for complex math. Disabled by default. | Damien George |
| 2014-04-17 | py: Enable builtin 'property' by default. | Damien George |
| 2014-04-15 | Move entry_table to separated header file. | AZ Huang |
| 2014-04-14 | Merge pull request #479 from lurch/patch-1 | Damien George |
| 2014-04-14 | Make USE_COMPUTED_GOTO a config option in mpconfig.h. | Damien George |
| 2014-04-14 | Don't allow both ENDIANNESSes to be set | Andrew Scheller |
| 2014-04-13 | py: Add property object, with basic functionality. | Damien George |
| 2014-04-13 | stmhal: Update for static mod sys. | Paul Sokolovsky |
| 2014-04-13 | py, unix: Convert sys module to static representation. | Paul Sokolovsky |
| 2014-04-11 | mpconfig.h: Add basic support for target endianness configuration. | Paul Sokolovsky |
| 2014-04-10 | py: Add simple way of looking up constants in compiler. | Damien George |
| 2014-04-10 | py: Start implementing "struct" module. | Paul Sokolovsky |
| 2014-04-05 | Improve GC finalisation code; add option to disable it. | Damien George |
| 2014-04-03 | py: Add "io" module. | Paul Sokolovsky |
| 2014-03-25 | Proper support for registering builtin modules in ROM. | Damien George |
| 2014-03-08 | Implement ROMable modules. Add math module. | Damien George |
| 2014-02-22 | Add arbitrary precision integer support. | Damien George |
| 2014-02-15 | Implement proper exception type hierarchy. | Damien George |
| 2014-02-14 | Allow ports to define statically builtin functions. | Paul Sokolovsky |
| 2014-02-12 | Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. | Paul Sokolovsky |
| 2014-02-06 | Implement fixed buffer vstrs; use them for import path. | Damien George |
| 2014-01-29 | py: Add compile option to enable/disable source line numbers. | Damien George |
| 2014-01-19 | py: Add module/function/class name to exceptions. | Damien George |
| 2014-01-16 | Add empty "micropython" module to allow more seamless CPython portability. | Paul Sokolovsky |
| 2014-01-13 | Cleanup built-ins, and fix some compiler warnings/errors. | Damien George |
| 2014-01-12 | Add framework to support alternative implementations of long int Python type. | Paul Sokolovsky |
| 2014-01-12 | Add WORD_MSBIT_HIGH define - machine_int_t with the highest bit set. | Paul Sokolovsky |
| 2014-01-12 | Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse. | Paul Sokolovsky |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig, part 2. | Damien George |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig. | Damien George |
| 2014-01-04 | Enable slice support in config. | Paul Sokolovsky |
| 2014-01-04 | Move INT_FMT, etc. declaration into global mpconfig.h . | Paul Sokolovsky |
| 2014-01-03 | Rename default config file to mpconfig.h, and port's to mpconfigport.h. | Paul Sokolovsky |