summaryrefslogtreecommitdiff
path: root/tests/basics/list_sort.py
AgeCommit message (Expand)Author
2016-03-06tests: Reduce large object allocations so tests can run with small heap.Damien George
2015-02-02py: Make list.sort keep stack usage within O(log(N)) bound.Damien George
2014-04-07Add tests for sorted() functionAndrew Scheller
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky