summaryrefslogtreecommitdiff
path: root/Lib/test/sortperf.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* Issue #14428: Use the new time.perf_counter() and time.process_time() functionsVictor Stinner2012-04-291-2/+2
* Merged revisions 83371,83390 via svnmerge fromGeorg Brandl2010-08-011-4/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* New test %sort. This takes a sorted list, picks 1% of the list positionsTim Peters2002-08-021-1/+7
* New test "+sort", tacking 10 random floats on to the end of a sortedTim Peters2002-07-211-6/+9
* Added new test "3sort". This is sorted data but with 3 random exchanges.Tim Peters2002-07-201-1/+9
* Gave this a facelift: "/" vs "//", whrandom vs random, etc. BoostedTim Peters2002-07-181-35/+46
* Use random instead of whrandomAndrew M. Kuchling2002-04-101-3/+3
* String method conversion.Eric S. Raymond2001-02-091-3/+2
* Add Tim's worst case scenario.Guido van Rossum1998-05-261-6/+11
* Use random instead of whrandom.Guido van Rossum1998-05-201-4/+4
* Reduce memory requirements.Guido van Rossum1998-05-121-1/+4
* Add a few doc strings.Guido van Rossum1998-05-101-6/+31
* benchmark for list.sort()Guido van Rossum1998-05-101-0/+109