Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |