| Age | Commit message (Expand) | Author |
| 2014-12-21 | stmhal: gccollect.h is superfluous in many places. | Paul Sokolovsky |
| 2014-12-21 | stmhal: Use gc_dump_info() function instead of adhoc code. | Paul Sokolovsky |
| 2014-12-20 | stmhal: Include MICROPY_HAL_H only if defined. | Paul Sokolovsky |
| 2014-12-20 | py: Remove unnecessary RULE_none and PN_none from parser. | Damien George |
| 2014-12-20 | py: Add blank and ident flags to grammar rules to simplify parser. | Damien George |
| 2014-12-20 | tools, pyboard.py: Write data to pyboard in chunks of 256 bytes. | Damien George |
| 2014-12-20 | py: Save a few code bytes in parser; make vars local where possible. | Damien George |
| 2014-12-20 | run-tests: Allow to run testuite against Windows build on Linux (using Wine). | Paul Sokolovsky |
| 2014-12-20 | windows: Correctly interpret skipped tests, enable uhashlib and ubinascii | stijn |
| 2014-12-19 | docs: Add CPy diff note for print_exception; embellish sys.platform. | Damien George |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-19 | unix/windows: Make sure that process exit code is portable 8-bit value. | Paul Sokolovsky |
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George |
| 2014-12-18 | tests: Get misc/print_exception and pyb/spi working on pyboard. | Damien George |
| 2014-12-18 | tests: sha256: skip test if uhashlib module is not available. | Paul Sokolovsky |
| 2014-12-18 | Fix leds.rst | Gregory |
| 2014-12-17 | unix: Rename "time" module to "utime" to allow extensibility. | Paul Sokolovsky |
| 2014-12-16 | docs: Define more clearly the behaviour of LED methods. | Damien George |
| 2014-12-16 | modffi: Support void (None) return value for Python callback functions. | Paul Sokolovsky |
| 2014-12-15 | tests: Add testcase for ffi callbacks. | Paul Sokolovsky |
| 2014-12-15 | modffi: 64-bit cleanness (fixes actual bug in callback arg handling). | Paul Sokolovsky |
| 2014-12-14 | asmarm: Fix bug with encoding small negative ints using MVN instruction. | Paul Sokolovsky |
| 2014-12-14 | unix: Enable Thumb2 and ARM emitters by default on corresponding archs. | Paul Sokolovsky |
| 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 |