1. 8e79e6e Fix syntax warnings in tests introduced in bpo-15248. (GH-11932) by Serhiy Storchaka · 5 years ago
  2. 7ab3d15 Rework tuple hash tests. (GH-10161) by Tim Peters · 5 years ago
  3. aeb1be5 bpo-34751: improved hash function for tuples (GH-9471) by jdemeyer · 6 years ago
  4. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 7 years ago
  5. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 7 years ago
  6. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  7. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  8. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  9. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  10. ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
  11. e5bb551 Issue 21100: Amazingly, tuple lexicographic ordering was untested. by Raymond Hettinger · 10 years ago
  12. a562ed0 Issue #8847: Merge with 3.2 by Martin v. Löwis · 12 years ago
  13. 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  14. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  15. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
  16. a63c240 Fix typo in superclass method name by Éric Araujo · 14 years ago
  17. 02d7806 Merged revisions 82303 via svnmerge from by Benjamin Peterson · 14 years ago
  18. 6b7dfc9 Merged revisions 76763 via svnmerge from by Antoine Pitrou · 15 years ago
  19. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  20. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  21. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  22. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  23. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  24. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  25. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  26. 801f0d7 Make built-in zip() equal to itertools.izip(). by Guido van Rossum · 18 years ago
  27. 5ea7e31 Improve test coverage. by Raymond Hettinger · 20 years ago
  28. 1f4bcf9 test_hash(): The test here is different enough from the one in the bug by Tim Peters · 20 years ago
  29. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  30. 1dde95d Move list and tuple tests from test_types.py to their own scripts: by Walter Dörwald · 21 years ago