1. 3b9d92a Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
  2. 819d8d4 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
  3. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  7. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  8. 53663a6 Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful by Nick Coghlan · 17 years ago
  9. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  10. 5b07ebc Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence. by Raymond Hettinger · 18 years ago
  11. 0288cb0 Add the test from issue 1704621 (the issue itself is already fixed here). by Guido van Rossum · 18 years ago
  12. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 20 years ago
  13. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 20 years ago
  14. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
  15. 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
  16. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 22 years ago