1. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  4. e7d8be8 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  5. 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
  6. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  7. 5b07ebc Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence. by Raymond Hettinger · 17 years ago
  8. 0288cb0 Add the test from issue 1704621 (the issue itself is already fixed here). by Guido van Rossum · 18 years ago
  9. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 20 years ago
  10. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 20 years ago
  11. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
  12. 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
  13. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago