index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
hmac.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed failing unit tests due to str/bytes mismatch.
Alexandre Vassalotti
2008-03-03
1
-2/+4
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
1
-2/+18
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-8/+2
*
Make hmac use bytes. Make test_hmac pass.
Guido van Rossum
2007-07-10
1
-4/+15
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-16/+20
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-9/+15
*
Speed HMAC.copy() by installing a secret backdoor argument to
Tim Peters
2004-03-20
1
-1/+11
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-3/+1
*
Replace boolean test with is None
Raymond Hettinger
2002-06-01
1
-1/+1
*
Replace '== None' with 'is None'
Raymond Hettinger
2002-05-31
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-11-13
1
-2/+1
*
[Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that
Andrew M. Kuchling
2001-11-02
1
-23/+13
*
Whitespace normalization.
Tim Peters
2001-09-18
1
-3/+3
*
HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch
Guido van Rossum
2001-09-11
1
-0/+110