summaryrefslogtreecommitdiffstats
path: root/Tools/clinic
Commit message (Expand)AuthorAgeFilesLines
* Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)Nikita Sobolev2024-02-231-3/+1
* gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...Erlend E. Aasland2024-02-163-29/+45
* gh-113317: Argument Clinic: move linear_format into libclinic (#115518)Erlend E. Aasland2024-02-153-55/+62
* gh-113317: Argument Clinic: inline required_type_for_self_for_parser() in sel...Erlend E. Aasland2024-02-151-9/+4
* gh-113317: Argument Clinic: remove global clinic instance (#115517)Erlend E. Aasland2024-02-151-7/+3
* gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...Erlend E. Aasland2024-02-151-11/+18
* gh-113317: Argument Clinic: don't use fail() in CLI (#115513)Erlend E. Aasland2024-02-151-2/+2
* gh-114258: Refactor Argument Clinic function name parser (#114930)Erlend E. Aasland2024-02-151-106/+123
* gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...Erlend E. Aasland2024-02-051-1/+1
* gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...Nikita Sobolev2024-02-051-1/+3
* Bump ruff to 0.2.0 (#114932)Alex Waygood2024-02-021-0/+2
* gh-113317: Don't use global clinic instance in bad_argument() (#114330)Erlend E. Aasland2024-01-231-12/+11
* gh-113317: Move FormatCounterFormatter into libclinic (#114066)Erlend E. Aasland2024-01-143-25/+31
* gh-113317: Move global utility functions into libclinic (#113986)Erlend E. Aasland2024-01-143-56/+65
* gh-113299: Move cpp.py into libclinic (#113526)Erlend E. Aasland2023-12-272-3/+6
* gh-113317: Rework Argument Clinic cpp.py error handling (#113525)Erlend E. Aasland2023-12-274-34/+42
* gh-113317: Move more formatting helpers into libclinic (#113438)Erlend E. Aasland2023-12-233-156/+157
* gh-113317: Clean up Argument Clinic global namespace (#113414)Erlend E. Aasland2023-12-233-121/+170
* gh-113317: Remove TextAccumulator type alias from clinic.py (#113413)Erlend E. Aasland2023-12-221-8/+5
* gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)Erlend E. Aasland2023-12-221-158/+89
* Bump mypy to 1.8.0 (#113385)Alex Waygood2023-12-211-1/+1
* gh-113336: Remove the 'version' directive from Argument Clinic (#113341)Erlend E. Aasland2023-12-211-52/+0
* Docs: update URL in Argument Clinic CLI help text (#113351)Erlend E. Aasland2023-12-211-1/+1
* gh-112205: Support docstring for `@getter` (#113160)Donghee Na2023-12-201-7/+31
* gh-112205: Require @getter and @setter to be methods (#113278)Erlend E. Aasland2023-12-191-0/+4
* gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...Serhiy Storchaka2023-12-141-1/+1
* gh-112205: Support `@setter` annotation from AC (gh-112922)Donghee Na2023-12-131-9/+66
* Argument Clinic: fix bare "type" in annotations (#112915)Jelle Zijlstra2023-12-101-5/+5
* Fix typos in variable names, function names, and comments (GH-101868)Yang Hau2023-12-011-2/+2
* gh-112205: Support @getter annotation from AC (gh-112396)Donghee Na2023-11-301-10/+43
* gh-112213: Add missing declaration of target_critical_section (gh-112374)Donghee Na2023-11-241-2/+4
* gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)Donghee Na2023-11-191-1/+2
* gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232)Donghee Na2023-11-181-4/+21
* gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)Sam Gross2023-11-141-5/+27
* Bump mypy to 1.7.0 (#111961)Alex Waygood2023-11-101-3/+1
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-071-4/+16
* gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)Victor Stinner2023-11-011-16/+4
* gh-67565: Remove redundant C-contiguity checks (GH-105521)Furkan Onder2023-10-231-12/+1
* gh-110964: clinic: refactor output_templates() (#110982)Victor Stinner2023-10-201-56/+53
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+22
* gh-85283: Fix Argument Clinic for md5 extension (#110976)Victor Stinner2023-10-171-3/+2
* gh-110907: AC: Disallow using `*` with vararg (#110908)Nikita Sobolev2023-10-161-0/+9
* gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...Alex Waygood2023-10-102-1/+16
* gh-110558: Run ruff on Argument Clinic in CI (#110559)Alex Waygood2023-10-102-3/+14
* gh-108494: Argument Clinic: inline parsing code for positional-only parameter...Serhiy Storchaka2023-09-031-254/+489
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-37/+104
* gh-108494: Argument Clinic: fix option group for Limited C API (#108574)Victor Stinner2023-08-291-3/+9
* GH-107603: Clinic: Pass specific attributes to ``print_block()`` (#108581)Adam Turner2023-08-281-11/+17
* gh-108494: Argument clinic: Improve the `parse_file()` API (#108575)Alex Waygood2023-08-281-7/+7
* gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)Serhiy Storchaka2023-08-281-97/+124