| Age | Commit message (Expand) | Author |
| 2015-11-09 | py/objint_longlong: Instead of assert, throw OverflowError. | Paul Sokolovsky |
| 2015-11-08 | cc3200: FatFS configuration moved to the library folder. | Alex March |
| 2015-11-08 | stmhal: FatFS configuration moved to the library folder. | Alex March |
| 2015-11-08 | lib/fatfs: Unify fatfs configuration. | Alex March |
| 2015-11-08 | unix/gccollect: Fallback to setjmp-based register fetching automatically. | Paul Sokolovsky |
| 2015-11-07 | stmhal: Fix RTC code to work on the F7 | Dave Hylands |
| 2015-11-07 | py: Clear finalizer flag when calling gc_free. | Dave Hylands |
| 2015-11-07 | stmhal: Print more information at HardFault time. | Dave Hylands |
| 2015-11-07 | tools/pyboard.py: Don't add terminating \x04 character to stdout output. | Paul Sokolovsky |
| 2015-11-07 | lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. | Damien George |
| 2015-11-07 | tools/pyboard.py: Make -c (inline Python code) option compatible with python2. | Paul Sokolovsky |
| 2015-11-06 | stmhal: Add missing regex property for parsing header comments | Tony Abboud |
| 2015-11-06 | py: Adjust object repr C (30-bit stuffed float) to reduce code size. | Damien George |
| 2015-11-06 | stmhal/rtc: LSx oscillator is only initialized upon initial power up. | T S |
| 2015-11-07 | minimal: Clarify comments. | Paul Sokolovsky |
| 2015-11-06 | cc3200: Force SSL method to be TLSV1. | danicampora |
| 2015-11-05 | cc3200: Make telnet server ignore NULL characters. | danicampora |
| 2015-11-04 | extmod/lwip: Change void pointers to unions, include new mphal.h file | Galen Hazelwood |
| 2015-11-04 | teensy: Switch over to using frozen modules instead of memzip | Dave Hylands |
| 2015-11-04 | lib/memzip: Factor out memzip from teensy/ into lib/memzip. | Dave Hylands |
| 2015-11-03 | docs: Add docs about REPL paste-mode and Control-C | Dave Hylands |
| 2015-11-03 | docs: Move instructions on generating the documentation to docs/README.md | Dave Hylands |
| 2015-11-04 | minimal: Add an explicit comment on the gchelper.s line in the Makefile. | Dave Hylands |
| 2015-11-04 | README: Fix typo in package name. | Mike Bryant |
| 2015-11-03 | lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL". | Damien George |
| 2015-11-02 | windows: Update build instructions in the README | stijn |
| 2015-11-02 | stmhal/can: Fix a bug in filter handling. | Henrik Sölver |
| 2015-11-03 | unix/unix_mphal: Typo fix in comment. | Paul Sokolovsky |
| 2015-11-01 | stmhal: Add symbolic #defines for interrupt levels in irq.h. | Dave Curtis |
| 2015-11-01 | cc3200: Remove includes of rom.h (must be included via rom_map.h). | danicampora |
| 2015-11-01 | cc3200: Fix SPI clock divider calculation. | danicampora |
| 2015-11-01 | extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1. | Paul Sokolovsky |
| 2015-11-01 | windows/README: Deprecate mingw32, suggest using mingw64. | Paul Sokolovsky |
| 2015-11-01 | extmod/modure: Make sure that errors in regexps are caught early. | Paul Sokolovsky |
| 2015-11-01 | extmod/re1.5: Update to 0.8. | Paul Sokolovsky |
| 2015-10-31 | cc3200: Use common pyexec.c . | Paul Sokolovsky |
| 2015-10-31 | extmod/modlwip: socket->incoming changed by async callbacks, must be volatile. | Paul Sokolovsky |
| 2015-10-31 | stmhal: pyexec.c is common module, move to lib/utils/ . | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-31 | tests/base/struct1.py: Add test for repetition counters. | Paul Sokolovsky |
| 2015-10-31 | py/modstruct: Support repetition counters for all types, not just string. | Paul Sokolovsky |
| 2015-10-31 | stmhal: Update PYBv3 and PYBv4 pin defs to include MMA pins, and others. | Damien George |
| 2015-10-31 | tests: Make sure test output has \r\n line-ends when running on Windows | stijn |
| 2015-10-31 | windows: Use write() instead of fwrite() to avoid out-of-order output. | stijn |
| 2015-10-31 | py: In inline asm, vldr and vstr offsets now in bytes not words. | adminpete |
| 2015-10-30 | stmhal: f7: Fix recent RTC change to build on F7. | Dave Hylands |
| 2015-10-31 | README: Adjust suggested path for generated docs. | Paul Sokolovsky |
| 2015-10-31 | docs/library/index.rst: Minimally adapt for unix port. | Paul Sokolovsky |
| 2015-10-31 | docs: Actually add unix port indexes, so docs for it could be generated. | Paul Sokolovsky |
| 2015-10-30 | stmhal: Make RTC init skip startup if LTE is already enabled and ready. | Peter Hinch |