| Age | Commit message (Expand) | Author |
| 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-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 |
| 2014-04-22 | modffi: Don't use OSError for clearly unrelated errors. | Paul Sokolovsky |
| 2014-04-22 | modffi: Describe typecodes where they differ from used by struct module. | Paul Sokolovsky |
| 2014-04-21 | Merge pull request #513 from errordeveloper/misc_fix/modffi_pkg_config | Damien George |
| 2014-04-20 | unix windows: mingw32 doesn't have realpath(), use _fullpath() instead. | Paul Sokolovsky |
| 2014-04-20 | unix file: mingw32 has STDIN_FILENO and friends in stdio.h . | Paul Sokolovsky |
| 2014-04-20 | unix mem_info(): Dump GC info only if it's enabled. | Paul Sokolovsky |
| 2014-04-20 | modsocket: Add setblocking() method. | Paul Sokolovsky |
| 2014-04-20 | modffi: Fix how we call `pkg-config` | Ilya Dmitrichenko |
| 2014-04-19 | modffi: Update for MP_OBJ_STOP_ITERATION refactor. | Paul Sokolovsky |
| 2014-04-19 | modffi: Mark 'p' type spec deprecated, replace with 'P'. | Paul Sokolovsky |
| 2014-04-18 | py: Allow to pass buffer protocol flags to get_buffer helper funcs. | Damien George |
| 2014-04-18 | unix: Update to use new buffer protocol interface with typecode. | Damien George |