| Age | Commit message (Expand) | Author |
| 2014-12-13 | run-tests: Skip native/viper tests based on prefix. | Paul Sokolovsky |
| 2014-12-12 | py: Fix optimised for-loop compiler so it follows proper semantics. | Damien George |
| 2014-12-12 | py: Fix label printing in showbc; print sp in vm trace. | Damien George |
| 2014-12-12 | run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules. | Paul Sokolovsky |
| 2014-12-12 | run-tests: PEP8 fix. | Paul Sokolovsky |
| 2014-12-12 | tests: Activate recursive_data.py test, now that io.StringIO is available. | Paul Sokolovsky |
| 2014-12-11 | tests: Add test for semantics of for-loop that optimisation can break. | Damien George |
| 2014-12-11 | py: Fix a semantic issue with range optimisation. | Damien George |
| 2014-12-11 | tests: Disable print_exception test when using native emitter. | Damien George |
| 2014-12-11 | tests: Fix print_exception test and re-enable it on Travis CI. | Damien George |
| 2014-12-11 | run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails. | Paul Sokolovsky |
| 2014-12-10 | py: Tidy up a few function declarations. | Damien George |
| 2014-12-10 | py: Remove static from definition of pfenv_printf. | Damien George |
| 2014-12-10 | py: Make functions static where appropriate. | Damien George |
| 2014-12-10 | unix: add unlink function to os module | Nikita Nazarenko |
| 2014-12-10 | tests: Fix print_exception.py to work on Travis CI. | Damien George |
| 2014-12-10 | tests: Add test for print_exception() function. | Paul Sokolovsky |
| 2014-12-10 | docs: Add sys.print_exception(). | Paul Sokolovsky |
| 2014-12-10 | py: Fix function type: () -> (void). | Damien George |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-12-09 | drivers, nrf24: Nonblocking send now uses send_start and send_done. | adminpete |
| 2014-12-09 | drivers, nrf24: Nonblocking send now done by generator. | adminpete |
| 2014-12-09 | drivers, nrf24: Add nonblocking send option etc. | Peter Hinch |
| 2014-12-08 | stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs. | Damien George |
| 2014-12-08 | stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs. | Damien George |
| 2014-12-08 | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky |
| 2014-12-07 | stmhal: Allow network, uselect, usocket mods to be used by other ports. | Damien George |
| 2014-12-06 | windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers. | Damien George |
| 2014-12-06 | stmhal: Make SPI bus use DMA for transfers. | Damien George |
| 2014-12-06 | esp8266/README: Fix typos. | Paul Sokolovsky |
| 2014-12-05 | py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. | Damien George |
| 2014-12-05 | py: Fix printing of size_t entity; fix qemu-arm for changes to lexer. | Damien George |
| 2014-12-05 | unix-cpy: Fix build due to change in lexer API. | Damien George |
| 2014-12-05 | py: Optimise lexer by exposing lexer type. | Damien George |
| 2014-12-05 | docs: uzlib: Typo fix. | Paul Sokolovsky |
| 2014-12-05 | docs: Add quick docs for uzlib. | Paul Sokolovsky |
| 2014-12-04 | docs: Update network docs to reflect changes to code. | Damien George |
| 2014-12-04 | stmhal: Overhaul network drivers; has generic network protocol in C. | Damien George |
| 2014-12-04 | drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv. | Damien George |
| 2014-12-04 | py: Allow bytes/bytearray/array to be init'd by buffer protocol objects. | Damien George |
| 2014-12-04 | docs: Add skeleton docs for ure module. | Paul Sokolovsky |
| 2014-12-02 | py, vm: Make unum a local variable for each opcode that uses it. | Damien George |
| 2014-12-02 | stmhal: Move RTC HAL init functions to rtc.c, where they belong. | Damien George |
| 2014-12-02 | docs: Add links to LCD and AMP skin schematics. | Damien George |
| 2014-12-02 | docs: Add quick docs for ubinascii. | Paul Sokolovsky |
| 2014-12-02 | docs: Add quick docs for uhashlib. | Paul Sokolovsky |
| 2014-12-01 | docs: Sort "micro-library" module list alphabetically. | Paul Sokolovsky |
| 2014-12-01 | modmicropython: Move mem_info() and qstr_info() functions from unix port. | Paul Sokolovsky |
| 2014-11-30 | tools: Make pyboard.py have infinite timeout when running script. | Damien George |
| 2014-11-30 | stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise. | Damien George |