summaryrefslogtreecommitdiff
path: root/Python/pyhash.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-1/+1
* replace Python aliases for standard integer types with the standard integer t...Benjamin Peterson2016-09-061-28/+25
* Issue #20162: Fix an alignment issue in the siphash24() hash function whichVictor Stinner2014-02-011-1/+1
* Issue #19183: too many tests depend on the sort order of repr().Christian Heimes2013-11-201-3/+0
* ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+430