COMMITS
/ Python/pyhash.c September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
September 6, 2016
B
replace Python aliases for standard integer types with the standard integer types (#17884)
Benjamin Peterson committed
February 1, 2014
V
Issue #20162: Fix an alignment issue in the siphash24() hash function which
Victor Stinner committed
November 20, 2013
C
Issue #19183: too many tests depend on the sort order of repr().
Christian Heimes committed
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed