Commit message (Expand) | Author | Age | |
---|---|---|---|
* | tests: Improve test coverage of py/compile.c. | Damien George | 2016-10-11 |
* | py/compile: Do proper checking of * and ** in function definition. | Damien George | 2015-11-23 |
* | tests: Allow tests to pass against CPython 3.5. | Damien George | 2015-10-02 |
* | py/compile: Refine SyntaxError for repeated use of global/nonlocal. | Damien George | 2015-09-07 |
* | tests: Add tests for attrtuple, and for more corner cases. | Damien George | 2015-04-22 |
* | tests: Add tests to exercise lexer; and some more complex number tests. | Damien George | 2015-04-04 |
* | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George | 2015-03-25 |