Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2017-02-15 | tests/basic/[a-f]*: Make skippable. | Paul Sokolovsky | |
For small ports which don't have all features enabled. | |||
2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George | |
2014-07-05 | py: Automatically ake __new__ a staticmethod. | Damien George | |
Addresses issue #622. | |||
2014-05-22 | py: Initial attempts to actually allow implementing __new__ in Python. | Paul Sokolovsky | |
Caveat is that __new__ should recurse to base class __new__, and ultimately, object.__new__ is what handles instance allocation. |