index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
getargs.c
Commit message (
Expand
)
Author
Age
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
*
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353)
Serhiy Storchaka
2019-03-16
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
*
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
Serhiy Storchaka
2019-03-14
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
*
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak
2018-12-21
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
*
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Xtreak
2018-07-22
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-03
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
*
bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson
2017-09-10
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
*
bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...
Oren Milman
2017-08-23
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
*
bpo-9566: Fix a warning in Python/getargs.c (#2890)
Segev Finer
2017-07-26
*
Remove _PyArg_NoStackKeywords(). (#2641)
Serhiy Storchaka
2017-07-10
*
Fix regression in error message introduced in bpo-29951. (#2028)
Serhiy Storchaka
2017-06-09
*
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka
2017-06-06
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
*
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Serhiy Storchaka
2017-02-06
*
Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()
Victor Stinner
2017-02-01
*
Issue #29029: Speed up processing positional arguments in
Serhiy Storchaka
2017-01-17
*
Add _PyArg_UnpackStack() function helper
Victor Stinner
2017-01-17
*
Add _PyArg_NoStackKeywords() helper function
Victor Stinner
2017-01-17
*
Add _PyArg_ParseStack() helper function
Victor Stinner
2017-01-17
*
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
*
Rename keywords to kwargs in getargs.c
Victor Stinner
2017-01-17
*
Cleanup getargs.c
Victor Stinner
2017-01-16
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
*
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
|
\
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
*
|
va_end() all va_copy()ed va_lists.
Christian Heimes
2016-09-21
*
|
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson
2016-09-20
*
|
Backed out changeset 3934e070c9db
Benjamin Peterson
2016-09-10
*
|
Issue #27810: Fix getargs.c compilation on Windows
Victor Stinner
2016-09-09
*
|
fix export of size_t parse stack function
Benjamin Peterson
2016-09-09
*
|
Emit METH_FASTCALL code in Argument Clinic
Victor Stinner
2016-09-09
*
|
Add METH_FASTCALL calling convention
Victor Stinner
2016-09-09
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
*
|
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
[next]