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