COMMITS
/ Tools/clinic/clinic.py April 4, 2024
V
gh-113317: Finish splitting Argument Clinic into sub-files (#117513)
Victor Stinner committed
April 3, 2024
V
gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)
Victor Stinner committed
April 2, 2024
V
gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)
Victor Stinner committed
V
gh-113317: Argument Clinic: Add libclinic.converters module (#117315)
Victor Stinner committed
March 27, 2024
V
gh-113317: Change how Argument Clinic lists converters (#116853)
Victor Stinner committed
March 14, 2024
V
gh-113317, AC: Add libclinic.converter module (#116821)
Victor Stinner committed
V
gh-113317, AC: Add libclinic.block_parser module (#116819)
Victor Stinner committed
V
gh-113317, AC: Add libclinic.function (#116807)
Victor Stinner committed
V
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
Victor Stinner committed
V
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Victor Stinner committed
V
gh-116646: Add limited C API support to AC fildes converter (#116769)
Victor Stinner committed
V
gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)
Victor Stinner committed
March 11, 2024
V
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner committed
March 10, 2024
V
gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)
Victor Stinner committed
March 4, 2024
E
gh-114258: Argument Clinic: refactor getset implementation (#116170)
Erlend E. Aasland committed
March 1, 2024
E
gh-116171: Argument Clinic: disallow overriding return converter for __init__ methods (#116172)
Erlend E. Aasland committed
February 23, 2024
N
Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)
Nikita Sobolev committed
February 16, 2024
E
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115520)
Erlend E. Aasland committed
February 15, 2024
E
gh-113317: Argument Clinic: move linear_format into libclinic (#115518)
Erlend E. Aasland committed
E
gh-113317: Argument Clinic: inline required_type_for_self_for_parser() in self converter (#115522)
Erlend E. Aasland committed
E
gh-113317: Argument Clinic: remove global clinic instance (#115517)
Erlend E. Aasland committed
E
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115510)
Erlend E. Aasland committed
E
gh-113317: Argument Clinic: don't use fail() in CLI (#115513)
Erlend E. Aasland committed
E
gh-114258: Refactor Argument Clinic function name parser (#114930)
Erlend E. Aasland committed
February 5, 2024
E
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
Erlend E. Aasland committed
N
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code (#115027)
Nikita Sobolev committed
January 23, 2024
E
gh-113317: Don't use global clinic instance in bad_argument() (#114330)
Erlend E. Aasland committed
January 14, 2024
E
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
Erlend E. Aasland committed
E
gh-113317: Move global utility functions into libclinic (#113986)
Erlend E. Aasland committed
December 27, 2023
E
gh-113299: Move cpp.py into libclinic (#113526)
Erlend E. Aasland committed
E
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)
Erlend E. Aasland committed
December 23, 2023
E
gh-113317: Move more formatting helpers into libclinic (#113438)
Erlend E. Aasland committed
E
gh-113317: Clean up Argument Clinic global namespace (#113414)
Erlend E. Aasland committed
December 22, 2023
E
gh-113317: Remove TextAccumulator type alias from clinic.py (#113413)
Erlend E. Aasland committed
E
gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)
Erlend E. Aasland committed
December 21, 2023
A
Bump mypy to 1.8.0 (#113385)
Alex Waygood committed
E
gh-113336: Remove the 'version' directive from Argument Clinic (#113341)
Erlend E. Aasland committed
E
Docs: update URL in Argument Clinic CLI help text (#113351)
Erlend E. Aasland committed
December 20, 2023
D
gh-112205: Support docstring for `@getter` (#113160)
Donghee Na committed
December 19, 2023
E
gh-112205: Require @getter and @setter to be methods (#113278)
Erlend E. Aasland committed
December 14, 2023
S
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (GH-113049)
Serhiy Storchaka committed
December 13, 2023
D
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na committed
December 10, 2023
J
Argument Clinic: fix bare "type" in annotations (#112915)
Jelle Zijlstra committed
December 1, 2023
Y
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau committed
November 30, 2023
D
gh-112205: Support @getter annotation from AC (gh-112396)
Donghee Na committed
November 24, 2023
D
gh-112213: Add missing declaration of target_critical_section (gh-112374)
Donghee Na committed
November 19, 2023
D
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na committed
November 18, 2023
D
gh-112213: Add @critical_section target directive to Argument Clinic (gh-112232)
Donghee Na committed
November 14, 2023
S
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross committed
November 10, 2023
A
Bump mypy to 1.7.0 (#111961)
Alex Waygood committed