| Age | Commit message (Expand) | Author |
| 2014-10-29 | py: Allow to override port config file and thus have >1 configs per port. | Paul Sokolovsky |
| 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 |
| 2014-10-15 | py: Fix dummy definition of BEGIN/END_ATOMIC_SECTION. | Damien George |
| 2014-10-13 | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky |
| 2014-10-12 | Merge pull request #904 from pfalcon/moduzlib | Damien George |
| 2014-10-13 | moduzlib: Integrate into the system. | Paul Sokolovsky |
| 2014-10-12 | py: Add module weak link support. | Damien George |
| 2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |
| 2014-10-06 | py: Extra autodetect for little endianness using __LITTLE_ENDIAN__. | Damien George |
| 2014-10-06 | py: Try to autodetect machine endianness when not defined by port. | 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 | py: Add ioctl method to stream protocol; add initial modselect. | Damien George |
| 2014-09-06 | py: Add support for emitting native x86 machine code. | Damien George |
| 2014-09-06 | py: Correctly set sys.maxsize value for 64-bit. | Paul Sokolovsky |
| 2014-09-03 | Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE... | Fabian Vogt |
| 2014-08-27 | Basic native ARM emitter | Fabian Vogt |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-15 | py: Allow viper to have type annotations. | Damien George |
| 2014-08-13 | modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c . | Paul Sokolovsky |
| 2014-07-29 | Merge pull request #738 from dhylands/except-args | Damien George |
| 2014-07-28 | py: Implement __file__ attribute for modules. | Paul Sokolovsky |
| 2014-07-25 | Add support for storing args during an exception raised by an irq. | Dave Hylands |
| 2014-07-09 | moductypes: Foreign data interface module, roughly based on ctype ideas. | Paul Sokolovsky |
| 2014-07-03 | py: Implement sys.maxsize, standard way to check platform "bitness". | Paul Sokolovsky |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-06-30 | Merge pull request #710 from iabdalkader/assert | Damien George |
| 2014-06-28 | py: Add missing #endif. | Damien George |
| 2014-06-28 | Merge branch 'master' into unicode | Damien George |
| 2014-06-27 | py: Allow to disable array module and bytearray type. | Paul Sokolovsky |
| 2014-06-27 | mpconfig.h: Add MICROPY_PY_BUILTINS_STR_UNICODE. | Paul Sokolovsky |
| 2014-06-27 | py: Add portable framework to query/check C stack usage. | Paul Sokolovsky |
| 2014-06-21 | Fix asser_func warning/error | mux |
| 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 |