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