1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  2. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  3. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  4. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 7 years ago
  5. 312ffea Improve code examples in hashlib cookie signing (GH-3562) by sww · 7 years ago
  6. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 8 years ago
  7. 6fe2a75 Issue #16113: Add SHA-3 and SHAKE support to hashlib module. by Christian Heimes · 8 years ago
  8. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  9. 39093e9 Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). by Christian Heimes · 8 years ago
  10. 306c3dd Issue #27200: Merge with 3.5 by Zachary Ware · 8 years ago
  11. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  12. 7bfb415 Clarify that md5 is in the algorithms_guaranteed list despite what by Gregory P. Smith · 8 years ago
  13. 8907dcd issue15468 - use sha256 instead of md5 or sha1 in the examples. by Gregory P. Smith · 8 years ago
  14. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  15. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  16. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  17. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 8 years ago
  18. 1dd72e6 make wikipedia link https by Benjamin Peterson · 9 years ago
  19. c402d8d shorten and fix casing of title by Benjamin Peterson · 9 years ago
  20. 5e2c4d2 grammar and sentence flow fix by Benjamin Peterson · 10 years ago
  21. f9ea5f3 format reST directive in the usual way by Benjamin Peterson · 10 years ago
  22. 0d81d80 link to wikipedia description of cryptographic salt by Benjamin Peterson · 10 years ago
  23. 0ccff4d oxford comma by Benjamin Peterson · 10 years ago
  24. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  25. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  26. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  27. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  28. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  29. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  30. 7cc439a merge with 3.3 by Georg Brandl · 11 years ago
  31. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  32. cc5d49e MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  33. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  34. 5f0f512 MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  35. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  36. b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
  37. 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 11 years ago
  38. c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 11 years ago
  39. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  40. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  41. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  42. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  43. 469271d More source links by Raymond Hettinger · 14 years ago
  44. 627284c Fix Issue10793 - hashlib documentation issue on return type of digest by Senthil Kumaran · 14 years ago
  45. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  46. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  47. fd0eb3f Merged revisions 81404 via svnmerge from by Georg Brandl · 14 years ago
  48. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 14 years ago
  49. 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
  50. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  51. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  52. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  53. 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
  54. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  55. 0fa3f3d hexdigest() doesn't return bytes #4771 by Benjamin Peterson · 16 years ago
  56. 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
  57. 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
  58. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  59. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  60. 67ced42 hashlib operates on bytes, not strings. by Georg Brandl · 17 years ago
  61. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  62. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago