COMMITS
/ Modules/binascii.c April 1, 2026
S
gh-147944: Increase range of bytes_per_sep (GH-147946)
Serhiy Storchaka committed
S
gh-146431: Add the wrapcol and ignorechars parameters for more Base XX codec (GH-146434)
Serhiy Storchaka committed
March 31, 2026
S
gh-146615: Fix format specifiers in extension modules (GH-146617)
sunmy2019 committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 23, 2026
P
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
Petr Viktorin committed
March 22, 2026
S
gh-145264: Do not ignore excess Base64 data after the first padded quad (GH-145267)
Serhiy Storchaka committed
K
gh-146192: Add base32 support to binascii (GH-146193)
kangtastic committed
March 20, 2026
V
gh-145980: Fix copy/paste mistake in binascii.c (#146230)
Victor Stinner committed
S
gh-145980: Add support for alternative alphabets in the binascii module (GH-145981)
Serhiy Storchaka committed
March 17, 2026
S
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
Serhiy Storchaka committed
March 13, 2026
V
gh-129813: Document that PyBytesWriter_GetData() cannot fail (#145900)
Victor Stinner committed
March 9, 2026
P
gh-145376: Fix various refleaks in Objects/ (#145609)
Pieter Eendebak committed
February 24, 2026
S
gh-101178: Fix possible integer overflow in Ascii85 encoder with wrapcol=1 (GH-144778)
Serhiy Storchaka 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
January 29, 2026
S
gh-144264: Speed up Base64 decoding of data containing ignored characters (GH-144265)
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
S
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)
Serhiy Storchaka committed
January 2, 2026
G
gh-124951: Optimize base64 encode & decode for an easy 2-3x speedup [no SIMD] (GH-143262)
Gregory P. Smith committed
September 13, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in binascii (#138825)
Victor Stinner committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
May 7, 2024
Y
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
December 4, 2023
G
gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (#112615)
Gregory P. Smith committed
October 23, 2023
F
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder committed
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
May 25, 2022
March 20, 2022
G
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 19, 2021
V
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner committed
October 13, 2021
V
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner committed
September 2, 2021
V
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner committed
July 19, 2021
I
I
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral committed
May 12, 2021
D
Use get_binascii_state instead of PyModule_GetState (GH-26069)
Dong-hee Na committed
March 25, 2020
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
March 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
March 11, 2020
H
bpo-1635741: Fix potential refleaks in binascii module (GH-18613)
Hai Shi 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
July 14, 2019
S
bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)
Sergey Fedoseev committed
May 29, 2019
G
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith committed
May 22, 2019
M
bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108)
Marcel Plch committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
September 28, 2018
T
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Tal Einat committed
June 10, 2018