]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
authorChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 10:46:18 +0000 (11:46 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 20 Nov 2013 10:46:18 +0000 (11:46 +0100)
commit985ecdcfc29adfc36ce2339acf03f819ad414869
tree06a11f82271e768dbe49469c8736b65b083f671c
parentfe32aec25a8b36498d840bd69485e9bc94195b9c
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
27 files changed:
Doc/library/sys.rst
Doc/license.rst
Doc/whatsnew/3.4.rst
Include/Python.h
Include/object.h
Include/pyhash.h [new file with mode: 0644]
Include/pyport.h
Lib/test/regrtest.py
Lib/test/test_hash.py
Lib/test/test_sys.py
Makefile.pre.in
Misc/ACKS
Misc/NEWS
Modules/pyexpat.c
Objects/bytesobject.c
Objects/memoryobject.c
Objects/object.c
Objects/unicodeobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/pyhash.c [new file with mode: 0644]
Python/pythonrun.c
Python/random.c
Python/sysmodule.c
configure
configure.ac
pyconfig.h.in