1. d466c43 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411) by Mickaël Schoentgen · 6 years ago
  2. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 6 years ago
  3. 9b8c2e7 bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) by Serhiy Storchaka · 6 years ago
  4. 0e0bc4e Fix misleading mentions of tp_size in comments (GH-9093) by Peter Eisentraut · 6 years ago
  5. f1d36d8 bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) by Serhiy Storchaka · 6 years ago
  6. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  7. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  8. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  9. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  10. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  11. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  12. b00e00c Don't define PY_WITH_KECCAK by Christian Heimes · 8 years ago
  13. ec406fe Issue #27810: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  14. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  15. c71ec8a sha3: let's keep it simple and always allocate enough extra space for uint64_t[20]. by Christian Heimes · 8 years ago
  16. cf45ee1 Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create() by Christian Heimes · 8 years ago
  17. eaa3f5f Issue #16113: one more C90 violation in big endian code. by Christian Heimes · 8 years ago
  18. fa15c85 Issue #16113: take 2 on big endian machines. by Christian Heimes · 8 years ago
  19. b205fe9 Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet. by Christian Heimes · 8 years ago
  20. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  21. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  22. 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 11 years ago
  23. 327dd73 Issue #18742: Expose the internal hash type object for ABCs. by Christian Heimes · 11 years ago
  24. 0ce642e yet another WITH_THREADS typo by Christian Heimes · 11 years ago
  25. 6ffa5ce Fix _sha3 module to actually release the GIL around its update function. by Christian Heimes · 11 years ago
  26. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  27. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  28. 7707f6f Issue #16234: Modify sha3's block_size method to return NotImplemented. by Christian Heimes · 12 years ago
  29. 1f47650 Update comment: SPARC requires proper alignment by Christian Heimes · 12 years ago
  30. 12e6a53 get 64bit platforms without uint64 right again by Christian Heimes · 12 years ago
  31. 784fde7 Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment. by Christian Heimes · 12 years ago
  32. ba3e4a0 Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms by Christian Heimes · 12 years ago
  33. 8836eef brg_endian.h is back again by Christian Heimes · 12 years ago
  34. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 12 years ago
  35. 2649105 remove #warning from sha3module.c by Christian Heimes · 12 years ago
  36. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  37. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago