| Age | Commit message (Expand) | Author |
| 2015-08-05 | unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX | blmorris |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |
| 2015-07-15 | unix: modsocket: Implement inet_pton() in preference of inet_aton(). | Paul Sokolovsky |
| 2015-07-14 | unix: modsocket: Implement recvfrom(). | Paul Sokolovsky |
| 2015-07-12 | unix: modsocket: Implement sendto(). | Paul Sokolovsky |
| 2015-07-11 | unix: socket.getaddrinfo: Port is unsigned value. | Paul Sokolovsky |
| 2015-07-10 | unix: socket.getaddrinfo: Accept family & socktype arguments. | Paul Sokolovsky |
| 2015-07-08 | modmachine: Implement physical memory access using /dev/mem (Linux, etc). | Paul Sokolovsky |
| 2015-06-21 | unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a"). | Ari Suutari |
| 2015-06-20 | py: Use a wrapper to explicitly check self argument of builtin methods. | Damien George |
| 2015-06-04 | unix: Allow to cat a script into stdin from the command line. | Damien George |
| 2015-06-03 | unix: Update .gitignore; now ignores coverage build. | Damien George |
| 2015-06-03 | unix: Prepare upip frozen modules under build/. | Paul Sokolovsky |
| 2015-06-03 | unix: Uncompress upip tarball to build directory. | Paul Sokolovsky |
| 2015-06-02 | unix: Include upip as fronzen modules inside the standard interpreter. | Paul Sokolovsky |
| 2015-05-30 | unix: Print an extra newline to the output on ctrl-D | stijn |
| 2015-05-30 | unix: minimal: Don't use readline support. | Paul Sokolovsky |
| 2015-05-30 | unix: Allow to override default sys.path value. | Paul Sokolovsky |
| 2015-05-28 | tests: Add special tests to test mp_printf function to improve coverage. | Damien George |
| 2015-05-27 | unix: Add option to use uPy readline, and enable by default. | Damien George |
| 2015-05-27 | unix: Factor out stdio and ctrl-C code to unix_mphal.c file. | Damien George |
| 2015-05-17 | Revert "unix: Include stdio.h to allow easy debugging with printf()." | Paul Sokolovsky |
| 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 |