1. 6a4d52e Issue #25210: Add some basic tests for the new exception message by Berker Peksag · 9 years ago
  2. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  5. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  6. a11865b Merged revisions 78249 via svnmerge from by Ezio Melotti · 14 years ago
  7. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  8. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  9. 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 · 16 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  12. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  13. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  14. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  15. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  16. 75d26cc Some more test now pass. by Guido van Rossum · 17 years ago
  17. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  18. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  19. 0fb4376 Must inherit from Exception now. by Neal Norwitz · 18 years ago
  20. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 19 years ago
  21. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  22. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  23. 721adf9 Port test_richcmp.py to PyUnit. From SF patch #662807 which additional by Walter Dörwald · 21 years ago
  24. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  25. e63415e SF patch #421922: Implement rich comparison for dicts. by Tim Peters · 23 years ago
  26. 8880f6d Whitespace normalization. by Tim Peters · 24 years ago
  27. 4e8db2e Since I'm about to check in a change to the recursion-detection code by Guido van Rossum · 24 years ago
  28. 890f209 Add test for comparing recursive data types. by Guido van Rossum · 24 years ago
  29. 9710bd5 Add test for misbehaving rich comparisons (always returning 0) -- by Guido van Rossum · 24 years ago
  30. c4a6e8b Rich comparison tests by Guido van Rossum · 24 years ago