1. 41fe615 (partially) by Florent Xicluna · 14 years ago
  2. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  3. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  4. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  7. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  8. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  9. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  10. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  11. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  12. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  13. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  14. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  15. 7e8fdba Standardize behavior: no docstrings in test functions; create a single by Guido van Rossum · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  17. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago
  18. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  19. f792bba [Patch #477336] Add an extensive PyUnit based testsuite for the hmac module by Andrew M. Kuchling · 23 years ago
  20. f166994 Test for new hmac module. by Guido van Rossum · 23 years ago