Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in ↵ | Mickaël Schoentgen | 2019-01-02 | 1 | -1/+1 |
| | | | | Modules/_sha3/cleanup.py (GH-11411) | ||||
* | Issue #16113: Add SHA-3 and SHAKE support to hashlib module. | Christian Heimes | 2016-09-07 | 1 | -0/+50 |
| | |||||
* | * Issue #16113: Remove sha3 module again. | Martin v. Löwis | 2014-01-03 | 1 | -49/+0 |
| | | | | Patch by Christian Heimes, with modifications. | ||||
* | Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified | Christian Heimes | 2012-10-17 | 1 | -4/+4 |
| | | | | endianess detection and handling. | ||||
* | re-add brg_endian.h to debug issue in big endian SPARC machine | Christian Heimes | 2012-10-07 | 1 | -4/+4 |
| | |||||
* | Issue #16113: integrade SHA-3 (Keccak) patch from ↵ | Christian Heimes | 2012-10-06 | 1 | -0/+49 |
http://hg.python.org/sandbox/cheimes |