Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20162: Fix an alignment issue in the siphash24() hash function which | Victor Stinner | 2014-02-01 | 1 | -1/+1 |
| | | | | caused a crash on PowerPC 64-bit (ppc64). | ||||
* | Issue #19183: too many tests depend on the sort order of repr(). | Christian Heimes | 2013-11-20 | 1 | -3/+0 |
| | | | | The bitshift and xor op for 32bit builds has changed the order of hash values. | ||||
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. | Christian Heimes | 2013-11-20 | 1 | -0/+430 |
Python now uses SipHash24 on all major platforms. |