summaryrefslogtreecommitdiff
path: root/Doc/library/hashlib.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #29062: Merge hashlib-blake2.rst into hashlib.rstINADA Naoki2017-01-131-2/+434
* Issue #16113: Add SHA-3 and SHAKE support to hashlib module.Christian Heimes2016-09-071-1/+29
* Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-061-1/+13
* Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...Christian Heimes2016-09-061-0/+17
* Issue #27200: Merge with 3.5Zachary Ware2016-08-101-9/+13
|\
| * Clarify that md5 is in the algorithms_guaranteed list despite whatGregory P. Smith2016-06-111-1/+3
| * issue15468 - use sha256 instead of md5 or sha1 in the examples.Gregory P. Smith2016-06-111-8/+10
* | Issue #27200: Fix doctests in Doc/library/hashlib.rstZachary Ware2016-08-101-0/+5
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-181-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Issue #26390: Fix and test pbkdf2_hmac() parameter namesMartin Panter2016-02-221-6/+7
* make wikipedia link httpsBenjamin Peterson2015-09-271-1/+1
* shorten and fix casing of titleBenjamin Peterson2015-09-271-2/+2
* grammar and sentence flow fixBenjamin Peterson2014-05-261-2/+1
* format reST directive in the usual wayBenjamin Peterson2014-05-261-3/+5
* link to wikipedia description of cryptographic saltBenjamin Peterson2014-05-261-1/+1
* oxford commaBenjamin Peterson2014-05-261-3/+3
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-6/+6
* * Issue #16113: Remove sha3 module again.Martin v. L?wis2014-01-031-5/+1
* Include sha3 addition in hashlib section of whatsnew.R David Murray2013-12-201-1/+3
* Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit...Christian Heimes2013-10-191-5/+3
* Issue #19254: Provide an optimized Python implementation of PBKDF2_HMACChristian Heimes2013-10-191-1/+5
* Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.Christian Heimes2013-10-131-0/+43
* merge with 3.3Georg Brandl2013-10-061-2/+4
|\
| * The "FAQ" link at the end was changed to a Wikipedia link; reflect that.Georg Brandl2013-10-061-2/+4
* | MERGE: Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-3/+19
|\ \ | |/ |/|
| * MERGE: Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-1/+1
| |\
| * | Issue 18532: Added tests and documentation to formally specify the .name attr...Jason R. Coombs2013-08-031-0/+12
| * | #16518: merge with 3.3.Ezio Melotti2013-05-041-3/+3
| |\ \
| * \ \ merge 3.3 (closes #16687)Benjamin Peterson2012-12-201-2/+2
| |\ \ \
| * | | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-061-3/+7
* | | | | Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-2/+2
| |_|_|/ |/| | |
* | | | Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-1/+1
| |_|/ |/| |
* | | #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-3/+3
| |/ |/|
* | link to GIL as a termBenjamin Peterson2012-12-201-1/+1
* | fix typo (#16687)Benjamin Peterson2012-12-201-1/+1
|/
* More source linksRaymond Hettinger2011-01-271-0/+4
* Fix Issue10793 - hashlib documentation issue on return type of digestSenthil Kumaran2010-12-301-1/+1
* hashlib has two new constant attributes: algorithms_guaranteed andGregory P. Smith2010-09-061-8/+21
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-4/+3
* Merged revisions 81404 via svnmerge fromGeorg Brandl2010-05-211-2/+2
* Merged revisions 78528 via svnmerge fromGregory P. Smith2010-03-011-0/+9
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-2/+2
* More conversion to new-style optional args.Georg Brandl2009-05-171-1/+0
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-1/+1
* Merge refactoring I did when committing r72267 to trunk into theGregory P. Smith2009-05-041-0/+6
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-2/+2
* Issue #4751: hashlib now releases the GIL when hashing large buffersAntoine Pitrou2009-01-081-0/+5
* hexdigest() doesn't return bytes #4771Benjamin Peterson2008-12-291-2/+2