1. ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
  2. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  3. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  4. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  5. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  6. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  7. 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
  8. 2ec8cbc rewrite with assertIs by Benjamin Peterson · 13 years ago
  9. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 13 years ago
  10. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  11. 7ac5cb1 Merged revisions 81224 via svnmerge from by Victor Stinner · 14 years ago
  12. bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 15 years ago
  13. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  14. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  17. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  18. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  19. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  20. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  21. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  22. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  23. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  24. 6c037ba Don't specify an encoding, let open figure out an appropriate one. by Walter Dörwald · 17 years ago
  25. 9e4dc91 Fix list_test.py::test_print(): Read and write the by Walter Dörwald · 17 years ago
  26. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  27. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  28. 374812c Two tests fixed with one fix. by Guido van Rossum · 17 years ago
  29. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  30. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  31. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  32. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  33. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  34. 7355e81 Add list tests that ensure that remove() removes the first occurrence. by Walter Dörwald · 19 years ago
  35. 5ea7e31 Improve test coverage. by Raymond Hettinger · 20 years ago
  36. bcab2b2 Improve test coverage. by Raymond Hettinger · 20 years ago
  37. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 20 years ago
  38. 1301892 For whatever reason, these files had \r\r\n line endings on Windows, by Tim Peters · 21 years ago
  39. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago