COMMITS
/ Doc/library/base64.rst April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
April 6, 2026
G
gh-73613: clarify padding= docs in for base64 & binascii modules (GH-148183)
Gregory P. Smith committed
S
gh-148153: Do not use assert for parameter validation in base64 (GH-148154)
Serhiy Storchaka committed
April 4, 2026
S
gh-73613: Support Base32 and Base64 without padding (GH-147974)
Serhiy Storchaka committed
April 1, 2026
S
gh-146431: Add the wrapcol and ignorechars parameters for more Base XX codec (GH-146434)
Serhiy Storchaka committed
February 11, 2026
H
Python 3.15.0a6
Hugo van Kemenade committed
February 6, 2026
K
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic committed
February 5, 2026
S
gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-144306)
Serhiy Storchaka committed
February 2, 2026
S
gh-144001: Simplify Base64 decoding with altchars and ignorechars specified (GH-144324)
Serhiy Storchaka committed
January 26, 2026
S
gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode() (GH-144024)
Serhiy Storchaka committed
January 23, 2026
S
gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028)
Serhiy Storchaka committed
January 21, 2026
S
gh-125346: Deprecate accepting standard Base64 alphabet when alternative alphabet is used (GH-141128)
Serhiy Storchaka committed
January 14, 2026
H
Python 3.15.0a5
Hugo van Kemenade committed
S
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)
Serhiy Storchaka committed
December 25, 2025
H
gh-143103: Added pad parameter to base64.z85encode() (GH-143106)
Hauke D committed
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