aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/list_sort.py
AgeCommit message (Collapse)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
Also fix list.sort so it works with user-defined types, and parse the keyword arguments properly. Addresses issue #338.
2014-04-07Add tests for sorted() functionAndrew Scheller
and check that sorted(list) produces same output as list.sort()
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky