COMMITS
/ Modules/blake2module.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 17, 2026
S
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
Serhiy Storchaka committed
October 8, 2025
V
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
Victor Stinner committed
September 1, 2025
P
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma committed
August 1, 2025
July 28, 2025
B
gh-131876: extract `_hashlib` helpers into a separate directory (#136995)
Bénédikt Tran committed
June 27, 2025
B
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Bénédikt Tran committed
June 24, 2025
B
gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)
Bénédikt Tran committed
June 22, 2025
B
gh-135532: cleanup clinic `module` directives for cryptographic modules (#135822)
Bénédikt Tran committed
B
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
Bénédikt Tran committed
June 9, 2025
B
gh-135004: rewrite and cleanup `blake2module.c` (#135006)
Bénédikt Tran committed
May 31, 2025
B
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (#134713)
Bénédikt Tran committed
April 27, 2025
B
gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
Bénédikt Tran committed
March 17, 2025
B
gh-131316: handle NULL values returned by HACL* functions (#131324)
Bénédikt Tran committed
March 15, 2025
C
GH-131296: fix clang-cl warnings on Windows in blake2module.c (#131299)
Chris Eibl committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
January 27, 2025
B
gh-111178: fix UBSan failures in `Modules/{blake2,md5,sha1,sha2,sha3}module.c` (GH-128248)
Bénédikt Tran committed
December 26, 2024
B
gh-87138: convert blake2b/2s types to heap types (#127669)
Bénédikt Tran committed
November 5, 2024
V
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner committed
September 16, 2024
R
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on macOS (#123989)
Russell Keith-Magee committed
August 30, 2024
K
gh-123189: [`Modules/blake2module.c`]: Move function definitions and their usage under the macros (#123190)
Kirill Podoprigora committed
August 13, 2024
J
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko committed