COMMITS
/ Modules/clinic/_codecsmodule.c.h August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
October 14, 2021
S
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
Serhiy Storchaka committed
S
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Serhiy Storchaka committed
October 16, 2020
H
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi committed
September 28, 2020
H
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 29, 2019
March 18, 2019
I
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki 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
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
September 10, 2016
V
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 7, 2016
S
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec lookup
Steve Dower 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
April 14, 2016
S
Issues #26716, #26057: Regenerate Argument Clinic code.
Serhiy Storchaka committed
August 9, 2015
S
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka committed
May 12, 2015
S
Issue #20173: Converted the _codecs module to Argument Clinic.
Serhiy Storchaka committed
April 23, 2015
S
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Serhiy Storchaka committed
April 3, 2015
S
Issue #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka committed
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed