| Age | Commit message (Expand) | Author |
| 2016-11-06 | tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto". | Paul Sokolovsky |
| 2016-11-03 | tests/extmod/framebuf1: Test framebuffer pixel clear, and text function. | Alex March |
| 2016-10-30 | tests/extmod/ticks_diff: Test for new semantics of ticks_diff(). | Paul Sokolovsky |
| 2016-10-30 | py/sequence: Fix reverse slicing of lists. | Fabio Utzig |
| 2016-10-29 | tests/btree1: Fix out of memory error running on esp8266. | Paul Sokolovsky |
| 2016-10-28 | tests/extmod/uhashlib_sha256: Rename sha256.py test. | Alex March |
| 2016-10-28 | tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm. | Alex March |
| 2016-10-27 | tests/basics/gc1: Garbage collector threshold() coverage. | Alex March |
| 2016-10-27 | tests/extmod/vfs_fat_oldproto: Test old block device protocol. | Alex March |
| 2016-10-27 | tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage. | Alex March |
| 2016-10-24 | tests/basics: Add test for builtin "delattr". | Damien George |
| 2016-10-24 | tests/basics/builtin_slice: Add test for "slice" builtin name. | Damien George |
| 2016-10-24 | extmod/vfs_fat_file: Make file.close() a no-op if file already closed. | Damien George |
| 2016-10-24 | tests/extmod/vfs_fat: Improve VFS test coverage. | Alex March |
| 2016-10-17 | tests/run-tests: Enable extmod/machine1.py on pyboard. | Damien George |
| 2016-10-17 | tests: Add test to print full KeyError exc from failed dict lookup. | Damien George |
| 2016-10-17 | tests: Improve coverage of array, range, dict, slice, exc, unicode. | Damien George |
| 2016-10-17 | tests/cmdline: Improve coverage test for printing bytecode. | Damien George |
| 2016-10-14 | tests/micropython: Add tests for heap_lock, and emergency exceptions. | Damien George |
| 2016-10-13 | tests/extmod/vfs_fat: Replace asserts with prints and expected outputs. | Alex March |
| 2016-10-13 | tests/extmod: Add test for ujson.load(). | Damien George |
| 2016-10-11 | tests/extmod/vfs_fat: Test coverage for remove() and rmdir(). | Alex March |
| 2016-10-11 | tests: Improve test coverage of py/compile.c. | Damien George |
| 2016-10-11 | tests/micropython: Add test for micropython.opt_level() function. | Damien George |
| 2016-10-09 | tests/io/bytesio_ext: Add test for readinto(). | Paul Sokolovsky |
| 2016-10-09 | tests/io/write_ext: Add description comment. | Paul Sokolovsky |
| 2016-10-07 | tests: Improve coverage of struct with test for non-compliant behaviour. | Damien George |
| 2016-10-07 | tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage. | Alex March |
| 2016-10-05 | tests: Fix expected output of verbose cmdline test | stijn |
| 2016-10-05 | tests/extmod/btree1: Checks for put, seq, string print and unsupported binary... | Alex March |
| 2016-10-04 | tests/run-tests: Disable cmdline/cmd_showbc test on Windows. | Damien George |
| 2016-09-30 | tests/basics: Add test for printing OSError when errno is unknown. | Damien George |
| 2016-09-30 | tests/basics: Add test constructing a set from a non-trivial expression. | Damien George |
| 2016-09-30 | tests/import: Add test for compiling "import a.b as c". | Damien George |
| 2016-09-30 | tests/basics: Add further tests for nonlocal scoping and closures. | Damien George |
| 2016-09-28 | py/compile: Fix async-for/async-with to work with simpler exc on stack. | Damien George |
| 2016-09-28 | tests/basics: Add test for set.difference_update with arg being itself. | Damien George |
| 2016-09-28 | py/objset: Ensure that use of frozenset.update raises an exception. | Damien George |
| 2016-09-27 | tests/float: Add test for parsing a float from an empty string. | Damien George |
| 2016-09-27 | tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs(). | Alex March |
| 2016-09-27 | py/modmicropython: Add micropython.const, alias for identity function. | Damien George |
| 2016-09-27 | tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack. | Damien George |
| 2016-09-27 | tests/micropython: Add tests for const names being replaced in parser. | Damien George |
| 2016-09-27 | tests/basics: Add test case for overflowing Py stack in try-finally. | Damien George |
| 2016-09-24 | tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream. | Paul Sokolovsky |
| 2016-09-20 | tests/run-tests: Add --via-mpy option to run test from precompiled code. | Damien George |
| 2016-09-20 | tests: Get cmdline verbose tests running again. | Damien George |
| 2016-09-19 | tests/array1: Add tests for "l", "L" array types to improve coverage. | Paul Sokolovsky |
| 2016-09-19 | tests/struct1: Test "l" specifier to improve coverage. | Paul Sokolovsky |
| 2016-09-16 | tests/extmod: Add test for machine.time_pulse_us(). | Damien George |