| Age | Commit message (Expand) | Author |
| 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 | 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 |
| 2014-08-16 | Put some code into the first 16K of flash | Dave Hylands |
| 2014-08-16 | py: Put SystemExit in builtin namespace. | Damien George |
| 2014-08-16 | stmhal: In safe mode, still mount SD card and present as MSD over USB. | Damien George |
| 2014-08-16 | stmhal: Fix printing of pin name in error message. | Damien George |
| 2014-08-16 | tests: Wait for just over 1 sec when testing RTC. | Damien George |
| 2014-08-16 | stmhal: For non-debug compile, enable CC/LD opt to remove dead code. | Damien George |
| 2014-08-16 | Merge branch 'danpeirce-master' | Damien George |
| 2014-08-16 | teensy/README.md (corrected typo) | Dan Peirce |
| 2014-08-16 | modified: teensy/README.md | Dan Peirce |
| 2014-08-15 | py: Viper can now store to global. | Damien George |
| 2014-08-15 | py: Fix typing of viper locals; allow default types in annotation. | Damien George |
| 2014-08-15 | py: Allow viper to have type annotations. | Damien George |
| 2014-08-15 | py: Clean up and simplify functions in scope; add STATIC in compiler. | Damien George |
| 2014-08-14 | stmhal: Resolve question in comment about timer clock. | Damien George |
| 2014-08-13 | Merge pull request #798 from stinos/msvc-alignof | Damien George |
| 2014-08-13 | py: Fix mult by negative number of tuple, list, str, bytes. | Damien George |
| 2014-08-13 | msvc: Use built-in alignof | stijn |
| 2014-08-12 | Merge branch 'pfalcon-modzlibd' | Damien George |
| 2014-08-12 | extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. | Damien George |
| 2014-08-13 | tests: Add test for zlibd module. | Paul Sokolovsky |