COMMITS
/ Python/getargs.c December 17, 2022
C
November 24, 2022
C
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
August 16, 2022
K
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
Kumar Aditya committed
August 11, 2022
July 28, 2022
S
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka committed
July 18, 2022
S
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
February 25, 2022
V
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner committed
July 17, 2021
K
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
Ken Jin committed
July 16, 2021
B
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya committed
May 7, 2021
I
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Inada Naoki committed
February 27, 2021
I
bpo-43321: Fix SystemError in getargs.c (GH-24656)
Inada Naoki committed
February 22, 2021
I
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Inada Naoki committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
June 22, 2020
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed
June 19, 2020
V
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner committed
June 17, 2020
I
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki committed
June 10, 2020
V
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 16, 2020
D
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner committed
December 18, 2019
S
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
Sebastian Berg committed
October 21, 2019
S
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
Serhiy Storchaka committed
October 15, 2019
September 10, 2019
J
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu committed
August 29, 2019
August 25, 2019
R
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger committed
August 16, 2019
J
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer committed
March 23, 2019
I
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki committed
March 16, 2019
S
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353)
Serhiy Storchaka committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
S
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
Serhiy Storchaka committed
March 13, 2019
S
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka committed
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
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
December 21, 2018
X
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak committed
November 25, 2018
V
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
July 22, 2018
July 11, 2018
S
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed