| Age | Commit message (Expand) | Author |
| 2014-08-30 | py: Change all uint to mp_uint_t in obj.h. | Damien George |
| 2014-08-30 | py: Make tuple and list use mp_int_t/mp_uint_t. | Damien George |
| 2014-08-30 | py: Make map, dict, set use mp_int_t/mp_uint_t exclusively. | Damien George |
| 2014-08-30 | py: Save about 200 bytes of ROM by using smaller type for static table. | Damien George |
| 2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
| 2014-08-29 | lib, libm: Add back dummy definition of tanf. | Damien George |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George |
| 2014-08-29 | py: Use memmove instead of memcpy when appropriate. | Damien George |
| 2014-08-29 | py: Fix 2 bugs in native emitter: jump_or_pop and stack settling. | Damien George |
| 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 |