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
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Gregory P. Smith
2019-10-18
1
-24/+29
*
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...
Matthias Bussonnier
2018-09-10
1
-10/+3
*
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
Matthias Bussonnier
2018-05-22
1
-3/+5
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
1
-0/+42
*
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
1
-1/+1
*
Issue #18775: Add name and block_size attribute to HMAC object. They now
Christian Heimes
2013-11-20
1
-0/+8
*
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
1
-3/+10
*
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
Christian Heimes
2013-07-01
1
-5/+3
*
Issue #16694: Add a pure Python implementation of the operator module.
Antoine Pitrou
2013-04-20
1
-1/+1
*
Issue #15225: improve error message when hmac is passed a wrong key type.
Antoine Pitrou
2012-06-30
1
-1/+1
*
Issue #15061: Re-implemented hmac.compare_digest() in C
Christian Heimes
2012-06-24
1
-20/+1
*
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...
Nick Coghlan
2012-06-15
1
-14/+14
*
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
1
-0/+21
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-1/+1
*
speed hack can be implemented more cleanly by directly calling __new__
Benjamin Peterson
2010-08-21
1
-8/+2
*
use blank object instead
Benjamin Peterson
2010-08-21
1
-1/+1
*
remove outdated comment
Benjamin Peterson
2010-08-21
1
-5/+0
*
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