COMMITS
/ Modules/binascii.c 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
February 26, 2018
S
bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Sergey Fedoseev committed
July 26, 2017
S
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer committed
May 3, 2017
X
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
Xiang Zhang committed
May 1, 2017
X
restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)
Xiang Zhang committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka 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
September 14, 2016
S
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka committed
S
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 14, 2016
B
merge 3.5 (closes #27760)
Benjamin Peterson committed
B
merge 3.4 (closes #27760)
Benjamin Peterson committed
B
merge 3.3 (closes #27760)
Benjamin Peterson committed
B
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Benjamin Peterson committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
October 14, 2015
V
Refactor binascii.rledecode_hqx()
Victor Stinner committed
V
Issue #25384: Fix binascii.rledecode_hqx()
Victor Stinner committed
October 13, 2015
V
Issue #25384: Use _PyBytesWriter API in binascii
Victor Stinner committed
October 11, 2015
V
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner committed
April 26, 2015
G
Switch binascii over to using the common _Py_strhex implementation for its hex
Gregory P. Smith committed
April 20, 2015
S
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
Serhiy Storchaka committed
S
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 14, 2015
B
Issue #13637: Improve exception message of a2b_* functions.
Berker Peksag committed
January 20, 2015
Z
Issue #23280: Fix docstrings for binascii.(un)hexlify
Zachary Ware committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed