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. | |||
2014-05-21 | objtype: super: Fall back to "object" lookup as last resort. | Paul Sokolovsky | |
Also, define object.__init__() (semantically empty, purely CPython compat measure). Addresses #520. |