1. 5e2c4d2 grammar and sentence flow fix by Benjamin Peterson · 10 years ago
  2. f9ea5f3 format reST directive in the usual way by Benjamin Peterson · 10 years ago
  3. 0d81d80 link to wikipedia description of cryptographic salt by Benjamin Peterson · 10 years ago
  4. 0ccff4d oxford comma by Benjamin Peterson · 10 years ago
  5. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  6. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  7. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  8. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  9. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  10. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  11. 7cc439a merge with 3.3 by Georg Brandl · 11 years ago
  12. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  13. cc5d49e MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  14. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  15. 5f0f512 MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  16. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  17. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  18. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  19. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  20. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  21. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  22. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  23. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  24. 469271d More source links by Raymond Hettinger · 14 years ago
  25. 627284c Fix Issue10793 - hashlib documentation issue on return type of digest by Senthil Kumaran · 14 years ago
  26. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  27. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  28. fd0eb3f Merged revisions 81404 via svnmerge from by Georg Brandl · 14 years ago
  29. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 15 years ago
  30. 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
  31. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  32. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  33. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  34. 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
  35. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  36. 0fa3f3d hexdigest() doesn't return bytes #4771 by Benjamin Peterson · 16 years ago
  37. 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 · 16 years ago
  38. 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 · 16 years ago
  39. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  40. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  41. 67ced42 hashlib operates on bytes, not strings. by Georg Brandl · 17 years ago
  42. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  43. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago