summaryrefslogtreecommitdiffstats
path: root/Tools/clinic
Commit message (Expand)AuthorAgeFilesLines
* gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...Peter Bierma2024-11-291-7/+3
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-081-9/+4
* gh-122943: Move code generation for var-positional parameter to converters (G...Serhiy Storchaka2024-11-082-73/+91
* gh-122943: Remove the object converter for var-positional parameter (GH-126560)Serhiy Storchaka2024-11-081-4/+0
* gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...Serhiy Storchaka2024-11-075-83/+155
* gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)Sergey B Kirpichev2024-10-312-26/+24
* CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592)Kirill Podoprigora2024-10-161-3/+1
* gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...Serhiy Storchaka2024-08-092-10/+12
* build(deps-dev): bump mypy from 1.10.1 to 1.11.1 in /Tools (#122550)dependabot[bot]2024-08-051-1/+3
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-3/+13
* gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712)Victor Stinner2024-05-291-3/+9
* gh-117557: Improve error messages when a string, bytes or bytearray of length...Serhiy Storchaka2024-05-281-3/+22
* Fix typos in comments (#119645)Xie Yanbo2024-05-281-1/+1
* gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...Eric Snow2024-05-221-0/+2
* gh-117613: Argument Clinic: disallow defining class parameter at module level...neonene2024-04-171-0/+2
* gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...neonene2024-04-161-0/+1
* gh-113317: Add ParseArgsCodeGen class (#117707)Victor Stinner2024-04-114-846/+953
* gh-113317: Add Codegen class to Argument Clinic (#117626)Victor Stinner2024-04-117-178/+182
* gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)Erlend E. Aasland2024-04-102-4/+9
* gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)Victor Stinner2024-04-081-2/+0
* gh-113317: Finish splitting Argument Clinic into sub-files (#117513)Victor Stinner2024-04-049-2146/+2182
* gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)Victor Stinner2024-04-034-1597/+1627
* gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)Victor Stinner2024-04-023-181/+178
* gh-113317: Argument Clinic: Add libclinic.converters module (#117315)Victor Stinner2024-04-026-1212/+1255
* gh-113317: Change how Argument Clinic lists converters (#116853)Victor Stinner2024-03-271-32/+54
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-151-5/+4
* gh-113317, AC: Add libclinic.converter module (#116821)Victor Stinner2024-03-144-601/+621
* gh-113317, AC: Add libclinic.block_parser module (#116819)Victor Stinner2024-03-143-336/+361
* gh-113317, AC: Add libclinic.function (#116807)Victor Stinner2024-03-144-241/+270
* gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)Victor Stinner2024-03-141-10/+7
* gh-116646, AC: Add CConverter.use_converter() method (#116793)Victor Stinner2024-03-141-6/+35
* gh-116646: Add limited C API support to AC fildes converter (#116769)Victor Stinner2024-03-141-12/+13
* gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)Victor Stinner2024-03-143-47/+51
* gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)Victor Stinner2024-03-111-2/+3
* gh-116417: Avoid PyFloat_AS_DOUBLE() in AC limited C API (#116568)Victor Stinner2024-03-101-18/+36
* gh-114258: Argument Clinic: refactor getset implementation (#116170)Erlend E. Aasland2024-03-041-25/+10
* gh-116171: Argument Clinic: disallow overriding return converter for __init__...Erlend E. Aasland2024-03-011-0/+2
* 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