COMMITS
/ Modules/binascii.c 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
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
December 20, 2011
A
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
Antoine Pitrou committed
October 14, 2011
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
October 4, 2011
A
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
Antoine Pitrou committed
November 9, 2010
S
Fix issue10324 - Modules/binascii.c: simplify expressions
Senthil Kumaran committed
August 15, 2010
A
Fix more 64-bit warnings.
Antoine Pitrou committed
A
Fix other warnings under 64-bit Windows.
Antoine Pitrou committed
July 27, 2010
F
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
January 16, 2010
A
Remove duplicated line when merging (it was even valid C!).
Antoine Pitrou committed