COMMITS
/ Doc/library/base64.rst May 19, 2025
A
gh-134201: Expand explanation of Base85 encodings in base64 docs (#134288)
Alek Binion committed
May 23, 2024
P
Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409)
Petr Viktorin committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 25, 2024
M
bpo-31116: Add Z85 variant to base64 (GH-30598)
Matan Perelman committed
March 12, 2023
В
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев committed
November 29, 2022
June 21, 2022
A
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
August 23, 2021
I
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
Idan Moral committed
August 13, 2021
A
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
andrei kulakov committed
January 25, 2021
J
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
August 10, 2020
F
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe Laíns committed
January 16, 2020
V
bpo-39351: Remove base64.encodestring() (GH-18022)
Victor Stinner committed
February 14, 2018
Z
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Zackery Spytz committed
March 2, 2017
M
Add Python version since deprecation in base64 methods. (#33)
Matthias Bussonnier committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 18, 2016
S
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka committed
February 23, 2016
M
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Martin Panter committed
December 24, 2015
R
#1753718: clarify RFC compliance and bytes/string argument types.
R David Murray committed
November 23, 2015
S
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka committed
December 1, 2014
S
Removed duplicated words in in comments and docs.
Serhiy Storchaka committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
January 8, 2014
R
Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.
R David Murray committed
R
Fix verb tense in base64 docs, and the phrasing of a news entry.
R David Murray committed
November 17, 2013
A
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
Antoine Pitrou committed
October 2, 2013
N
Close #17839: support bytes-like objects in base64 module
Nick Coghlan committed
May 28, 2013
S
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
Serhiy Storchaka committed
August 18, 2012
R
Merge #15636: add versionadded for decodebytes
R David Murray committed
R
#15636: add versionadded for decodebytes
R David Murray committed
February 20, 2012
A
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
Antoine Pitrou committed
September 1, 2011
É
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
Éric Araujo committed
November 11, 2010
R
#1466065: add validate option to base64.b64decode
R. David Murray committed
October 17, 2010
R
Tighten up 'byte string' wording in base64 docs.
R. David Murray committed
G
#9730: fix example.
Georg Brandl committed
September 15, 2010
A
Add cross-references to the glossary entry for file objects.
Antoine Pitrou committed
August 2, 2010
G
#7797: be explicit about bytes-oriented interface of base64 functions.
Georg Brandl committed
June 4, 2009
May 17, 2009
G
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl committed
April 2, 2009
G
February 19, 2009
B
Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from
Benjamin Peterson committed
January 18, 2009
G
#4975: fix bytes/str issue.
Georg Brandl committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
March 23, 2008
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed