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