| 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. | |||
| 2016-05-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky | |
| 2015-01-01 | py: Use sequence of strings for named tuple initialization | stijn | |
| - remove single string initialization style - take list of strings instead - store list in the type for fast lookup | |||
| 2014-05-11 | tests: Really fix import. | Paul Sokolovsky | |
| 2014-05-11 | tests: Fix import. | Paul Sokolovsky | |
| 2014-05-11 | py: Don't try to "bind" types store as attributes of objects. | Paul Sokolovsky | |
| This was hit when trying to make urlparse.py from stdlib run. Took quite some time to debug. TODO: Reconsile bound method creation process better, maybe callable is to generic type to bind at all? | |||
