| Age | Commit message (Expand) | Author |
| 2014-08-29 | py: Add compiler optimisation for conditions in parenthesis. | Damien George |
| 2014-08-29 | tests: Add option to run-tests to enable native emitter. | Damien George |
| 2014-08-28 | py: Move native glue code from runtime.c to new file nativeglue.c. | Damien George |
| 2014-08-28 | Merge pull request #833 from Vogtinator/arm-native | Damien George |
| 2014-08-28 | py, gc: Further reduce heap fragmentation with new, faster gc alloc. | Damien George |
| 2014-08-28 | py: Reduce fragmentation of GC heap. | Damien George |
| 2014-08-28 | Clarify copyright on asmarm files | Fabian Vogt |
| 2014-08-27 | Basic native ARM emitter | Fabian Vogt |
| 2014-08-27 | Merge branch 'dhylands-int-bytes' | Damien George |
| 2014-08-27 | py: Improve efficiency of MP_OBJ_IS_STR_OR_BYTES. | Damien George |
| 2014-08-27 | Merge branch 'int-bytes' of https://github.com/dhylands/micropython into dhyl... | Damien George |
| 2014-08-26 | Make int(b'123') work properly. | Dave Hylands |
| 2014-08-27 | pip-micropython: Revert to using PIP_MICROPY_DEST environment var. | Paul Sokolovsky |
| 2014-08-26 | py: Fix line number printing for file with 1 line. | Damien George |
| 2014-08-26 | Merge pull request #824 from dhylands/sdcard-power | Damien George |
| 2014-08-26 | stmhal, STM32F4DISC: Small changes to ST accel driver. | Damien George |
| 2014-08-26 | Merge branch 'siorpaes-master' | Damien George |
| 2014-08-26 | stmhal, staccel.py: Style cleanup. | Damien George |
| 2014-08-26 | Added LIS302DL ID check | David Siorpaes |
| 2014-08-26 | Add pip-micropython to unix make install. | Damien George |
| 2014-08-26 | stmhal: Hookup USB_VCP.any(). | Damien George |
| 2014-08-26 | stmhal: Fix build issues with (old) CC3000 driver. | Damien George |
| 2014-08-26 | py: Add dispatch for user defined ==, >, <=, >=. | Damien George |
| 2014-08-25 | tests: Add test for pyb.disable_irq and pyb.enable_irq. | Damien George |
| 2014-08-25 | Fix sdcard_power_on to not do anything if the card is already powered on. | Dave Hylands |
| 2014-08-25 | stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. | Damien George |
| 2014-08-25 | teensy: Fix multiple definition of irq functions. | Damien George |
| 2014-08-25 | stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. | Damien George |
| 2014-08-25 | Add support for pyb.micros() by using the systick timer. | Dave Hylands |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-25 | stmhal: Make enable_irq and disable_irq inline functions. | Damien George |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-24 | py: Consolidate min/max functions into one, and add key= argument. | Damien George |
| 2014-08-24 | examples: Added pins.py example script to list pin config/af. | Damien George |
| 2014-08-24 | stmhal, pin: Update documentation. | Damien George |
| 2014-08-24 | Added python script to map AF to a pin name | Dave Hylands |
| 2014-08-24 | Merge branch 'dhylands-localtime' | Damien George |
| 2014-08-24 | stmhal, modtime: Small changes, reduced code size by around 80 bytes. | Damien George |
| 2014-08-24 | Add time.mktime and enhance time.localtime (for stmhal) | Dave Hylands |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-24 | unix, modtermios: Make it properly configurable; fix spelling mistake. | Damien George |
| 2014-08-23 | modtermios: Add "termios" unix module, subset of CPython's. | Paul Sokolovsky |
| 2014-08-22 | extmod, zlibd: Make some simple ROM and RAM savings. | Damien George |
| 2014-08-22 | py: Change hash and len members of str from 16 bit to full word. | Damien George |
| 2014-08-22 | py: Small cleanup in stream.c. | Damien George |
| 2014-08-22 | py: Speed up GC allocation. | Damien George |
| 2014-08-18 | Merge pull request #796 from turbinenreiter/makeinstall | Paul Sokolovsky |
| 2014-08-16 | py: Code clean-up in native emitter; improve thumb native calls. | Damien George |
| 2014-08-16 | py: Viper can call functions with native types, and raise exceptions. | Damien George |
| 2014-08-16 | Merge pull request #803 from dhylands/ld-opt | Damien George |