COMMITS
/ Include/pyhash.h 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