7 Commits (4df60f18c64ba2835e68bf3eed08d8002a00f4ac)

Author SHA1 Message Date
Barry Warsaw b2e5794870 bpo-31338 (#3374) 9 years ago
Stefan Krah f432a3234f bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) 9 years ago
Christian Heimes f051e43b22 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 10 years ago
Benjamin Peterson 9b3d77052f replace Python aliases for standard integer types with the standard integer types (#17884) 10 years ago
Victor Stinner a17b6bb5fe Issue #20162: Fix an alignment issue in the siphash24() hash function which 12 years ago
Christian Heimes a5bcd7c0ee Issue #19183: too many tests depend on the sort order of repr(). 12 years ago
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago