summaryrefslogtreecommitdiff
path: root/Doc/library/base64.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicated words in the docs (GH-102629)Виталий Дмитриев2023-03-121-1/+1
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Sam Ezeh2022-11-291-8/+11
* gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)Adam Turner2022-06-211-1/+1
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-051-1/+1
* bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)Idan Moral2021-08-231-0/+2
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)andrei kulakov2021-08-131-4/+11
* bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)Julien Palard2021-01-251-1/+1
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-161-1/+1
* bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)Filipe Laíns2020-08-101-1/+22
* bpo-39351: Remove base64.encodestring() (GH-18022)Victor Stinner2020-01-161-12/+0
* 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