1. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. 217f5c4 Issue #19758: silence PendingDeprecationWarnings in test_hmac by Christian Heimes · 11 years ago
  4. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  5. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  6. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  7. 24ef3e9 Issue #15225: improve error message when hmac is passed a wrong key type. by Antoine Pitrou · 12 years ago
  8. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  9. 807770e Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac by Nick Coghlan · 12 years ago
  10. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  11. 41fe615 (partially) by Florent Xicluna · 14 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  14. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  17. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  18. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  19. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  20. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  21. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  22. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  23. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  24. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  25. 7e8fdba Standardize behavior: no docstrings in test functions; create a single by Guido van Rossum · 22 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  27. 28bb572 Use attributes appropriately by Neal Norwitz · 22 years ago
  28. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  29. f792bba [Patch #477336] Add an extensive PyUnit based testsuite for the hmac module by Andrew M. Kuchling · 23 years ago
  30. f166994 Test for new hmac module. by Guido van Rossum · 23 years ago