Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0fb681ea5065bbdba792e04d46e02be088e95ed6
/
Lib
/
hmac.py
4348a25
silence callable warning in hmac
by Benjamin Peterson
· 16 years ago
e1ac4f1
Fixes Issue 1385: The hmac module now computes the correct hmac when using
by Gregory P. Smith
· 17 years ago
7166232
[Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method
by Andrew M. Kuchling
· 18 years ago
a7ebb33
[Part of patch #1182394] Move the HMAC blocksize to be a class-level
by Andrew M. Kuchling
· 18 years ago
8fe2d20
[Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate()
by Andrew M. Kuchling
· 18 years ago
f21a5f7
[ sf.net patch # 1121611 ]
by Gregory P. Smith
· 19 years ago
934d31b
Speed HMAC.copy() by installing a secret backdoor argument to
by Tim Peters
· 21 years ago
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
094662a
Replace boolean test with is None
by Raymond Hettinger
· 22 years ago
7fdfc2d
Replace '== None' with 'is None'
by Raymond Hettinger
· 22 years ago
8876848
Whitespace normalization.
by Tim Peters
· 23 years ago
1ccdff9
[Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that
by Andrew M. Kuchling
· 23 years ago
b64bec3
Whitespace normalization.
by Tim Peters
· 23 years ago
8ceef41
HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch #460112).
by Guido van Rossum
· 23 years ago