| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-06 | tests: Reduce large object allocations so tests can run with small heap. | Damien George | |
| 2015-02-02 | py: Make list.sort keep stack usage within O(log(N)) bound. | Damien George | |
| Also fix list.sort so it works with user-defined types, and parse the keyword arguments properly. Addresses issue #338. | |||
| 2014-04-07 | Add tests for sorted() function | Andrew Scheller | |
| and check that sorted(list) produces same output as list.sort() | |||
| 2014-01-19 | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | |
