summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_new.py
Commit message (Expand)AuthorAge
* tests/class_new: Add another testcase for __new__/__init__ interaction.Paul Sokolovsky2017-09-01
* tests/class_new: Add checks for __init__ being called and other improvements.Paul Sokolovsky2017-08-30
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/basic/[a-f]*: Make skippable.Paul Sokolovsky2017-02-15
* tests: Add more tests to improve coverage, mostly testing exceptions.Damien George2015-08-21
* py: Automatically ake __new__ a staticmethod.Damien George2014-07-05
* py: Initial attempts to actually allow implementing __new__ in Python.Paul Sokolovsky2014-05-22