| Age | Commit message (Expand) | Author |
| 2015-08-30 | tests: Add test where __getitem__ raises IndexError to stop iteration. | Damien George |
| 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 | tests: Add a few tests for bool, bytearray, float to improve coverage. | Damien George |
| 2015-08-30 | tests: Split byteorder-dependent tests to *_endian.py's. | 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-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George |
| 2015-08-02 | py/objlist: Make list += accept all arguments and add test. | Damien George |
| 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-20 | py: Implement memoryview slice assignment. | Delio Brignoli |
| 2015-07-19 | modbuiltins: Implement round() to precision. | Sebastian Plamauer |
| 2015-06-24 | tests: Adapt basics/memoryerror.py for ports with lower heap sizes. | Daniel Campora |
| 2015-06-20 | py: Use a wrapper to explicitly check self argument of builtin methods. | Damien George |
| 2015-06-13 | py: Implement divmod for mpz bignum. | Damien George |
| 2015-05-12 | tests: Add further tests for class defining __hash__. | Damien George |
| 2015-05-12 | py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function. | Damien George |
| 2015-05-11 | vm: Properly handle StopIteration raised in user instance iterator. | Paul Sokolovsky |
| 2015-05-10 | py: iternext() may not return MP_OBJ_NULL, only MP_OBJ_STOP_ITERATION. | Paul Sokolovsky |
| 2015-05-06 | py: Fix naming of function arguments when function is a closure. | Damien George |
| 2015-05-05 | obj: Handle user instance hash based on Python adhoc rules. | Paul Sokolovsky |
| 2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
| 2015-05-04 | py: Check that arg to object.__new__ is a user-defined type. | Damien George |
| 2015-04-25 | py: Support conversion of bignum to bytes. | Damien George |
| 2015-04-22 | tests: Add tests for attrtuple, and for more corner cases. | Damien George |
| 2015-04-19 | py: Fix builtin ord so that it can handle bytes values >= 0x80. | Damien George |
| 2015-04-16 | tests: Convert line endings in fun_name.py from CRLF to LF. | Damien George |
| 2015-04-16 | objarray: Support assignment of bytes to bytearray slice. | Paul Sokolovsky |
| 2015-04-12 | objstr: split(None): Fix whitespace properly. | Paul Sokolovsky |
| 2015-04-05 | tests: Add some more tests to improve code coverage of corner cases. | Damien George |
| 2015-04-04 | tests: Add tests to exercise lexer; and some more complex number tests. | Damien George |
| 2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George |
| 2015-04-04 | tests: Add test for str.splitlines(). | Paul Sokolovsky |
| 2015-03-28 | tests/class_descriptor.py: Fix line-endings (were CRLF). | Paul Sokolovsky |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-25 | tests: Skip some new tests when testing native emitter. | Damien George |
| 2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George |
| 2015-03-20 | py: Allow retrieving a function's __name__. | stijn |
| 2015-03-20 | tests: Add basic test for OrderedDict. | Paul Sokolovsky |
| 2015-03-14 | py: Fix builtin abs so it works for bools and bignum. | Damien George |
| 2015-03-14 | tests: Add some more tests for bytes, bignum, string and ujson. | Damien George |
| 2015-03-12 | tests: Add tests for things that are not already tested. | Damien George |
| 2015-03-11 | py: Add support for start/stop/step attributes of builtin range object. | Peter D. Gray |
| 2015-03-03 | tests: Add tests for boundmeth; and bignum cmp, unary, float, error. | Damien George |
| 2015-03-02 | tests: Add basics test for gc module. | Damien George |
| 2015-03-02 | tests: Use range as iterable instead of list comprehension. | Damien George |
| 2015-03-02 | tests: Add tests for builtins: all, any, sum, abs. | Damien George |
| 2015-03-02 | tests: Add tests for op special meths, ubinascii, complex. | Damien George |