COMMITS
/ Modules/binascii.c March 20, 2022
G
[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
Gregory P. Smith 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
January 26, 2014
B
cleanup after custom buffer converter
Benjamin Peterson committed
L
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
Larry Hastings committed
January 25, 2014
S
Fixed converting errors in the binascii module (issue20151).
Serhiy Storchaka committed
S
Issue #20151: The binascii module now uses Argument Clinic.
Serhiy Storchaka committed
November 3, 2013
R
Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray committed
R
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
R David Murray committed
July 8, 2013
V
Issue #18408: Fix usage of _PyBytes_Resize()
Victor Stinner committed
February 9, 2013
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed