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
/
Tools
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104683: clinic.py: Modernise `parse_converter()` using pattern-matching (#...
Alex Waygood
2023-05-21
1
-15/+19
*
gh-104050: Add more type annotations to Argument Clinic (#104631)
Erlend E. Aasland
2023-05-21
1
-23/+44
*
gh-104050: Add basic type hints to Argument Clinic clinic class (#104705)
Erlend E. Aasland
2023-05-21
1
-17/+38
*
gh-104050: Annotate Argument Clinic return converters (#104706)
Erlend E. Aasland
2023-05-21
1
-30/+75
*
gh-104050: Add basic type hints to Argument Clinic DSL parser (#104704)
Erlend E. Aasland
2023-05-20
1
-21/+40
*
gh-104683: Modernise Tools/clinic/ (#104684)
Alex Waygood
2023-05-20
2
-27/+31
*
gh-104683: Modernise `clinic.py` using `str.removeprefix` and `str.removesuff...
Alex Waygood
2023-05-20
1
-5/+5
*
gh-104146: Purge dead code from Argument Clinic (#104680)
Erlend E. Aasland
2023-05-20
1
-10/+1
*
gh-104683: Argument clinic: use `dict` over `OrderedDict` (#104647)
Alex Waygood
2023-05-20
1
-25/+23
*
gh-104050: Add more type annotations to Argument Clinic (#104628)
Erlend E. Aasland
2023-05-18
1
-14/+39
*
gh-104050: Improve some typing around `default`s and sentinel values (#104626)
Alex Waygood
2023-05-18
1
-18/+23
*
gh-104146: Remove unused vars from Argument Clinic (#104627)
Erlend E. Aasland
2023-05-18
1
-2/+0
*
gh-104050: Add type hints to Argument Clinic converter keywords (#104588)
Erlend E. Aasland
2023-05-17
1
-12/+36
*
gh-104050: Add typing to Argument Clinic converters (#104547)
Erlend E. Aasland
2023-05-16
1
-53/+57
*
gh-104050: Add more annotations to `Tools/clinic.py` (#104544)
Nikita Sobolev
2023-05-16
3
-30/+60
*
gh-104050: Don't star-import 'types' in Argument Clinic (#104543)
Erlend E. Aasland
2023-05-16
1
-3/+2
*
gh-104050: Add basic typing to CConverter in clinic.py (#104538)
Erlend E. Aasland
2023-05-16
1
-14/+14
*
gh-64595: Fix write file logic in Argument Clinic (#104507)
Erlend E. Aasland
2023-05-16
1
-11/+12
*
Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501)
dependabot[bot]
2023-05-15
1
-1/+1
*
gh-104050: Run mypy on `clinic.py` in CI (#104421)
Alex Waygood
2023-05-15
4
-24/+55
*
gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)
Erlend E. Aasland
2023-05-12
1
-1/+19
*
gh-90953: Don't use deprecated AST nodes in clinic.py (#104322)
Alex Waygood
2023-05-09
1
-9/+3
*
gh-64660: Don't hardcode Argument Clinic return converter result variable nam...
Erlend E. Aasland
2023-05-07
1
-9/+14
*
gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214)
Erlend E. Aasland
2023-05-05
1
-3/+1
*
gh-64595: Argument Clinic: Touch source file if any output file changed (#104...
Erlend E. Aasland
2023-05-05
1
-6/+13
*
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clini...
Erlend E. Aasland
2023-05-05
1
-1/+12
*
gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147)
Erlend E. Aasland
2023-05-04
1
-19/+2
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
1
-10/+12
*
Fix copy-paste error in `Tools/clinic.py` (#100560)
Nikita Sobolev
2022-12-28
1
-1/+1
*
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
Kumar Aditya
2022-12-28
1
-0/+4
*
Remove `NoneType` redefinition from `clinic.py` (#100551)
Nikita Sobolev
2022-12-27
1
-2/+0
*
gh-100176: remove incorrect version compatibility check from argument clinic ...
Shantanu
2022-12-12
1
-4/+0
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
1
-5/+6
*
gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...
colorfulappl
2022-11-24
1
-2/+23
*
gh-64490: Fix refcount error when arguments are packed to tuple in argument c...
colorfulappl
2022-11-24
1
-1/+1
*
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
1
-1/+2
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-0/+1
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-42/+47
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-19/+79
*
gh-95007: Remove the NoneType return converter (GH-95019)
Serhiy Storchaka
2022-07-20
1
-11/+0
*
gh-94430: Allow params named `module` or `self` with custom C names in Argume...
Erlend Egeberg Aasland
2022-07-07
1
-2/+7
*
gh-94538: Fix Argument Clinic output to custom file (#94539)
Erlend Egeberg Aasland
2022-07-05
1
-1/+1
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
1
-1/+0
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-10/+0
*
gh-92256: Improve Argument Clinic parser error messages (#92268)
Erlend Egeberg Aasland
2022-05-10
1
-3/+9
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-2/+5
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-17/+36
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
1
-2/+1
*
Remove an outdated comment. (GH-30010)
Serhiy Storchaka
2021-12-09
1
-2/+0
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-2/+8
[next]