| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #29062: Merge hashlib-blake2.rst into hashlib.rst | INADA Naoki | 2017-01-13 | 1 | -2/+434 |
* | Issue #16113: Add SHA-3 and SHAKE support to hashlib module. | Christian Heimes | 2016-09-07 | 1 | -1/+29 |
* | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. | Christian Heimes | 2016-09-06 | 1 | -1/+13 |
* | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ... | Christian Heimes | 2016-09-06 | 1 | -0/+17 |
* | Issue #27200: Merge with 3.5 | Zachary Ware | 2016-08-10 | 1 | -9/+13 |
|\ |
|
| * | Clarify that md5 is in the algorithms_guaranteed list despite what | Gregory P. Smith | 2016-06-11 | 1 | -1/+3 |
| * | issue15468 - use sha256 instead of md5 or sha1 in the examples. | Gregory P. Smith | 2016-06-11 | 1 | -8/+10 |
* | | Issue #27200: Fix doctests in Doc/library/hashlib.rst | Zachary Ware | 2016-08-10 | 1 | -0/+5 |
|/ |
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+2 |
* | Issue #27036: Fixed formatting references to "bytes-like object" in plural. | Serhiy Storchaka | 2016-05-18 | 1 | -1/+1 |
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
* | Issue #26390: Fix and test pbkdf2_hmac() parameter names | Martin Panter | 2016-02-22 | 1 | -6/+7 |
* | make wikipedia link https | Benjamin Peterson | 2015-09-27 | 1 | -1/+1 |
* | shorten and fix casing of title | Benjamin Peterson | 2015-09-27 | 1 | -2/+2 |
* | grammar and sentence flow fix | Benjamin Peterson | 2014-05-26 | 1 | -2/+1 |
* | format reST directive in the usual way | Benjamin Peterson | 2014-05-26 | 1 | -3/+5 |
* | link to wikipedia description of cryptographic salt | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
* | oxford comma | Benjamin Peterson | 2014-05-26 | 1 | -3/+3 |
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-15 | 1 | -6/+6 |
* | * Issue #16113: Remove sha3 module again. | Martin v. L?wis | 2014-01-03 | 1 | -5/+1 |
* | Include sha3 addition in hashlib section of whatsnew. | R David Murray | 2013-12-20 | 1 | -1/+3 |
* | Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit... | Christian Heimes | 2013-10-19 | 1 | -5/+3 |
* | Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC | Christian Heimes | 2013-10-19 | 1 | -1/+5 |
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. | Christian Heimes | 2013-10-13 | 1 | -0/+43 |
* | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+4 |
|\ |
|
| * | The "FAQ" link at the end was changed to a Wikipedia link; reflect that. | Georg Brandl | 2013-10-06 | 1 | -2/+4 |
* | | MERGE: Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -3/+19 |
|\ \
| |/
|/| |
|
| * | MERGE: Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -1/+1 |
| |\ |
|
| * | | Issue 18532: Added tests and documentation to formally specify the .name attr... | Jason R. Coombs | 2013-08-03 | 1 | -0/+12 |
| * | | #16518: merge with 3.3. | Ezio Melotti | 2013-05-04 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | merge 3.3 (closes #16687) | Benjamin Peterson | 2012-12-20 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo... | Christian Heimes | 2012-10-06 | 1 | -3/+7 |
* | | | | | Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | #16518: use "bytes-like object" throughout the docs. | Ezio Melotti | 2013-05-04 | 1 | -3/+3 |
| |/
|/| |
|
* | | link to GIL as a term | Benjamin Peterson | 2012-12-20 | 1 | -1/+1 |
* | | fix typo (#16687) | Benjamin Peterson | 2012-12-20 | 1 | -1/+1 |
|/ |
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
* | Fix Issue10793 - hashlib documentation issue on return type of digest | Senthil Kumaran | 2010-12-30 | 1 | -1/+1 |
* | hashlib has two new constant attributes: algorithms_guaranteed and | Gregory P. Smith | 2010-09-06 | 1 | -8/+21 |
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -4/+3 |
* | Merged revisions 81404 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
* | Merged revisions 78528 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -0/+9 |
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -2/+2 |
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -1/+0 |
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 1 | -1/+1 |
* | Merge refactoring I did when committing r72267 to trunk into the | Gregory P. Smith | 2009-05-04 | 1 | -0/+6 |
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -2/+2 |
* | Issue #4751: hashlib now releases the GIL when hashing large buffers | Antoine Pitrou | 2009-01-08 | 1 | -0/+5 |
* | hexdigest() doesn't return bytes #4771 | Benjamin Peterson | 2008-12-29 | 1 | -2/+2 |