1. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 8 years ago
  2. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 8 years ago
  3. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 8 years ago
  4. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 9 years ago
  5. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 9 years ago
  6. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 12 years ago
  7. a5bcd7c Issue #19183: too many tests depend on the sort order of repr(). by Christian Heimes · 12 years ago
  8. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 12 years ago