1. 14514d9 bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) by Zackery Spytz · 5 years ago
  2. d702c50 bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (GH-847) by Jim Fasarakis-Hilliard · 7 years ago
  3. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  4. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  5. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  6. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  7. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  8. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  9. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  10. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  11. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  12. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  13. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  14. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 16 years ago
  15. a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 16 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  17. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 16 years ago
  18. 3d392eb Merged revisions 58947-59004 via svnmerge from by Guido van Rossum · 17 years ago
  19. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  20. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  21. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  22. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  23. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  24. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 19 years ago
  25. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 19 years ago
  26. 5ea7e31 Improve test coverage. by Raymond Hettinger · 20 years ago
  27. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago