| Age | Commit message (Expand) | Author |
| 2015-09-03 | stmhal: add option to query for the current usb mode | Tony Abboud |
| 2015-09-03 | py: Use mp_not_implemented consistently for not implemented features. | Damien George |
| 2015-09-03 | tests: Add tests to improve coverage of objstr.c. | Damien George |
| 2015-09-03 | py/objstr: Simplify printing of bytes objects when unicode enabled. | Damien George |
| 2015-09-03 | py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe. | Damien George |
| 2015-09-03 | py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE. | Paul Sokolovsky |
| 2015-09-01 | py/binary: Add support for array('q') and array('Q'). | Damien George |
| 2015-09-01 | py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0). | Damien George |
| 2015-09-01 | tests: Skip exception_chain.py with native emitter. | Paul Sokolovsky |
| 2015-09-01 | tests: Add test for exception-chaining raise syntax. | Paul Sokolovsky |
| 2015-09-01 | vm: Handle "raise X from Y" statements the best way we can. | Paul Sokolovsky |
| 2015-08-31 | modbuiltins: Consistently use indentation for #if. | Paul Sokolovsky |
| 2015-08-31 | modffi: dlsym() doesn't set errno, so use ENOENT for OSError. | Paul Sokolovsky |
| 2015-08-30 | unix: Allow to build libffi from source and link against it. | Paul Sokolovsky |
| 2015-08-30 | tests: Fix non-compliant expected output to match actual behaviour. | Damien George |
| 2015-08-30 | py/objstr: Simplify error handling for bad conversion specifier. | Damien George |
| 2015-08-30 | tests: Add tests for non-compliant behaviour. | Damien George |
| 2015-08-30 | tests: Add test where __getitem__ raises IndexError to stop iteration. | Damien George |
| 2015-08-30 | py/objgetitemiter: Make it_iternext() recognize IndexError. | Tom Soulanille |
| 2015-08-30 | tests: Consolidate all feature check snippets under feature_check/. | Paul Sokolovsky |
| 2015-08-30 | tests: Add feature_check dir to collect capability detection scripts. | Paul Sokolovsky |
| 2015-08-30 | tools: Upgrade to upip 0.5.7. | Paul Sokolovsky |
| 2015-08-29 | py/objstr: Fix error reporting for unexpected end of modulo format str. | Damien George |
| 2015-08-29 | py/objstr: Fix error type for badly formatted format specifier. | Damien George |
| 2015-08-29 | py/objstr: Make string formatting 8-bit clean. | Damien George |
| 2015-08-29 | tests: Add a few tests for bool, bytearray, float to improve coverage. | Damien George |
| 2015-08-30 | tests: Add byteorder query script. | Paul Sokolovsky |
| 2015-08-29 | stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO). | Bob Clough |
| 2015-08-30 | tests: Split byteorder-dependent tests to *_endian.py's. | Paul Sokolovsky |
| 2015-08-30 | run-tests: Allow to skip byteorder-dependent tests. | Paul Sokolovsky |
| 2015-08-29 | py: Treat -m32 flag as part of CC, LD, etc. | Paul Sokolovsky |
| 2015-08-29 | tests/ffi_float: Split tgammaf() testcase to a separate test. | Paul Sokolovsky |
| 2015-08-29 | esp8266: Added wifi_mode() to read and set WiFi operating mode. | Bill Owens |
| 2015-08-28 | tests: Add test on set/frozenset equality. | Paul Sokolovsky |
| 2015-08-28 | objset: frozensets are hashable. | Paul Sokolovsky |
| 2015-08-25 | tests: For unix ffi float test, add libm.so.6 to library search list. | Damien George |
| 2015-08-22 | README: Add hint about "micropython --help". | Paul Sokolovsky |
| 2015-08-22 | unix: Bump default heap size to 1MB (2MB on 64-bit systems). | Paul Sokolovsky |
| 2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George |
| 2015-08-21 | tests: Make io test cleanup after itself by removing 'testfile'. | Damien George |
| 2015-08-20 | py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. | Paul Sokolovsky |
| 2015-08-17 | py: Remove unused compile scope flags, and irrelevant flag compute code. | Damien George |
| 2015-08-18 | extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any. | Paul Sokolovsky |
| 2015-08-17 | stmhal: Fixed some typos in stm32f411_af.csv. | tobbad |
| 2015-08-17 | unix-cpy: Remove unix-cpy. It's no longer needed. | Damien George |
| 2015-08-16 | cc3200: Correct smoke test expected result. | Daniel Campora |
| 2015-08-16 | cc3200: Correct WLAN constructor argument checking. | Daniel Campora |
| 2015-08-16 | cc3200: Don't clear the WDT special bit in the bootloader. | Daniel Campora |
| 2015-08-16 | cc3200: Change HeartBeat period from 5 to 4 seconds. | Daniel Campora |
| 2015-08-16 | cc3200: Fix typo in modpyb. | Daniel Campora |