COMMITS
/ Doc/library/binascii.rst May 12, 2026
D
gh-134837: Correct and improve base85 documentation for base64 and binascii modules (GH-145843)
David Huggins-Daines committed
April 25, 2026
G
gh-146311: Reject non-canonical padding bits in base32, 64, & 85 decoding (GH-146312)
Gregory P. Smith committed
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
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
March 22, 2026
K
gh-146192: Add base32 support to binascii (GH-146193)
kangtastic committed
March 20, 2026
S
gh-145980: Add support for alternative alphabets in the binascii module (GH-145981)
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
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 5, 2026
S
gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-144306)
Serhiy Storchaka committed
January 26, 2026
S
gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode() (GH-144024)
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
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
May 25, 2023
V
gh-104773: PEP 594: Remove the uu module (#104932)
Victor Stinner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
May 23, 2022
J
binascii docs: strict_mode parameter is keyword-only (#93055)
Jelle Zijlstra committed
May 10, 2022
A
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543)
Alex Waygood committed
March 19, 2022
M
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin committed
September 2, 2021
V
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner committed
July 19, 2021
I
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral committed
January 30, 2020
V
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner committed
January 22, 2020
V
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner committed
May 29, 2019
G
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith committed
December 26, 2018
R
Redo PR 785 -- Add cross reference links (GH-11319)
Raymond Hettinger committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
May 3, 2017
X
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
Xiang Zhang committed
December 24, 2016
M
Issue #29004: Merge crc_hqx() doc from 3.5
Martin Panter committed
M
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 29, 2016
M
Issue #27124: Merge binascii doc from 3.5
Martin Panter committed
M
Issue #27124: Fix documentation of exception raised by a2b_hex()
Martin Panter committed
May 18, 2016
S
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka committed
S
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka committed
December 13, 2015
R
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray committed
R
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray committed
R
#25495: Clarify b2a_base64 documentation vis 57 bytes.
R David Murray committed
December 11, 2015
M
Issue #22341: Merge CRC doc from 3.5
Martin Panter committed
M
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter committed
October 11, 2015
V
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner committed
September 9, 2015
M
Issue #23738: Document and test actual keyword parameter names
Martin Panter committed
February 14, 2015
B
Issue #13637: Remove outdated versionchanged directives.
Berker Peksag committed
November 3, 2013
R
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray committed
May 4, 2013
E
#16518: use "bytes-like object" throughout the docs.
Ezio Melotti committed
December 20, 2011
A
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
Antoine Pitrou committed
August 17, 2010
G
Consistency check for versionadded/changed directives.
Georg Brandl committed