| Age | Commit message (Expand) | Author |
| 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. | Damien George |
| 2014-05-03 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-05-03 | py: Print tag/version/git describe in uPy banner. | Damien George |
| 2014-05-03 | mingw: Add implementation of realpath() | stijn |
| 2014-05-02 | py, unix: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 2014-04-20 | unix windows: mingw32 doesn't have realpath(), use _fullpath() instead. | Paul Sokolovsky |
| 2014-04-20 | unix mem_info(): Dump GC info only if it's enabled. | Paul Sokolovsky |
| 2014-04-18 | unix modffi: Convert to static module structures. | Paul Sokolovsky |
| 2014-04-17 | unix modsocket: Convert to static module structures. | Paul Sokolovsky |
| 2014-04-17 | unix: Make mem_info() dump GC info too. | Paul Sokolovsky |
| 2014-04-17 | unix modtime: Convert to static module structures. | Paul Sokolovsky |
| 2014-04-17 | build: Simplify build directory layout by putting all headers in genhdr. | Damien George |
| 2014-04-13 | py, unix: Convert sys module to static representation. | Paul Sokolovsky |
| 2014-04-10 | unix: Add option to only compile, and not execute code. | Damien George |
| 2014-04-08 | unix: Oops, remove nlr_jump test in main. | Damien George |
| 2014-04-08 | Add a check for NULL nlr_top in nlr_jump. | Damien George |
| 2014-04-08 | Improve REPL detecting when input needs to continue. | Damien George |
| 2014-04-08 | unix, windows: There's no "help" builtin. | Paul Sokolovsky |
| 2014-04-07 | Add uPy welcome message to UNIX and Windows ports; update Teensy port. | Damien George |
| 2014-04-06 | py: Add option to compiler to specify default code emitter. | Damien George |
| 2014-04-04 | unix: Use STATIC modifier to enable code size analysis via map file. | Paul Sokolovsky |
| 2014-04-04 | unix: Routines related to terminal reading should use system malloc. | Paul Sokolovsky |
| 2014-04-04 | unix: Allocate more heap memory by default on 64 bit machines. | Damien George |
| 2014-04-02 | unix: Use argv[0] for command name in usage. | Paul Sokolovsky |
| 2014-04-02 | unix: Support #if-able impl-specific cmdline options. | Paul Sokolovsky |
| 2014-04-02 | unix: Properly recognize and report when script on cmdline not found. | Paul Sokolovsky |
| 2014-03-31 | py: Remove old "run time" functions that were 1 liners. | Damien George |
| 2014-03-30 | Merge map.h into obj.h. | Damien George |
| 2014-03-30 | Rename rt_* to mp_*. | Damien George |
| 2014-03-26 | Remove mp_obj_type_t.methods entry and use .locals_dict instead. | Damien George |
| 2014-03-26 | Change mp_method_t.name from const char * to qstr. | Damien George |
| 2014-03-16 | unix: Clean up includes. | xbe |
| 2014-03-08 | unix: Make usage info reflect actual usage of -X option. | Damien George |
| 2014-03-08 | Implement ROMable modules. Add math module. | Damien George |
| 2014-03-04 | unix: Add to usage print-out telling about -X option. | Damien George |
| 2014-03-04 | unix: Allow to set heap size using "-X heapsize=N" option. | Paul Sokolovsky |
| 2014-02-16 | Make DEBUG_printf() a proper function, implementation is port-dependent. | Paul Sokolovsky |
| 2014-02-15 | Implement proper exception type hierarchy. | Damien George |
| 2014-02-15 | Change mp_obj_type_t.name from const char * to qstr. | Damien George |