1. a8eb585 bpo-31849: Fix warning in pyhash.c (GH-6799) by A. Jesse Jiryu Davis · 6 years ago
  2. 1e2ec8a bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123) by Rolf Eike Beer · 6 years ago
  3. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 6 years ago
  4. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 7 years ago
  5. 60ed130 byte swap the raw hash secrets (more bpo-32260) (#4773) by Benjamin Peterson · 7 years ago
  6. 4e3e156 bpo-32260: don't byte swap siphash keys (#4771) by Benjamin Peterson · 7 years ago
  7. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  8. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  9. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  10. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 7 years ago
  11. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  12. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 8 years ago
  13. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 10 years ago
  14. a5bcd7c Issue #19183: too many tests depend on the sort order of repr(). by Christian Heimes · 11 years ago
  15. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago