index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
sortperf.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5/+5
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
New test %sort. This takes a sorted list, picks 1% of the list positions
Tim Peters
2002-08-02
1
-1/+7
*
New test "+sort", tacking 10 random floats on to the end of a sorted
Tim Peters
2002-07-21
1
-6/+9
*
Added new test "3sort". This is sorted data but with 3 random exchanges.
Tim Peters
2002-07-20
1
-1/+9
*
Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted
Tim Peters
2002-07-18
1
-35/+46
*
Use random instead of whrandom
Andrew M. Kuchling
2002-04-10
1
-3/+3
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-3/+2
*
Add Tim's worst case scenario.
Guido van Rossum
1998-05-26
1
-6/+11
*
Use random instead of whrandom.
Guido van Rossum
1998-05-20
1
-4/+4
*
Reduce memory requirements.
Guido van Rossum
1998-05-12
1
-1/+4
*
Add a few doc strings.
Guido van Rossum
1998-05-10
1
-6/+31
*
benchmark for list.sort()
Guido van Rossum
1998-05-10
1
-0/+109