1. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 8 years ago
  2. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  3. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  4. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  5. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago
  6. 24ef3e9 Issue #15225: improve error message when hmac is passed a wrong key type. by Antoine Pitrou · 12 years ago
  7. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  8. 807770e Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac by Nick Coghlan · 12 years ago
  9. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  10. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  11. 0cc7444 speed hack can be implemented more cleanly by directly calling __new__ by Benjamin Peterson · 14 years ago
  12. bf6f31b use blank object instead by Benjamin Peterson · 14 years ago
  13. c3f810f remove outdated comment by Benjamin Peterson · 14 years ago
  14. a351f77 Fixed failing unit tests due to str/bytes mismatch. by Alexandre Vassalotti · 16 years ago
  15. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  16. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  17. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  18. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  19. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  20. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  21. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  22. 934d31b Speed HMAC.copy() by installing a secret backdoor argument to by Tim Peters · 20 years ago
  23. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  24. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  25. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  26. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  27. 1ccdff9 [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that by Andrew M. Kuchling · 23 years ago
  28. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  29. 8ceef41 HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch #460112). by Guido van Rossum · 23 years ago