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
/
Lib
/
test
/
clinic.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-1...
Miss Islington (bot)
2023-07-05
1
-4273/+0
*
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clini...
Erlend E. Aasland
2023-05-05
1
-0/+169
*
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
Kumar Aditya
2022-12-28
1
-1/+4
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
1
-4/+3
*
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...
colorfulappl
2022-11-24
1
-22/+11
*
gh-64490: Fix refcount error when arguments are packed to tuple in argument c...
colorfulappl
2022-11-24
1
-2/+2
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-6/+6
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-432/+192
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-48/+840
*
gh-94430: Allow params named `module` or `self` with custom C names in Argume...
Erlend Egeberg Aasland
2022-07-07
1
-0/+41
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-7/+1
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-94/+94
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-0/+220
*
Do not use Py_ssize_clean_t (GH-25940)
Inada Naoki
2021-05-08
1
-28/+24
*
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka
2020-06-30
1
-3/+16
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-3/+3
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-81/+11
*
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka
2020-04-18
1
-0/+105
*
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev
2019-10-21
1
-2/+2
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-5/+5
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-41/+94
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-8/+20
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-0/+1263
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
1
-4/+8
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-60/+671
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-8/+18
*
bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828)
Serhiy Storchaka
2018-12-25
1
-14/+16
*
bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11...
Serhiy Storchaka
2018-12-25
1
-0/+1307