| Age | Commit message (Expand) | Author |
| 2015-05-12 | unix: Add some extra coverage tests for vstr and attrtuple. | Damien George |
| 2015-05-10 | unix: Include stdio.h to allow easy debugging with printf(). | Paul Sokolovsky |
| 2015-05-10 | unix: Print unhandled exception to stderr, like CPython does. | Paul Sokolovsky |
| 2015-05-08 | unix: Fix thumb2 vs arm native emitter auto-detection. | Paul Sokolovsky |
| 2015-05-08 | unix: Make extra-coverage function callable from Python scripts. | Damien George |
| 2015-05-08 | unix: Add special function to improve coverage. | Damien George |
| 2015-05-04 | modbuiltins: Add NotImplemented builtin constant. | Paul Sokolovsky |
| 2015-05-04 | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky |
| 2015-05-01 | unix/modffi.c: get_buffer is allowed to return NULL if len=0. | Damien George |
| 2015-04-28 | py: Replace py-version.sh with makeversionhdr.py, written in Python. | Damien George |
| 2015-04-28 | unix/modffi: Support passing float/double args. | Damien George |
| 2015-04-25 | modsys: Add basic sys.exc_info() implementation. | Paul Sokolovsky |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-10 | input.c: Fix line-endings after recent changes. | Paul Sokolovsky |
| 2015-04-09 | unix: Automatically fix incompatible readline build options. | stijn |
| 2015-04-07 | py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. | Paul Sokolovsky |
| 2015-04-06 | py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. | Paul Sokolovsky |
| 2015-04-04 | objstr: Add .splitlines() method. | Paul Sokolovsky |
| 2015-04-03 | unix: Add stackless config settings, for easy access. | Paul Sokolovsky |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-22 | unix: Remove -Wdouble-promotion from main build, and 2 from coverage. | Damien George |
| 2015-03-21 | unix: Bump stack limit and adjust for 64-bitness. | Paul Sokolovsky |
| 2015-03-20 | py: Allow retrieving a function's __name__. | stijn |
| 2015-03-21 | unix: When using separate obj output dirs, make -B is no longer relevant. | Paul Sokolovsky |
| 2015-03-20 | unix: Move compiler warnings from production build to coverage build. | Damien George |
| 2015-03-20 | py: Implement core of OrderedDict type. | Paul Sokolovsky |
| 2015-03-19 | unix: Enable extra compiler warnings. | Damien George |
| 2015-03-14 | py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options. | Damien George |
| 2015-03-13 | unix: Support readline history saving to file, improves interactive usage. | Paul Sokolovsky |
| 2015-03-03 | py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API. | Damien George |
| 2015-03-01 | travis: Add automated coverage testing using coveralls. | Damien George |
| 2015-02-27 | objarray: Implement array slice assignment. | Paul Sokolovsky |
| 2015-02-25 | modffi: Implement 'O' type handling for func arguments. | Paul Sokolovsky |
| 2015-02-22 | py: Make math special functions configurable and disabled by default. | Damien George |
| 2015-02-11 | modffi: Add toplevel func() function to create a function by pointer. | Paul Sokolovsky |
| 2015-02-07 | py: Protect mp_parse and mp_compile with nlr push/pop block. | Damien George |
| 2015-02-06 | modffi: Add .addr() method to just get symbol address. | Paul Sokolovsky |
| 2015-01-31 | py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. | Paul Sokolovsky |
| 2015-01-29 | unix: Add "coverage" target to do coverage testing using gcov. | Damien George |
| 2015-01-25 | modffi: 's' (string) return type: handle NULL properly (return None). | Paul Sokolovsky |
| 2015-01-22 | modffi: Support return values of mp_obj_t type. | Paul Sokolovsky |
| 2015-01-21 | modffi: Support open own executable using open(None). | Paul Sokolovsky |
| 2015-01-20 | py, unix: Allow to compile with -Wunused-parameter. | Damien George |
| 2015-01-20 | py, unix, stmhal: Allow to compile with -Wshadow. | Damien George |
| 2015-01-16 | unix: Update .gitignore for "fast" and "minimal" builds. | Damien George |
| 2015-01-16 | unix: Add target to build "minimal" uPy interpreter. | Damien George |
| 2015-01-16 | py, unix: Allow to compile with -Wsign-compare. | Damien George |
| 2015-01-14 | unix, windows: Don't call mp_unix_mark_exec on windows. | Damien George |
| 2015-01-14 | py, unix: Trace root pointers with native emitter under unix port. | Damien George |
| 2015-01-12 | py, unix, lib: Allow to compile with -Wold-style-definition. | Damien George |