COMMITS
/ Modules/hashlib.h November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 15, 2023
T
May 23, 2023
G
gh-99108: Release the GIL around hashlib built-in computation (#104675)
Gregory P. Smith committed
October 1, 2021
J
hashlib: Fix old message about unicode objects. (GH-28653)
Julien Palard committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2016
C
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
August 2, 2013
N
Closes #18627: merge from 3.3
Ned Deily committed
N
Issue #18627: Fix typo noticed by Vajrasky Kok.
Ned Deily committed
October 6, 2012
C
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
Christian Heimes committed
February 12, 2009
G
Fixes Issue #3745: Fix hashlib to always reject unicode and non
Gregory P. Smith committed