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