1. 88c38a4 bpo-27846: Delete incorrect note in base64 docs (GH-5666) by Zackery Spytz · 6 years ago
  2. c643a96 Add Python version since deprecation in base64 methods. (#33) by Matthias Bussonnier · 7 years ago
  3. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  4. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  5. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 8 years ago
  6. a198645 #1753718: clarify RFC compliance and bytes/string argument types. by R David Murray · 9 years ago
  7. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  8. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  9. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  10. fdc58fd Merge: Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  11. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  12. 6dd0d46 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. by Antoine Pitrou · 11 years ago
  13. fdf239a Close #17839: support bytes-like objects in base64 module by Nick Coghlan · 11 years ago
  14. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  15. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  16. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  17. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 12 years ago
  18. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  19. 6495136 #1466065: add validate option to base64.b64decode by R. David Murray · 14 years ago
  20. 7cefc30 Tighten up 'byte string' wording in base64 docs. by R. David Murray · 14 years ago
  21. 134c35b #9730: fix example. by Georg Brandl · 14 years ago
  22. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  23. 62e4231 #7797: be explicit about bytes-oriented interface of base64 functions. by Georg Brandl · 14 years ago
  24. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  25. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  26. b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 15 years ago
  27. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 16 years ago
  29. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  30. 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
  31. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago