summaryrefslogtreecommitdiffstats
path: root/Modules/hashlib.h
Commit message (Expand)AuthorAgeFilesLines
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)Tomas R2023-11-151-8/+20
* gh-99108: Release the GIL around hashlib built-in computation (#104675)Gregory P. Smith2023-05-231-1/+8
* hashlib: Fix old message about unicode objects. (GH-28653)Julien Palard2021-10-011-1/+1
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-17/+12
* Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-061-8/+11
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Closes #18627: merge from 3.3Ned Deily2013-08-021-1/+1
|\
| * Issue #18627: Fix typo noticed by Vajrasky Kok.Ned Deily2013-08-021-1/+1
* | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-061-0/+33
|/
* Fixes Issue #3745: Fix hashlib to always reject unicode and nonGregory P. Smith2009-02-121-0/+28