| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-14 | Updated tests; removed try/catch for ucollections | bildzeitung | |
| 2017-08-11 | Turn on Rosie CI testing to test new builds on real hardware. | Scott Shawcroft | |
| This introduces a skip_if module that can be used by tests to determine when they should be skipped due to the environment. Some tests have been split in order to have finer grained skip control. | |||
| 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? | |||
