summaryrefslogtreecommitdiff
path: root/tests/basics/python34.py
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2022-03-31py/runtime: Allow multiple *args in a function call.David Lechner
2022-03-31py/runtime: Allow multiple **args in a function call.David Lechner
2020-09-04all: Rename "sys" module to "usys".stijn
2018-08-17tests: Modify tests that print repr of an exception with 1 arg.Damien George
2018-02-14tests: Automatically skip tests that require eval, exec or frozenset.Damien George
2017-06-14py/compile: Raise SyntaxError if positional args are given after */**.Damien George
2017-01-09tests: Update test suite to be compatible with CPython 3.6.Damien George
2015-10-08tests: Add test for evaluation order of dictionary key/value pairs.Damien George
2015-10-02tests: Allow tests to pass against CPython 3.5.Damien George