| Age | Commit message (Expand) | Author |
| 2016-04-15 | py: Declare help, input, open builtins in core. | Paul Sokolovsky |
| 2016-04-13 | py: Add ability to have frozen persistent bytecode from .mpy files. | Damien George |
| 2016-01-29 | py/runtime: mp_stack_ctrl_init() should be called immediately on startup. | Paul Sokolovsky |
| 2016-01-26 | windows: Enable urandom module. | Damien George |
| 2015-12-28 | windows: Propagate MICROPY_PY_OS_DUPTERM handling from unix port. | Paul Sokolovsky |
| 2015-12-18 | windows: Make keyboard_interrupt_obj available, it's standard feature. | Paul Sokolovsky |
| 2015-12-12 | unix: Rename "_os" module to "uos" for consistency with baremetal ports. | Paul Sokolovsky |
| 2015-11-24 | windows/py: Support 64bit mingw-w64 builds | stijn |
| 2015-11-14 | windows: Define ssize_t and use renamed mphal header | stijn |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-31 | windows: Use write() instead of fwrite() to avoid out-of-order output. | stijn |
| 2015-10-26 | windows: Rename "time" module to "utime" for consistency with others. | stijn |
| 2015-10-25 | windows: Add usleep() implementation for msvc port | stijn |
| 2015-09-23 | windows: Make mpconfigport.h up-to-date with the unix port | stijn |
| 2015-08-14 | windows: Make unistd.h more posix compatible | stijn |
| 2015-06-04 | windows: Implement the mp_hal_xxx functions and enable mp-readline | stijn |
| 2015-05-17 | py: Implement mp_format_float for doubles and use where appropriate | stijn |
| 2015-05-13 | windows: Enable some recently added features in mpconfigport.h | stijn |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-14 | py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options. | Damien George |
| 2015-03-03 | py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API. | Damien George |
| 2015-01-12 | windows: Enable MICROPY_STACK_CHECK. | Damien George |
| 2015-01-10 | py: Add config option MICROPY_COMP_MODULE_CONST for module consts. | Damien George |
| 2015-01-09 | windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO. | Damien George |
| 2015-01-08 | Remove obsolete bss-related code/build features | stijn |
| 2015-01-04 | msvc: Define no-op MP_LIKELY/UNLIKELY since there's no __builtin_expect | stijn |
| 2014-12-20 | windows: Correctly interpret skipped tests, enable uhashlib and ubinascii | stijn |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-11-21 | windows: Update config with latest features | stijn |
| 2014-11-17 | ports: Define mp_off_t. | Paul Sokolovsky |
| 2014-10-13 | windows: Enable moduzlib instead of modzlibd. | Paul Sokolovsky |
| 2014-10-06 | windows: mingw32 gcc doesn't define endianness macros, so just assume little. | Paul Sokolovsky |
| 2014-10-04 | Enable unicode for Windows port so unicode tests give correct uPy output | stijn |
| 2014-09-22 | windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf... | stijn |
| 2014-09-02 | msvc: Exclude modtermios, include extmod and fix compilation error | stijn |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-13 | msvc: Use built-in alignof | stijn |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-06-29 | windows: Sync mpconfigport.h with the unix' version | stijn |
| 2014-06-22 | windows: Enable GC and implement bss start and end symbols | stijn |
| 2014-06-08 | windows: Move include of malloc.h outside #ifdef msvc. | Damien George |
| 2014-06-08 | Provide definition of alloca() in mpconfigport.h. | Damien George |
| 2014-06-07 | - FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows | Marcus von Appen |
| 2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |
| 2014-05-27 | windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4) | stijn |
| 2014-05-24 | Rename configuration variables controling Python features. | Damien George |
| 2014-05-21 | Tidy up some configuration options. | Damien George |
| 2014-05-11 | windows: Enable frozen set and sys.exit | stijn |
| 2014-05-09 | windows: Add modtime implementation | stijn |