| Age | Commit message (Expand) | Author |
| 2016-12-08 | extmod/modframebuf: Make framebuf implement the buffer protocol. | Damien George |
| 2016-12-05 | tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line. | Damien George |
| 2016-12-05 | tests/extmod/btree1: Exercise btree.flush(). | Paul Sokolovsky |
| 2016-12-02 | tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type. | Damien George |
| 2016-12-02 | extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite. | Damien George |
| 2016-12-01 | extmod/modframebuf: Add back legacy FrameBuffer1 "class". | Damien George |
| 2016-12-01 | extmod/modframebuf: Make FrameBuffer handle 16bit depth. | Radomir Dopieralski |
| 2016-11-22 | tests/extmod: Improve ujson coverage. | Rami Ali |
| 2016-11-12 | extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms(). | Paul Sokolovsky |
| 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-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/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 | 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-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-07 | tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage. | Alex March |
| 2016-10-05 | tests/extmod/btree1: Checks for put, seq, string print and unsupported binary... | Alex March |
| 2016-09-27 | tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs(). | Alex March |
| 2016-09-24 | tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream. | Paul Sokolovsky |
| 2016-09-16 | tests/extmod: Add test for machine.time_pulse_us(). | Damien George |
| 2016-09-16 | tests/extmod/urandom: Add urandom tests for error cases. | Damien George |
| 2016-09-05 | tests/extmod/framebuf1: Add tests for scrolling in the x-direction. | Damien George |
| 2016-09-04 | tests/extmod/uzlib_decompio: Add zlib bitstream testcases. | Paul Sokolovsky |
| 2016-09-04 | tests/extmod: Add a test for framebuf module, tested by coverage build. | Damien George |
| 2016-09-03 | tests/extmod: Add test for uzlib.DecompIO. | Paul Sokolovsky |
| 2016-08-26 | tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount() | Radomir Dopieralski |
| 2016-08-24 | extmod/modubinascii: Make crc32() support configurable. | Paul Sokolovsky |
| 2016-08-24 | extmod/modubinascii: implement binascii.crc32 | Pavol Rusnak |
| 2016-08-17 | tests/uzlib_decompress: Actually test raw DEFLATE stream. | Paul Sokolovsky |
| 2016-08-12 | tests: Rename zlibd_decompress.py -> uzlib_decompress.py. | Paul Sokolovsky |
| 2016-08-02 | extmod/modbtree: Implement __contains__ operation. | Paul Sokolovsky |
| 2016-07-31 | tests/machine1: Revamp to work with unix port (which has "umachine"). | Paul Sokolovsky |
| 2016-07-31 | tests/machine_mem.py: Too non-portable, rework as an example for unix port. | Paul Sokolovsky |
| 2016-07-31 | tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO). | Paul Sokolovsky |
| 2016-07-24 | tests/extmod/btree1: Close database at the end of test. | Paul Sokolovsky |
| 2016-07-17 | tests/extmod/machine_pinbase: Skip if machine.PinBase is not available. | Paul Sokolovsky |
| 2016-06-24 | tests/btree1: Add testcase for iterating btree object directly. | Paul Sokolovsky |
| 2016-06-21 | tests/extmod: Add "btree" module test. | Paul Sokolovsky |
| 2016-06-19 | tests: Add a testcase for machine.PinBase class. | Paul Sokolovsky |
| 2016-05-29 | tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd(). | Paul Sokolovsky |
| 2016-04-26 | tests/extmod: Move split-on-empty-match tests to a separate test file. | Damien George |
| 2016-03-19 | extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types. | Damien George |
| 2016-02-29 | tests/vfs_fat_ramdisk: Add testcase for .rename(). | Paul Sokolovsky |