| Age | Commit message (Expand) | Author |
| 2014-05-24 | modsocket: 64-bit cleanness. | Paul Sokolovsky |
| 2014-05-24 | unix modsocket: Make .makefile() method more compliant. | Paul Sokolovsky |
| 2014-05-21 | unix: Fix casting issue, int to small int object. | Damien George |
| 2014-05-21 | Tidy up some configuration options. | Damien George |
| 2014-05-21 | unix, Mac support: Generate order.def via Makefile. | Damien George |
| 2014-05-21 | Merge pull request #607 from Anton-2/osx-clang | Damien George |
| 2014-05-19 | py: Implement proper separation between io.FileIO and io.TextIOWrapper. | Paul Sokolovsky |
| 2014-05-15 | modos: Clean 64-bit issues. | Paul Sokolovsky |
| 2014-05-14 | unix: Add "_os" module with stat(). | Paul Sokolovsky |
| 2014-05-13 | Merge pull request #600 from stinos/unix-exitcode | Damien George |
| 2014-05-13 | py, unix: Add copyright for modules I worked closely on. | Paul Sokolovsky |
| 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-13 | unix: Fix linker errors when time/ffi modules are disabled | stijn |
| 2014-05-12 | Fix some unused variables, and silence a clang warning about initialization o... | Antonin ENFRUN |
| 2014-05-12 | unix: Add asm statements needed to read registers with clang. Code generated ... | Antonin ENFRUN |
| 2014-05-12 | unix: Create __bss_start and _end symbols for Mach-O targets. | Antonin ENFRUN |
| 2014-05-11 | unix: Use standard return codes for main | stijn |
| 2014-05-11 | py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. | Damien George |
| 2014-05-11 | Merge pull request #597 from stinos/mingw-compilation | Damien George |
| 2014-05-10 | modsys: Enable sys.exit() per port after all. | Paul Sokolovsky |
| 2014-05-10 | modsys, unix: Add sys.exit(), should be implemented by a port. | Paul Sokolovsky |
| 2014-05-10 | py: Disable frozenset by default, enable on unix. | Paul Sokolovsky |
| 2014-05-10 | mingw: Fix compilation issues | stijn |
| 2014-05-09 | windows: Add modtime implementation | stijn |
| 2014-05-07 | unix: Add missing stdio.h header for readline. | Damien George |
| 2014-05-07 | Add input command for unix | Dave Hylands |
| 2014-05-07 | stream: Make non-blcoking stream support configurable. | Paul Sokolovsky |
| 2014-05-07 | unix modsocket: Add comments re: recv() vs read(), etc. semantics. | Paul Sokolovsky |
| 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 | py, stream: Implement readlines for a stream. | 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 | Merge pull request #554 from stinos/mingw-realpath | Paul Sokolovsky |
| 2014-05-03 | unix, file.c: adhere to coding conventions. | Damien George |
| 2014-05-03 | mingw: Add implementation of realpath() | stijn |
| 2014-05-03 | CPython compatibility: raise an error for operations on a closed file descriptor | stijn |
| 2014-05-02 | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 2014-05-02 | py, unix: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 2014-05-01 | py: Add tentative scheme for error messages configuration. | Paul Sokolovsky |
| 2014-04-26 | py: "read" & "write" are so common that make them core. | Paul Sokolovsky |
| 2014-04-26 | Add ARRAY_SIZE macro, and use it where possible. | Damien George |
| 2014-04-26 | modsocket: Make .send() support arbitrary objects with buffer interface. | Paul Sokolovsky |
| 2014-04-22 | unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues. | Paul Sokolovsky |
| 2014-04-22 | modsocket: Clean up OSError-like exception a bit. | Paul Sokolovsky |
| 2014-04-22 | unix: OSError's args[0] should be errno numeric value. | Paul Sokolovsky |