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
*
Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)
Nikita Sobolev
2024-02-23
1
-3/+1
*
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...
Erlend E. Aasland
2024-02-16
3
-29/+45
*
gh-113317: Argument Clinic: move linear_format into libclinic (#115518)
Erlend E. Aasland
2024-02-15
3
-55/+62
*
gh-113317: Argument Clinic: inline required_type_for_self_for_parser() in sel...
Erlend E. Aasland
2024-02-15
1
-9/+4
*
gh-113317: Argument Clinic: remove global clinic instance (#115517)
Erlend E. Aasland
2024-02-15
1
-7/+3
*
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...
Erlend E. Aasland
2024-02-15
1
-11/+18
*
gh-113317: Argument Clinic: don't use fail() in CLI (#115513)
Erlend E. Aasland
2024-02-15
1
-2/+2
*
gh-114258: Refactor Argument Clinic function name parser (#114930)
Erlend E. Aasland
2024-02-15
1
-106/+123
*
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...
Erlend E. Aasland
2024-02-05
1
-1/+1
*
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...
Nikita Sobolev
2024-02-05
1
-1/+3
*
Bump ruff to 0.2.0 (#114932)
Alex Waygood
2024-02-02
1
-0/+2
*
gh-113317: Don't use global clinic instance in bad_argument() (#114330)
Erlend E. Aasland
2024-01-23
1
-12/+11
*
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
Erlend E. Aasland
2024-01-14
3
-25/+31
*
gh-113317: Move global utility functions into libclinic (#113986)
Erlend E. Aasland
2024-01-14
3
-56/+65
*
gh-113299: Move cpp.py into libclinic (#113526)
Erlend E. Aasland
2023-12-27
2
-3/+6
*
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)
Erlend E. Aasland
2023-12-27
4
-34/+42
*
gh-113317: Move more formatting helpers into libclinic (#113438)
Erlend E. Aasland
2023-12-23
3
-156/+157
*
gh-113317: Clean up Argument Clinic global namespace (#113414)
Erlend E. Aasland
2023-12-23
3
-121/+170
*
gh-113317: Remove TextAccumulator type alias from clinic.py (#113413)
Erlend E. Aasland
2023-12-22
1
-8/+5
*
gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)
Erlend E. Aasland
2023-12-22
1
-158/+89
*
Bump mypy to 1.8.0 (#113385)
Alex Waygood
2023-12-21
1
-1/+1
*
gh-113336: Remove the 'version' directive from Argument Clinic (#113341)
Erlend E. Aasland
2023-12-21
1
-52/+0
*
Docs: update URL in Argument Clinic CLI help text (#113351)
Erlend E. Aasland
2023-12-21
1
-1/+1
*
gh-112205: Support docstring for `@getter` (#113160)
Donghee Na
2023-12-20
1
-7/+31
*
gh-112205: Require @getter and @setter to be methods (#113278)
Erlend E. Aasland
2023-12-19
1
-0/+4
*
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...
Serhiy Storchaka
2023-12-14
1
-1/+1
*
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na
2023-12-13
1
-9/+66
*
Argument Clinic: fix bare "type" in annotations (#112915)
Jelle Zijlstra
2023-12-10
1
-5/+5
*
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau
2023-12-01
1
-2/+2
*
gh-112205: Support @getter annotation from AC (gh-112396)
Donghee Na
2023-11-30
1
-10/+43
*
gh-112213: Add missing declaration of target_critical_section (gh-112374)
Donghee Na
2023-11-24
1
-2/+4
*
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na
2023-11-19
1
-1/+2
*
gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232)
Donghee Na
2023-11-18
1
-4/+21
*
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross
2023-11-14
1
-5/+27
*
Bump mypy to 1.7.0 (#111961)
Alex Waygood
2023-11-10
1
-3/+1
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-4/+16
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-16/+4
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
1
-12/+1
*
gh-110964: clinic: refactor output_templates() (#110982)
Victor Stinner
2023-10-20
1
-56/+53
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+22
*
gh-85283: Fix Argument Clinic for md5 extension (#110976)
Victor Stinner
2023-10-17
1
-3/+2
*
gh-110907: AC: Disallow using `*` with vararg (#110908)
Nikita Sobolev
2023-10-16
1
-0/+9
*
gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...
Alex Waygood
2023-10-10
2
-1/+16
*
gh-110558: Run ruff on Argument Clinic in CI (#110559)
Alex Waygood
2023-10-10
2
-3/+14
*
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
[next]