aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/hmac.py
Commit message (Expand)AuthorAge
* Fixed failing unit tests due to str/bytes mismatch.Alexandre Vassalotti2008-03-03
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-06
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Make hmac use bytes. Make test_hmac pass.Guido van Rossum2007-07-10
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-21
* Speed HMAC.copy() by installing a secret backdoor argument toTim Peters2004-03-20
* Remove uses of the string and types modules:Walter Dörwald2002-06-03
* Replace boolean test with is NoneRaymond Hettinger2002-06-01
* Replace '== None' with 'is None'Raymond Hettinger2002-05-31
* Whitespace normalization.Tim Peters2001-11-13
* [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so thatAndrew M. Kuchling2001-11-02
* Whitespace normalization.Tim Peters2001-09-18
* HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patchGuido van Rossum2001-09-11