index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pyhash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (...
Batuhan Taşkaya
2020-04-04
1
-7/+7
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
1
-1/+1
*
bpo-39127: Make _Py_HashPointer's argument be const (GH-17690)
Andy Lester
2020-02-05
1
-1/+1
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
A. Jesse Jiryu Davis
2018-06-04
1
-2/+2
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Rolf Eike Beer
2018-05-13
1
-13/+13
*
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
2018-02-09
1
-1/+1
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
1
-1/+1
*
byte swap the raw hash secrets (more bpo-32260) (#4773)
Benjamin Peterson
2017-12-09
1
-1/+1
*
bpo-32260: don't byte swap siphash keys (#4771)
Benjamin Peterson
2017-12-09
1
-3/+1
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-8/+21
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-1/+1
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-6/+6
*
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
1
-1/+1
*
replace Python aliases for standard integer types with the standard integer t...
Benjamin Peterson
2016-09-06
1
-28/+25
*
Issue #20162: Fix an alignment issue in the siphash24() hash function which
Victor Stinner
2014-02-01
1
-1/+1
*
Issue #19183: too many tests depend on the sort order of repr().
Christian Heimes
2013-11-20
1
-3/+0
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0/+430