index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
hashlib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131876: Revert "gh-131876: extract `_hashlib` helpers into a separate dire...
Bénédikt Tran
2025-08-01
1
-0/+173
*
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran
2025-07-28
1
-173/+0
*
gh-136968: fortify macro usage in cryptographic modules (#136973)
Bénédikt Tran
2025-07-28
1
-26/+43
*
gh-136787: improve exception messages for invalid hash algorithms (#136802)
Bénédikt Tran
2025-07-20
1
-0/+9
*
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
Bénédikt Tran
2025-06-22
1
-34/+65
*
gh-134978: deprecate `string` keyword parameter for hash function constructor...
Bénédikt Tran
2025-06-02
1
-0/+9
*
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signa...
Bénédikt Tran
2025-05-31
1
-0/+29
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Tomas R
2023-11-15
1
-8/+20
*
gh-99108: Release the GIL around hashlib built-in computation (#104675)
Gregory P. Smith
2023-05-23
1
-1/+8
*
hashlib: Fix old message about unicode objects. (GH-28653)
Julien Palard
2021-10-01
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-17/+12
*
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes
2016-09-06
1
-8/+11
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Closes #18627: merge from 3.3
Ned Deily
2013-08-02
1
-1/+1
|
\
|
*
Issue #18627: Fix typo noticed by Vajrasky Kok.
Ned Deily
2013-08-02
1
-1/+1
*
|
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...
Christian Heimes
2012-10-06
1
-0/+33
|
/
*
Fixes Issue #3745: Fix hashlib to always reject unicode and non
Gregory P. Smith
2009-02-12
1
-0/+28