index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
hmac.py
Commit message (
Expand
)
Author
Age
*
Fixed failing unit tests due to str/bytes mismatch.
Alexandre Vassalotti
2008-03-03
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
*
Make hmac use bytes. Make test_hmac pass.
Guido van Rossum
2007-07-10
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
*
Speed HMAC.copy() by installing a secret backdoor argument to
Tim Peters
2004-03-20
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
*
Replace boolean test with is None
Raymond Hettinger
2002-06-01
*
Replace '== None' with 'is None'
Raymond Hettinger
2002-05-31
*
Whitespace normalization.
Tim Peters
2001-11-13
*
[Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that
Andrew M. Kuchling
2001-11-02
*
Whitespace normalization.
Tim Peters
2001-09-18
*
HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch
Guido van Rossum
2001-09-11