COMMITS
/ Modules/clinic/binascii.c.h 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
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
January 22, 2020
V
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 29, 2019
May 29, 2019
G
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
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
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner 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 10, 2016
V
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner committed
August 14, 2016
S
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka 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
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
October 11, 2015
V
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner committed
April 23, 2015
S
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Serhiy Storchaka 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 #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka committed
January 20, 2015
Z
Merge with 3.4 (closes #23280)
Zachary Ware committed
Z
Issue #23280: Fix docstrings for binascii.(un)hexlify
Zachary Ware committed
August 5, 2014
L
Issue #22120: For functions using an unsigned integer return converter,
Larry Hastings committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings 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
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed