summaryrefslogtreecommitdiffstats
path: root/Doc/library/hashlib.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-121-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-211-2/+2
|\ \ | |/
| * link to GIL as a termBenjamin Peterson2012-12-211-1/+1
| * fix typo (#16687)Benjamin Peterson2012-12-211-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
* 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
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-2/+2
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-0/+4
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-061-1/+9
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-1/+1
* hashlib operates on bytes, not strings.Georg Brandl2007-09-061-26/+33
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+121