index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pyhash.c
Commit message (
Expand
)
Author
Age
*
byte swap the raw hash secrets (more bpo-32260) (#4773)
Benjamin Peterson
2017-12-09
*
bpo-32260: don't byte swap siphash keys (#4771)
Benjamin Peterson
2017-12-09
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-14
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
*
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
*
replace Python aliases for standard integer types with the standard integer t...
Benjamin Peterson
2016-09-06
*
Issue #20162: Fix an alignment issue in the siphash24() hash function which
Victor Stinner
2014-02-01
*
Issue #19183: too many tests depend on the sort order of repr().
Christian Heimes
2013-11-20
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20