summaryrefslogtreecommitdiff
path: root/Doc/library/base64.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-27846: Delete incorrect note in base64 docs (GH-5666)Zackery Spytz2018-02-141-8/+0
* Add Python version since deprecation in base64 methods. (#33)Matthias Bussonnier2017-03-021-4/+13
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* Issue #27036: Fixed formatting references to "bytes-like object" in plural.Serhiy Storchaka2016-05-181-1/+1
* Issue #22088: Clarify base-64 alphabets and which characters are discardedMartin Panter2016-02-231-13/+16
* #1753718: clarify RFC compliance and bytes/string argument types.R David Murray2015-12-231-57/+71
* Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-231-2/+2
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-13/+19
* Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
|\
| * Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
* | Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.Antoine Pitrou2013-11-171-0/+70
* | Close #17839: support bytes-like objects in base64 moduleNick Coghlan2013-10-031-0/+4
|/
* Issue #18011: base64.b32decode() now raises a binascii.Error if there areSerhiy Storchaka2013-05-281-1/+1
* Merge #15636: add versionadded for decodebytesR David Murray2012-08-171-0/+2
|\
| * #15636: add versionadded for decodebytesR David Murray2012-08-171-0/+2
* | Issue #13641: Decoding functions in the base64 module now accept ASCII-only u...Antoine Pitrou2012-02-201-3/+8
|/
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-2/+2
* #1466065: add validate option to base64.b64decodeR. David Murray2010-11-111-4/+8
* Tighten up 'byte string' wording in base64 docs.R. David Murray2010-10-171-20/+22
* #9730: fix example.Georg Brandl2010-10-171-2/+2
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-8/+7
* #7797: be explicit about bytes-oriented interface of base64 functions.Georg Brandl2010-08-021-15/+15
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-041-18/+24
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* First batch of signature documentation changes; using default argument syntax...Georg Brandl2009-04-021-4/+4
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-191-1/+2
* #4975: fix bytes/str issue.Georg Brandl2009-01-181-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-2/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+172