1. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 17 years ago
  2. 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 · 17 years ago
  3. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  4. 53dbe39 Move UserList to collections. by Raymond Hettinger · 17 years ago
  5. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 18 years ago
  6. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  7. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
  8. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  9. 75d26cc Some more test now pass. by Guido van Rossum · 18 years ago
  10. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  11. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 19 years ago
  12. 0fb4376 Must inherit from Exception now. by Neal Norwitz · 19 years ago
  13. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 20 years ago
  14. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 22 years ago
  15. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  16. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  18. e63415e SF patch #421922: Implement rich comparison for dicts. by Tim Peters · 24 years ago
  19. 8880f6d Whitespace normalization. by Tim Peters · 25 years ago
  20. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 25 years ago
  21. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 25 years ago
  22. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 25 years ago
  23. c4a6e8b Rich comparison tests by Guido van Rossum · 25 years ago