| Age | Commit message (Expand) | Author |
| 2015-09-03 | tests: Add tests to improve coverage of objstr.c. | Damien George |
| 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-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 | 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-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-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 | tests/ffi_float: Split tgammaf() testcase to a separate test. | Paul Sokolovsky |
| 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-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-17 | unix-cpy: Remove unix-cpy. It's no longer needed. | Damien George |
| 2015-08-13 | py: Add stream_tell method, and use for unix and stmhal file tell. | blmorris |
| 2015-08-08 | tests: Remove over-specification of startup banner | Tom Soulanille |
| 2015-08-08 | tests: Fix exceptions when running cmdline tests on windows | stijn |
| 2015-08-08 | tests: Always use forward slashes for paths | stijn |
| 2015-08-06 | run-tests: Test REPL emacs keys, but only if present. | Tom Soulanille |
| 2015-08-05 | tests: Add test for pyboard SPI in slave mode, recv with no master. | Damien George |
| 2015-08-02 | py/objlist: Make list += accept all arguments and add test. | Damien George |
| 2015-07-26 | run-tests: Use PTY when running REPL tests. | Tom Soulanille |
| 2015-07-26 | tools: Add telnet support to pyboard.py. | Daniel Campora |
| 2015-07-24 | tests: Skip parser test if "compile" builtin is not available. | Damien George |
| 2015-07-24 | py/parse: Fix handling of empty input so it raises an exception. | Damien George |
| 2015-07-23 | py/lexer: Raise SyntaxError when str hex escape sequence is malformed. | Damien George |
| 2015-07-23 | py: Allow viper functions to take up to 4 arguments. | Damien George |
| 2015-07-20 | py: Implement memoryview slice assignment. | Delio Brignoli |
| 2015-07-19 | modbuiltins: Implement round() to precision. | Sebastian Plamauer |
| 2015-07-08 | modmachine: Implement physical memory access using /dev/mem (Linux, etc). | Paul Sokolovsky |
| 2015-07-06 | tests: Catch ValueError instead of any exception to properly test error. | Damien George |
| 2015-07-04 | extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. | Galen Hazelwood |
| 2015-06-27 | tests: Add test for relative import without package context. | Paul Sokolovsky |
| 2015-06-25 | py: Remove mp_load_const_bytes and instead load precreated bytes object. | Damien George |
| 2015-06-25 | tests: Split out json float tests to separate files. | Damien George |
| 2015-06-25 | tests: Add support for the WiPy in run-tests script. | Daniel Campora |
| 2015-06-24 | tests: Adapt misc/features.py tests for ports without floating point. | Daniel Campora |
| 2015-06-24 | tests: Adapt basics/memoryerror.py for ports with lower heap sizes. | Daniel Campora |
| 2015-06-21 | tests: Add testcase for open(..., "a"). | Paul Sokolovsky |