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