COMMITS
/ Lib/hashlib.py September 7, 2016
C
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes committed
C
Bypass __get_openssl_constructor() and always use our own blake2 implementation
Christian Heimes committed
September 6, 2016
C
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes committed
C
December 1, 2014
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
January 3, 2014
M
* Issue #16113: Remove sha3 module again.
Martin v. Löwis committed
October 22, 2013
C
Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs.
Christian Heimes committed
October 19, 2013
C
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Christian Heimes committed
October 12, 2013
C
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Christian Heimes committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
October 6, 2012
C
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
Christian Heimes committed
July 22, 2012
G
Consistently raise a TypeError when a non str is passed to hashlib.new
Gregory P. Smith committed
May 14, 2011
G
fix whitespace
Gregory P. Smith committed
G
Fixes Issue #12059: Properly handle missing hash functions even when
Gregory P. Smith committed
January 24, 2011
R
Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin).
Raymond Hettinger committed
September 6, 2010
G
hashlib has two new constant attributes: algorithms_guaranteed and
Gregory P. Smith committed
March 1, 2010
G
Merged revisions 78528 via svnmerge from
Gregory P. Smith committed
August 16, 2009
G
Merged revisions 74479 via svnmerge from
Gregory P. Smith committed
August 31, 2008
G
issue3715: docstring representation of hex escaped string needs to be double
Gregory P. Smith committed
March 19, 2008
September 9, 2007
G
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
Gregory P. Smith committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
August 27, 2007
G
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum committed
August 26, 2007
G
Use the new buffer api for input data.
Gregory P. Smith committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 26, 2005
T
Whitespace normalization (via reindent.py).
Tim Peters committed
August 21, 2005
G
[ sf.net patch # 1121611 ]
Gregory P. Smith committed