summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/syntaxerror.py
Commit message (Expand)AuthorAge
* tests/basics: Move test for "return" outside function to own file.Petr Viktorin2020-02-06
* tests: Automatically skip tests that require eval, exec or frozenset.Damien George2018-02-14
* tests: Add some more tests to improve coverage of py/parse.c.Damien George2017-12-19
* tests: Update test suite to be compatible with CPython 3.6.Damien George2017-01-09
* tests: Improve test coverage of py/compile.c.Damien George2016-10-11
* py/compile: Do proper checking of * and ** in function definition.Damien George2015-11-23
* tests: Allow tests to pass against CPython 3.5.Damien George2015-10-02
* py/compile: Refine SyntaxError for repeated use of global/nonlocal.Damien George2015-09-07
* tests: Add tests for attrtuple, and for more corner cases.Damien George2015-04-22
* tests: Add tests to exercise lexer; and some more complex number tests.Damien George2015-04-04
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25