summaryrefslogtreecommitdiffstats
path: root/Python/pyhash.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-31849: Fix warning in pyhash.c (GH-6799)Miss Islington (bot)2018-06-041-2/+2
* bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)Miss Islington (bot)2018-05-131-13/+13
* [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...Victor Stinner2017-09-121-6/+6
* 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