aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in ↵Mickaël Schoentgen2019-01-021-1/+1
| | | | Modules/_sha3/cleanup.py (GH-11411)
* Issue #16113: Add SHA-3 and SHAKE support to hashlib module.Christian Heimes2016-09-071-0/+50
|
* * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-49/+0
| | | | Patch by Christian Heimes, with modifications.
* Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unifiedChristian Heimes2012-10-171-4/+4
| | | | endianess detection and handling.
* re-add brg_endian.h to debug issue in big endian SPARC machineChristian Heimes2012-10-071-4/+4
|
* Issue #16113: integrade SHA-3 (Keccak) patch from ↵Christian Heimes2012-10-061-0/+49
http://hg.python.org/sandbox/cheimes