1. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  2. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  3. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 8 years ago
  4. 5940c53 Issue #26798: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream https://github.com/BLAKE2/BLAKE2/issues/32 by Christian Heimes · 8 years ago
  5. dfb9ef1 blake2: silence two more warnings on platforms with size_t < uint64_t. Don't use SSE2 when cross-compiling by Christian Heimes · 8 years ago
  6. cc554b6 Silence two warnings in blake2. key_length is between 0 and 64 (block size). by Christian Heimes · 8 years ago
  7. dc5a3fe Issue #26798: for loop initial declarations, take 3 by Christian Heimes · 8 years ago
  8. 9c2f304 Issue #26798: for loop initial declarations, take 2 by Christian Heimes · 8 years ago
  9. 87bf0fe Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode by Christian Heimes · 8 years ago
  10. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago