1. 8bb0b5b bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Matthias Bussonnier · 6 years ago
  2. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 7 years ago
  3. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  4. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  5. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  6. 740c730 Issues #21948 and #16040: Fix typos. by Berker Peksag · 10 years ago
  7. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  8. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  9. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  10. 808ddaa merge with 3.3 by Georg Brandl · 11 years ago
  11. 74883a3 Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. by Georg Brandl · 11 years ago
  12. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  13. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  14. 48986d6 Minor grammar refinement for hmac.compare_digest(). by Larry Hastings · 12 years ago
  15. 5f762af Remove a detailed discussion of content-based short circuiting, off topic for library docs. by Antoine Pitrou · 12 years ago
  16. f61e791 Simplify wording. by Antoine Pitrou · 12 years ago
  17. 1524d75 Formatting by Antoine Pitrou · 12 years ago
  18. ae64b4d Merge heads. by Georg Brandl · 12 years ago
  19. 3b44d81 Merge heads. by Georg Brandl · 12 years ago
  20. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 12 years ago
  21. 4f99468 The buffer protocol doesn't exist (in the glossary anyway). by Antoine Pitrou · 12 years ago
  22. 9df73da Larry's suggested rewording of the compare_digest() docs. by Antoine Pitrou · 12 years ago
  23. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 12 years ago
  24. 807770e Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac by Nick Coghlan · 12 years ago
  25. 9b704ec Add versionadded for hmac.secure_compare(). by Charles-François Natali · 12 years ago
  26. 7feb9f4 Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate by Charles-François Natali · 12 years ago
  27. 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 13 years ago
  28. 469271d More source links by Raymond Hettinger · 14 years ago
  29. 531d76b #5212: md5 weaknesses do not affect hmac, so remove the note about that. by Georg Brandl · 14 years ago
  30. 80b75fd Fix hmac docs: it takes and returns bytes, except for hexdigest(). by Georg Brandl · 14 years ago
  31. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  32. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  33. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  34. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago