summaryrefslogtreecommitdiff
path: root/Doc/library/hashlib.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)Christian Heimes2019-09-121-4/+13
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-1/+1
* Use bytes.hex instead of binascii.hexlify in pbkdf2_hmac example (GH-8420)Ville Skyttä2018-09-101-3/+3
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-311-13/+14
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-181-1/+1
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-2/+1
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-2/+2
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-2/+2
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Dmitry Chestnykh2017-09-231-5/+9
* Improve code examples in hashlib cookie signing (GH-3562)sww2017-09-131-3/+4
* 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-0/+5
|\
| * Issue #27200: Fix doctests in Doc/library/hashlib.rstZachary Ware2016-08-101-0/+5
* | 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 #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-2/+2
|\ \ | |/
| * Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-2/+2
* | MERGE: Close #19160: Inconsistent size for GIL release in hashlibJesus Cea2013-10-041-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-3/+3
* | merge 3.3 (closes #16687)Benjamin Peterson2012-12-201-2/+2
|\ \ | |/
| * link to GIL as a termBenjamin Peterson2012-12-201-1/+1
| * fix typo (#16687)Benjamin Peterson2012-12-201-1/+1
* | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-061-3/+7
|/
* More source linksRaymond Hettinger2011-01-271-0/+4
* Fix Issue10793 - hashlib documentation issue on return type of digestSenthil Kumaran2010-12-301-1/+1