| Age | Commit message (Expand) | Author |
| 2014-06-27 | py: Allow to disable array module and bytearray type. | Paul Sokolovsky |
| 2014-06-27 | py: Add portable framework to query/check C stack usage. | Paul Sokolovsky |
| 2014-06-20 | py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. | Paul Sokolovsky |
| 2014-06-12 | py: Revert change of include, "" back to <> for mpconfigport.h. | Damien George |
| 2014-06-11 | py: Fix static defn in qstr; include mpconfigport.h with "" (not <>). | Damien George |
| 2014-06-05 | modgc: Implement return value for gc.collect(), enable on Unix. | Paul Sokolovsky |
| 2014-06-01 | py: Add option to disable set() object (enabled by default). | Damien George |
| 2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |
| 2014-05-25 | py: Don't automatically intern strings in parser. | Damien George |
| 2014-05-24 | Rename configuration variables controling Python features. | Damien George |
| 2014-05-21 | Tidy up some configuration options. | Damien George |
| 2014-05-19 | py: Implement proper separation between io.FileIO and io.TextIOWrapper. | Paul Sokolovsky |
| 2014-05-15 | objstringio: Implement io.BytesIO. | Paul Sokolovsky |
| 2014-05-11 | py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. | Damien George |
| 2014-05-10 | py, lexer: Add allocation policy config; return NULL if can't allocate. | Damien George |
| 2014-05-10 | modsys: Enable sys.exit() per port after all. | Paul Sokolovsky |
| 2014-05-10 | py: Disable frozenset by default, enable on unix. | Paul Sokolovsky |
| 2014-05-10 | objset: Give up and implement frozenset. | Paul Sokolovsky |
| 2014-05-10 | py: Rename byte_code to bytecode everywhere. | Damien George |
| 2014-05-09 | Merge pull request #568 from stinos/windows-msvc-port | Paul Sokolovsky |
| 2014-05-08 | py, compiler: Add basic support for A=const(123). | Damien George |
| 2014-05-08 | Windows MSVC port | stijn |
| 2014-05-07 | stream: Make non-blcoking stream support configurable. | Paul Sokolovsky |
| 2014-05-06 | modgc: Add new module for GC-related functionality. | Paul Sokolovsky |
| 2014-05-05 | py: Turn down amount of RAM parser and compiler use. | Damien George |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-05-01 | py: Add tentative scheme for error messages configuration. | Paul Sokolovsky |
| 2014-04-30 | py: Abstract no-return attribute for functions a bit. | Paul Sokolovsky |
| 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 |