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-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
1
-254/+489
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-37/+104
*
gh-108494: Argument Clinic: fix option group for Limited C API (#108574)
Victor Stinner
2023-08-29
1
-3/+9
*
GH-107603: Clinic: Pass specific attributes to ``print_block()`` (#108581)
Adam Turner
2023-08-28
1
-11/+17
*
gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)
Alex Waygood
2023-08-28
1
-7/+7
*
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
Serhiy Storchaka
2023-08-28
1
-97/+124
*
gh-104683: Argument Clinic: Refactor the module and class resolver (#108552)
Erlend E. Aasland
2023-08-28
1
-16/+10
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-0/+3
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
1
-0/+8
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
1
-0/+8
*
gh-108494: AC supports pos-only args in limited C API (#108498)
Victor Stinner
2023-08-25
1
-4/+20
*
gh-107603: Argument Clinic can emit includes (#108486)
Victor Stinner
2023-08-25
1
-17/+41
*
gh-108494: Argument Clinic partial supports of Limited C API (#108495)
Victor Stinner
2023-08-25
1
-11/+44
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
1
-51/+59
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
1
-102/+230
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
1
-2/+0
*
gh-104683: Argument Clinic: Remove unreachable code from _module_and_class() ...
Erlend E. Aasland
2023-08-17
1
-2/+0
*
gh-104683: Argument Clinic: Extract parse function name helper (#107964)
Erlend E. Aasland
2023-08-16
1
-32/+29
*
gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (#107973)
Erlend E. Aasland
2023-08-15
1
-3/+6
*
gh-107880: Argument Clinic: Fix regression in gh-107885 (#107974)
Erlend E. Aasland
2023-08-15
1
-14/+19
*
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Erlend E. Aasland
2023-08-13
1
-7/+19
*
gh-107883: Argument Clinic: Handle full module/class path in Function.fulldis...
Erlend E. Aasland
2023-08-12
1
-3/+10
*
gh-95065: Produce nicer deprecation messages in Argument Clinic (#107808)
Erlend E. Aasland
2023-08-09
1
-17/+19
*
gh-104683: Argument Clinic: Params now render their own docstrings (#107790)
Erlend E. Aasland
2023-08-09
1
-16/+11
*
gh-104683: Remove unused variables from `Tools/clinic` and tests for `Tools/c...
Alex Waygood
2023-08-09
1
-1/+1
*
gh-80282: Argument Clinic: Add clarifying comment about ASCII docstring limit...
Erlend E. Aasland
2023-08-09
1
-0/+5
*
gh-104683: Argument Clinic: refactor format_docstring() (#107623)
Erlend E. Aasland
2023-08-08
1
-46/+36
*
gh-104683: Add --exclude option to Argument Clinic CLI (#107770)
Erlend E. Aasland
2023-08-08
1
-0/+11
*
gh-106368: Argument clinic: add tests for more failure paths (#107731)
Alex Waygood
2023-08-08
1
-2/+3
*
gh-95065: Argument Clinic: Add comment to preprocessor warning code (#107766)
Erlend E. Aasland
2023-08-08
1
-0/+1
*
gh-95065: Make Argument Clinic append deprecation warnings to docstrings (#10...
Erlend E. Aasland
2023-08-08
1
-0/+6
*
gh-86457: Fix signature for code.replace() (GH-23199)
Serhiy Storchaka
2023-08-07
1
-124/+133
*
gh-95065: Argument Clinic: Pretty-print long C strings in generated code (#10...
Erlend E. Aasland
2023-08-07
1
-7/+30
*
gh-107713: Reduce usage of mocks in `test_clinic.py` (#107714)
Alex Waygood
2023-08-07
1
-0/+3
*
gh-95065: Add Argument Clinic support for deprecating positional use of param...
Erlend E. Aasland
2023-08-07
1
-13/+154
*
gh-106368: Improve coverage reports for argument clinic (#107693)
Alex Waygood
2023-08-06
2
-6/+15
*
gh-104683: Improve consistency and test coverage of argument-clinic `__repr__...
Alex Waygood
2023-08-05
2
-10/+17
*
gh-106368: Argument clinic: improve coverage for `self.valid_line()` calls (#...
Alex Waygood
2023-08-04
1
-3/+1
*
gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)
Erlend E. Aasland
2023-08-04
1
-15/+15
*
gh-104146: Argument clinic: remove dead code highlighted by the `vulture` too...
Alex Waygood
2023-08-04
1
-15/+11
*
gh-104146: Argument clinic: Remove dead code flagged by mypy's `truthy-bool` ...
Alex Waygood
2023-08-04
2
-7/+3
*
gh-107614: Normalise Argument Clinic error messages (#107615)
Erlend E. Aasland
2023-08-04
1
-76/+108
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
1
-1/+1
*
gh-104146: Argument clinic: remove unused methods and variables (#107608)
Alex Waygood
2023-08-04
2
-23/+5
*
gh-104683: Rework Argument Clinic error handling (#107551)
Erlend E. Aasland
2023-08-03
1
-26/+43
*
gh-104683: Make Argument Clinic template strings class level members (#107556)
Erlend E. Aasland
2023-08-02
1
-71/+69
*
gh-107559: Argument Clinic: complain about non-ASCII chars in param docstring...
Erlend E. Aasland
2023-08-02
1
-3/+5
*
gh-104146: Remove dead code from Argument Clinic (#107555)
Erlend E. Aasland
2023-08-02
2
-5/+0
*
gh-104683: Argument Clinic: Refactor and simplify 'add docstring' states (#10...
Erlend E. Aasland
2023-08-01
1
-32/+23
[next]