1. 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 · 16 years ago
  2. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 17 years ago
  3. 5a822fb Exceptions should inherit from Exception now. by Neal Norwitz · 19 years ago
  4. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 19 years ago
  5. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  6. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  7. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  9. e63415e SF patch #421922: Implement rich comparison for dicts. by Tim Peters · 23 years ago
  10. 8880f6d Whitespace normalization. by Tim Peters · 24 years ago
  11. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  12. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  13. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  14. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago