index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
sortperf.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1
/
+1
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2
/
+2
*
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-1
/
+1
*
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
Victor Stinner
2012-04-29
1
-2
/
+2
*
Merged revisions 83371,83390 via svnmerge from
Georg Brandl
2010-08-01
1
-4
/
+4
*
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