1. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  2. eda70b8 #11335: Fix memory leak after key function failure in sort by Daniel Stutzbach · 13 years ago
  3. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  4. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  5. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  6. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  7. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  8. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  9. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  10. a98e769 move test into a unittest.TestCase, no functional changes by Neal Norwitz · 19 years ago
  11. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  12. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  13. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  14. 9da1efb Remove extra copy of test_key_with_exception that somehow appeared by Michael W. Hudson · 21 years ago
  15. 1df0f65 Fixes and tests for various "holding pointers when arbitrary Python code by Michael W. Hudson · 21 years ago
  16. 37e1363 Make sure the list.sort's decorate step unwinds itself before returning by Raymond Hettinger · 21 years ago
  17. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  18. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 21 years ago
  19. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 21 years ago
  20. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  21. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  22. 30e0bea Remove cut 'n paste silliness. by Tim Peters · 22 years ago
  23. 2d8b765 New test for sorting sanity. Note that this will fail in earlier Pythons, by Tim Peters · 22 years ago