| Age | Commit message (Expand) | Author |
| 2015-12-07 | unix/main: mp_verbose_flag available only if MICROPY_DEBUG_PRINTERS is true. | Paul Sokolovsky |
| 2015-12-07 | py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports. | pohmelie |
| 2015-12-05 | unix/moduselect: register(): Allow to call with duplicate file descriptor. | Paul Sokolovsky |
| 2015-12-04 | unix/main: Check pending exception at the end of code block execution. | Paul Sokolovsky |
| 2015-12-03 | unix/mpconfigport: Typo fix in comment. | Paul Sokolovsky |
| 2015-12-02 | unix/mpconfigport.h: For MICROPY_NO_ALLOCA=1, don't even include alloca.h. | Paul Sokolovsky |
| 2015-12-02 | unix/modtime: sleep(): Return early if KeyboardInterrupt is pending | Paul Sokolovsky |
| 2015-11-30 | unix/moduselect: Support growing of poll array. | Paul Sokolovsky |
| 2015-11-29 | py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. | Damien George |
| 2015-11-29 | py: Add MP_ROM_* macros and mp_rom_* types and use them. | Damien George |
| 2015-11-29 | unix/modtime: Unbreak Windows build after changes to check select() result. | Paul Sokolovsky |
| 2015-11-29 | unix/modtime: sleep(): Automatically restart after receiving EINTR. | Paul Sokolovsky |
| 2015-11-29 | unix/moduselect: poll.register(): Reuse freed entries in poll array. | Paul Sokolovsky |
| 2015-11-28 | unix/moduselect: Fix bug in poll.poll() scanning loop. | Paul Sokolovsky |
| 2015-11-27 | unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls. | Damien George |
| 2015-11-26 | unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS. | Paul Sokolovsky |
| 2015-11-23 | unix/main: Get rid of perror() which uses stdio. | Paul Sokolovsky |
| 2015-11-22 | unix: Use printf() implementation in terms of mp_printf(). | Paul Sokolovsky |
| 2015-11-21 | unix/modsocket: Use snprintf(), as defined by lib/utils/printf.c. | Paul Sokolovsky |
| 2015-11-21 | py/emitglue: Host definition of mp_verbose_flag. | Paul Sokolovsky |
| 2015-11-21 | unix/modsocket: Implement sockaddr() function to decode raw socket address. | Paul Sokolovsky |
| 2015-11-20 | unix/modsocket: Removed dangling references to sockaddr_in_type. | Paul Sokolovsky |
| 2015-11-20 | unix/modffi: Mark 'O' type specifier as implemented. | Paul Sokolovsky |
| 2015-11-20 | unix/moduselect: Initialise variable so can compile in non-debug mode. | Damien George |
| 2015-11-17 | unix: Add "uselect" module, with poll() function. | Paul Sokolovsky |
| 2015-11-16 | unix/input: Switch to POSIX I/O for history reading/writing. | Paul Sokolovsky |
| 2015-11-14 | unix/modos: getenv(): Handle non-existing envvar correctly. | Paul Sokolovsky |
| 2015-11-14 | unix/modos: Add Windows workaround for mkdir(). | Paul Sokolovsky |
| 2015-11-13 | unix/modos: Add mkdir(). | Paul Sokolovsky |
| 2015-11-13 | unix/modos: Add getenv(). | Paul Sokolovsky |
| 2015-11-13 | unix/main: Remove stray mp_printf() from previous commit. | Paul Sokolovsky |
| 2015-11-13 | unix: Use standard mphalport.h header. | Paul Sokolovsky |
| 2015-11-13 | main.c: Switch stderr printing from ANSI C to native POSIX. | Paul Sokolovsky |
| 2015-11-13 | unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line. | Paul Sokolovsky |
| 2015-11-13 | unix/mpconfigport: Move log2() definition to modmath.c. | Paul Sokolovsky |
| 2015-11-13 | unix/main: Use builtin unichar_isdigit() in preference if libc's. | Paul Sokolovsky |
| 2015-11-11 | unix/modjni: Add missing get_jclass_name() function. | Paul Sokolovsky |
| 2015-11-08 | unix/gccollect: Fallback to setjmp-based register fetching automatically. | Paul Sokolovsky |
| 2015-11-03 | unix/unix_mphal: Typo fix in comment. | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-27 | unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms(). | Paul Sokolovsky |
| 2015-10-23 | unix/modjni: Actually check argument type when doing method resolution. | Paul Sokolovsky |
| 2015-10-22 | unix/modjni: Don't pass Java object to a method which doesn't expect it. | Paul Sokolovsky |
| 2015-10-20 | unix: Use "Ctrl" as a name of the key, not "CTRL". | Paul Sokolovsky |
| 2015-10-19 | libffi: Skip building docs. | Paul Sokolovsky |
| 2015-10-19 | unix/modos: Android Bionic lacks statvfs(), has BSD statfs(). | Paul Sokolovsky |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-19 | unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff(). | Paul Sokolovsky |
| 2015-10-19 | unix/modtime: Implement sleep_ms(), sleep_us(). | Paul Sokolovsky |
| 2015-10-19 | unix/unix_mphal: Implement HAL_Delay() and HAL_GetTick(). | Paul Sokolovsky |