Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 23 | -7930/+0 |
| | | | | Patch by Christian Heimes, with modifications. | ||||
* | Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 | Zachary Ware | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Issue #18742: Expose the internal hash type object for ABCs. | Christian Heimes | 2013-10-22 | 1 | -1/+9 |
| | |||||
* | yet another WITH_THREADS typo | Christian Heimes | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | Fix _sha3 module to actually release the GIL around its update function. | Christian Heimes | 2013-07-31 | 1 | -1/+1 |
| | | | | gcov is great. | ||||
* | Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in | Christian Heimes | 2013-01-03 | 1 | -0/+2 |
| | | | | | non-pydebug builds. Several extension modules now compile cleanly when assert()s are enabled in standard builds (-DDEBUG flag). | ||||
* | Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified | Christian Heimes | 2012-10-17 | 4 | -11/+14 |
| | | | | endianess detection and handling. | ||||
* | Issue #16234: Modify sha3's block_size method to return NotImplemented. | Christian Heimes | 2012-10-14 | 1 | -2/+6 |
| | | | | This makes the sha3 types unusable from the hmac module. HMAC-SHA3 hasn't been specified yet. | ||||
* | Update comment: SPARC requires proper alignment | Christian Heimes | 2012-10-14 | 1 | -1/+2 |
| | |||||
* | get 64bit platforms without uint64 right again | Christian Heimes | 2012-10-14 | 1 | -3/+5 |
| | |||||
* | Force 32bit Keccak implementation on SPARC. It look like the Solaris CC ↵ | Christian Heimes | 2012-10-14 | 1 | -8/+14 |
| | | | | compiler doesn't like the address alignment. | ||||
* | Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big ↵ | Christian Heimes | 2012-10-13 | 1 | -4/+6 |
| | | | | endian platforms | ||||
* | brg_endian.h is back again | Christian Heimes | 2012-10-07 | 1 | -1/+0 |
| | |||||
* | re-add brg_endian.h to debug issue in big endian SPARC machine | Christian Heimes | 2012-10-07 | 5 | -7/+150 |
| | |||||
* | remove #warning from sha3module.c | Christian Heimes | 2012-10-06 | 1 | -1/+0 |
| | |||||
* | fix possible memory leak, dealloc newobj | Christian Heimes | 2012-10-06 | 1 | -2/+1 |
| | |||||
* | Issue #16113: integrade SHA-3 (Keccak) patch from ↵ | Christian Heimes | 2012-10-06 | 22 | -0/+7762 |
http://hg.python.org/sandbox/cheimes |