index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
hmac.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
silence callable warning in hmac
Benjamin Peterson
2008-08-19
1
-1
/
+1
*
Fixes Issue 1385: The hmac module now computes the correct hmac when using
Gregory P. Smith
2007-11-06
1
-2
/
+18
*
[Rest of patch #1182394] Add ._current() method so that we can use the writte...
Andrew M. Kuchling
2006-12-27
1
-4
/
+12
*
[Part of patch #1182394] Move the HMAC blocksize to be a class-level
Andrew M. Kuchling
2006-12-27
1
-3
/
+4
*
[Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate()
Andrew M. Kuchling
2006-12-19
1
-9
/
+4
*
[ 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