| Age | Commit message (Expand) | Author |
| 2014-12-10 | py: Make functions static where appropriate. | Damien George |
| 2014-12-08 | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky |
| 2014-12-05 | py: Optimise lexer by exposing lexer type. | Damien George |
| 2014-12-01 | modmicropython: Move mem_info() and qstr_info() functions from unix port. | Paul Sokolovsky |
| 2014-11-05 | unix: Allow -X heapsize number take 'w' specifier for word size adjustment. | Paul Sokolovsky |
| 2014-10-26 | unix: Make -v dump memory info at exit. | Paul Sokolovsky |
| 2014-10-26 | unix: Implement -m option (execute module from stdlib). | Paul Sokolovsky |
| 2014-10-26 | unix/windows: Disable sigaction on windows port. | Damien George |
| 2014-10-25 | py: Add mp_pending_exception global variable, for VM soft interrupt. | Damien George |
| 2014-10-25 | unix: Allow -X heapsize= option take numbers with K & M suffixes. | Paul Sokolovsky |
| 2014-10-24 | py: Improve memory usage debugging; better GC AT dumping. | Damien George |
| 2014-10-17 | unix: Make -c option parse input script as a file, as per CPython. | Damien George |
| 2014-10-09 | unix: Rename "microsocket" module to "usocket". | Paul Sokolovsky |
| 2014-10-05 | unix: Detect and print compile error. | Damien George |
| 2014-10-03 | py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places. | Damien George |
| 2014-10-01 | unix: Do a proper clean-up on sys.exit/SystemExit. | Damien George |
| 2014-09-25 | py: For malloc and vstr functions, use size_t exclusively for int type. | Damien George |
| 2014-09-15 | py: Move definition of mp_sys_exit to core. | Damien George |
| 2014-08-30 | py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. | Damien George |
| 2014-08-30 | py: Make tuple and list use mp_int_t/mp_uint_t. | Damien George |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-16 | py: Put SystemExit in builtin namespace. | Damien George |
| 2014-08-04 | Put call to qstr_init and mp_init_emergency_exc_buf in mp_init. | Damien George |
| 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-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-07-01 | stackctrl: Add "mp_" prefix. | Paul Sokolovsky |
| 2014-06-29 | windows: Sync mpconfigport.h with the unix' version | stijn |
| 2014-06-27 | py: Move stack_ctrl_init() to mp_init(). | Paul Sokolovsky |
| 2014-06-27 | py: Add portable framework to query/check C stack usage. | Paul Sokolovsky |
| 2014-06-24 | unix: Dump default heap size in usage message. | Paul Sokolovsky |
| 2014-06-22 | unix: uClibc doesn't like NULL as a buffer arg to realpath(). | Paul Sokolovsky |
| 2014-06-05 | unix: Fix path seperator used depending on OS | stijn |
| 2014-06-03 | py: Instead of having "debug on" var, have "optimization level" var. | Paul Sokolovsky |
| 2014-06-03 | unix: Properly print script filename in case of error. | Paul Sokolovsky |
| 2014-05-31 | unix: 64-bit cleanness. | Paul Sokolovsky |
| 2014-05-31 | unix: Add poorman's stack usage info to mem_info() dump. | Paul Sokolovsky |
| 2014-05-24 | Add SystemExit exception and use it in unix/ and stmhal/ ports. | Damien George |
| 2014-05-13 | Merge pull request #600 from stinos/unix-exitcode | Damien George |
| 2014-05-12 | unix: Implement -O option to turn off __debug__ flag. | Damien George |
| 2014-05-12 | py: Rename BYTE_CODE to BYTECODE (this was missed in previous rename). | Damien George |
| 2014-05-11 | unix: Use standard return codes for main | stijn |
| 2014-05-10 | modsys, unix: Add sys.exit(), should be implemented by a port. | Paul Sokolovsky |
| 2014-05-07 | Add input command for unix | Dave Hylands |
| 2014-05-06 | modgc: Add new module for GC-related functionality. | Paul Sokolovsky |
| 2014-05-05 | py, unix: Add -v option, print bytecode dump if used. | Paul Sokolovsky |
| 2014-05-04 | unix: Remove test class and code. | Damien George |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-05-03 | Don't print git hash as well as git tag in banner.v1.0 | Damien George |