aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/builtin_eval_error.py
AgeCommit message (Collapse)Author
2018-02-14tests: Automatically skip tests that require eval, exec or frozenset.Damien George
2015-10-02tests: Allow tests to pass against CPython 3.5.Damien George
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2014-10-05py: Make compiler return a proper exception on SyntaxError.Damien George