1. 75e923f Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  2. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  3. 7707f6f Issue #16234: Modify sha3's block_size method to return NotImplemented. by Christian Heimes · 12 years ago
  4. 1f47650 Update comment: SPARC requires proper alignment by Christian Heimes · 12 years ago
  5. 12e6a53 get 64bit platforms without uint64 right again by Christian Heimes · 12 years ago
  6. 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
  7. ba3e4a0 Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms by Christian Heimes · 12 years ago
  8. 8836eef brg_endian.h is back again by Christian Heimes · 12 years ago
  9. dbc573f re-add brg_endian.h to debug issue in big endian SPARC machine by Christian Heimes · 12 years ago
  10. 2649105 remove #warning from sha3module.c by Christian Heimes · 12 years ago
  11. c018f57 fix possible memory leak, dealloc newobj by Christian Heimes · 12 years ago
  12. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago