summaryrefslogtreecommitdiff
path: root/tests/basics/class_new.py
AgeCommit message (Expand)Author
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/basic/[a-f]*: Make skippable.Paul Sokolovsky
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2014-07-05py: Automatically ake __new__ a staticmethod.Damien George
2014-05-22py: Initial attempts to actually allow implementing __new__ in Python.Paul Sokolovsky