1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  3. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  4. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  5. f325e03 #8230: make Lib/test/sortperf.py run on Python 3. by Georg Brandl · 14 years ago
  6. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  7. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  8. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  9. d5f4359 New test %sort. This takes a sorted list, picks 1% of the list positions by Tim Peters · 22 years ago
  10. 7ea39b1 New test "+sort", tacking 10 random floats on to the end of a sorted by Tim Peters · 22 years ago
  11. 0a30e64 Added new test "3sort". This is sorted data but with 3 random exchanges. by Tim Peters · 22 years ago
  12. 8b6ec79 Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted by Tim Peters · 22 years ago
  13. a974561 Use random instead of whrandom by Andrew M. Kuchling · 22 years ago
  14. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  15. 16653cb Add Tim's worst case scenario. by Guido van Rossum · 26 years ago
  16. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  17. b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
  18. 03e35c5 Add a few doc strings. by Guido van Rossum · 26 years ago
  19. ea176b6 benchmark for list.sort() by Guido van Rossum · 26 years ago