COMMITS
/ Include/pyhash.h November 15, 2023
V
gh-111545: Add Include/cpython/pyhash.h header file (#112063)
Victor Stinner committed
July 22, 2023
V
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner committed
October 10, 2021
I
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki committed
April 23, 2021
P
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin committed
April 22, 2021
R
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger committed
May 12, 2020
V
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
Victor Stinner committed
February 5, 2020
A
bpo-39127: Make _Py_HashPointer's argument be const (GH-17690)
Andy Lester committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
November 9, 2017
N
Correct the location of a function mentioned in a comment (GH-4327)
Ned Batchelder committed
September 6, 2016
B
replace Python aliases for standard integer types with the standard integer types (#17884)
Benjamin Peterson committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed