GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pyhash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
1
-2
/
+2
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Miss Islington (bot)
2018-05-13
1
-13
/
+13
*
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
Miss Islington (bot)
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-14
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