1. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  2. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 15 years ago
  3. d10d8ee Fix various missing import/unbound name errors. by Georg Brandl · 15 years ago
  4. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  5. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  6. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  7. 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
  8. 0b7b6fd Patch #1549 by Thomas Herve. by Guido van Rossum · 17 years ago
  9. 5a822fb Exceptions should inherit from Exception now. by Neal Norwitz · 19 years ago
  10. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 20 years ago
  11. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 22 years ago
  12. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  13. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 22 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  15. e63415e SF patch #421922: Implement rich comparison for dicts. by Tim Peters · 24 years ago
  16. 8880f6d Whitespace normalization. by Tim Peters · 24 years ago
  17. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  18. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  19. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  20. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago