1. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  2. 1dd72e6 make wikipedia link https by Benjamin Peterson · 9 years ago
  3. c402d8d shorten and fix casing of title by Benjamin Peterson · 9 years ago
  4. 5e2c4d2 grammar and sentence flow fix by Benjamin Peterson · 10 years ago
  5. f9ea5f3 format reST directive in the usual way by Benjamin Peterson · 10 years ago
  6. 0d81d80 link to wikipedia description of cryptographic salt by Benjamin Peterson · 10 years ago
  7. 0ccff4d oxford comma by Benjamin Peterson · 10 years ago
  8. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  9. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  10. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  11. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  12. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  13. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  14. 7cc439a merge with 3.3 by Georg Brandl · 11 years ago
  15. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  16. cc5d49e MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  17. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  18. 5f0f512 MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  19. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  20. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  21. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  22. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  23. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  24. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  25. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  26. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  27. 469271d More source links by Raymond Hettinger · 14 years ago
  28. 627284c Fix Issue10793 - hashlib documentation issue on return type of digest by Senthil Kumaran · 14 years ago
  29. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  30. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  31. fd0eb3f Merged revisions 81404 via svnmerge from by Georg Brandl · 14 years ago
  32. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 15 years ago
  33. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  34. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  35. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  36. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  37. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  38. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  39. 0fa3f3d hexdigest() doesn't return bytes #4771 by Benjamin Peterson · 16 years ago
  40. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 17 years ago
  41. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 17 years ago
  42. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  43. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  44. 67ced42 hashlib operates on bytes, not strings. by Georg Brandl · 17 years ago
  45. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  46. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago