| Age | Commit message (Expand) | Author |
| 2015-02-23 | py: Update parse.c&mpconfig.h to reflect rename of mp_lexer_show_token. | nhtshot |
| 2015-02-22 | py: Make math special functions configurable and disabled by default. | Damien George |
| 2015-02-08 | py: Add MICROPY_OBJ_BASE_ALIGNMENT to help with 16-bit ports. | Damien George |
| 2015-01-31 | py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. | Paul Sokolovsky |
| 2015-01-20 | py: Implement very simple frozen modules support. | Paul Sokolovsky |
| 2015-01-16 | pyexec: Add event-driven variant pyexec_friendly_repl(). | Paul Sokolovsky |
| 2015-01-14 | py, unix: Trace root pointers with native emitter under unix port. | Damien George |
| 2015-01-11 | py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. | Damien George |
| 2015-01-10 | py: Add config option MICROPY_COMP_MODULE_CONST for module consts. | Damien George |
| 2015-01-09 | py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs. | Damien George |
| 2015-01-09 | py: Disable stack checking by default; enable on most ports. | Damien George |
| 2015-01-07 | py: Add option to cache map lookup results in bytecode. | Damien George |
| 2015-01-07 | py: Put all global state together in state structures. | Damien George |
| 2015-01-01 | py: Make GC's STACK_SIZE definition a proper MICROPY_ config variable. | Damien George |
| 2015-01-01 | py: Add basic framework for issuing compile/runtime warnings. | Paul Sokolovsky |
| 2014-12-29 | py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. | Damien George |
| 2014-12-29 | py: Add MP_LIKELY(), MP_UNLIKELY() macros to help branch prediction. | Paul Sokolovsky |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-11-29 | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
| 2014-11-06 | py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled. | Damien George |
| 2014-11-05 | py: Fix some macros defines; cleanup some includes. | Damien George |
| 2014-11-05 | unix: fast: Set initial module dict size big to have high pystone score. | Paul Sokolovsky |
| 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 |