Benjamin Peterson
|
9b3d77052f
|
replace Python aliases for standard integer types with the standard integer types (#17884)
|
2016-09-06 13:24:00 -07:00 |
Victor Stinner
|
a17b6bb5fe
|
Issue #20162: Fix an alignment issue in the siphash24() hash function which
caused a crash on PowerPC 64-bit (ppc64).
|
2014-02-01 03:38:56 +01:00 |
Christian Heimes
|
a5bcd7c0ee
|
Issue #19183: too many tests depend on the sort order of repr().
The bitshift and xor op for 32bit builds has changed the order of hash values.
|
2013-11-20 12:49:05 +01:00 |
Christian Heimes
|
985ecdcfc2
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
|
2013-11-20 11:46:18 +01:00 |