index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
getargs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...
Serhiy Storchaka
2023-11-27
1
-1/+1
*
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...
colorfulappl
2022-12-28
1
-1/+19
*
[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in ar...
colorfulappl
2022-12-21
1
-5/+5
*
[3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
1
-85/+57
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot)
2022-07-18
1
-3/+1
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Serhiy Storchaka
2022-07-17
1
-1/+1
*
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner
2022-02-25
1
-0/+1
*
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
Ken Jin
2021-07-17
1
-1/+2
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-0/+160
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Inada Naoki
2021-05-07
1
-8/+5
*
bpo-43321: Fix SystemError in getargs.c (GH-24656)
Inada Naoki
2021-02-27
1
-2/+2
*
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Inada Naoki
2021-02-22
1
-1/+4
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-2/+2
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-1/+1
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-62/+27
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-17
1
-0/+4
*
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner
2020-06-10
1
-4/+3
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-1/+1
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-54/+12
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-1/+1
*
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na
2020-03-16
1
-1/+18
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
1
-4/+4
*
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
Sebastian Berg
2019-12-18
1
-3/+7
*
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
Serhiy Storchaka
2019-10-21
1
-2/+26
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-12/+12
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
1
-3/+3
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-14/+8
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-2/+2
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-17/+3
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
1
-2/+13
*
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353)
Serhiy Storchaka
2019-03-16
1
-1/+1
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-55/+265
*
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
Serhiy Storchaka
2019-03-14
1
-1/+1
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-5/+5
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-10/+31
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
1
-1/+3
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-10/+33
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-0/+8
*
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak
2018-12-21
1
-14/+24
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
1
-0/+1
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
1
-3/+3
*
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Xtreak
2018-07-22
1
-4/+4
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-1/+3
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-2/+2
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-14/+15
*
bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson
2017-09-11
1
-4/+0
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
1
-0/+5
*
bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...
Oren Milman
2017-08-23
1
-2/+8
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-1/+1
[next]