| Age | Commit message (Expand) | Author |
| 2016-11-26 | tests/basics: Add test for dict.fromkeys where arg is a generator. | Damien George |
| 2016-11-22 | tests/basics: Improve user class coverage. | Rami Ali |
| 2016-11-15 | tests/basics: Add test for logical constant folding. | Damien George |
| 2016-10-30 | py/sequence: Fix reverse slicing of lists. | Fabio Utzig |
| 2016-10-27 | tests/basics/gc1: Garbage collector threshold() 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-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-11 | tests: Improve test coverage of py/compile.c. | Damien George |
| 2016-10-07 | tests: Improve coverage of struct with test for non-compliant behaviour. | 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/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/basics: Add test case for overflowing Py stack in try-finally. | 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/basics: Add errno1 test, to check basics of uerrno module. | Damien George |
| 2016-08-17 | tests/basics/special_methods: Enable tests for extra special methods. | Damien George |
| 2016-08-17 | tests/basics: Add a test file for overriding special methods. | rguillon |
| 2016-08-15 | py/sequence: Allow to use bignums as indices in slice objects. | Damien George |
| 2016-08-15 | tests/basics: Add test for break from within try within a for-loop. | Damien George |
| 2016-08-15 | tests/basics: Add more list tests to improve coverage testing. | Damien George |
| 2016-08-15 | tests/basics: Add more tuple tests to improve coverage testing. | Damien George |
| 2016-08-07 | tests/basics: bytes/str.partition/rpartition are now optional. | Paul Sokolovsky |
| 2016-07-25 | py/objstrunicode: str_index_to_ptr: Should handle bytes too. | Paul Sokolovsky |
| 2016-07-22 | tests/bytes_compare: Rework test for bytes <-> str comparison. | Paul Sokolovsky |
| 2016-06-12 | tests: Add testcase for OrderedDict equality. | Mark Anthony Palomer |
| 2016-05-28 | py/modstruct: Allow to have "0s" in struct format. | Damien George |
| 2016-05-23 | py/objnamedtuple: Allow passing field names as a tuple. | Antonin ENFRUN |
| 2016-05-22 | tests: Add testcase for str.center(). | Paul Sokolovsky |
| 2016-05-14 | tests/struct1: Add testcase for an unknown type char. | Paul Sokolovsky |
| 2016-05-13 | tests/basics/string_splitlines: Reinstate feature test for splitlines. | Damien George |
| 2016-05-13 | py/objstr: Make dedicated splitlines function, supporting diff newlines. | Damien George |
| 2016-05-08 | py/mpz: Do Python style division/modulo within bignum divmod routine. | Damien George |
| 2016-05-08 | py/mpz: Fix bug with overflowing C-shift in division routine. | Damien George |
| 2016-05-07 | tests: Disable memoryview tests that overflow int conversion. | Damien George |
| 2016-05-07 | py/runtime: Properly handle passing user mappings to ** keyword args. | Damien George |
| 2016-05-07 | py/objstr: Binary type of str/bytes for buffer protocol is 'B'. | Damien George |
| 2016-05-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky |
| 2016-04-28 | tests: Add testcase for yielding from a stopped generator. | Paul Sokolovsky |
| 2016-04-21 | py: Fix bug passing a string as a keyword arg in a dict. | Damien George |
| 2016-04-15 | tests: Fix dict1.py so it doesn't rely on the order of dict elems. | Damien George |
| 2016-04-13 | tests: Add .exp files for async tests, so they can run with Python 3.4. | Damien George |
| 2016-04-13 | tests: Add 6 tests for async await/for/with. | Damien George |
| 2016-04-07 | py/objarray: Fix array.append so it doesn't extend if append fails. | Damien George |
| 2016-03-15 | tests: Split large tests into smaller files, to run with a small heap. | Damien George |