summaryrefslogtreecommitdiffstats
path: root/Tools/clinic/libclinic
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...Petr Viktorin2024-06-241-3/+13
* [3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (...Victor Stinner2024-05-291-3/+9
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-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-048-5/+2181
* gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)Victor Stinner2024-04-033-0/+1622
* gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)Victor Stinner2024-04-022-1/+175
* gh-113317: Argument Clinic: Add libclinic.converters module (#117315)Victor Stinner2024-04-025-9/+1250
* 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-143-1/+617
* gh-113317, AC: Add libclinic.block_parser module (#116819)Victor Stinner2024-03-142-0/+359
* gh-113317, AC: Add libclinic.function (#116807)Victor Stinner2024-03-143-1/+262
* gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)Victor Stinner2024-03-142-0/+50
* gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...Erlend E. Aasland2024-02-162-0/+41
* gh-113317: Argument Clinic: move linear_format into libclinic (#115518)Erlend E. Aasland2024-02-152-0/+52
* gh-113317: Move FormatCounterFormatter into libclinic (#114066)Erlend E. Aasland2024-01-142-5/+30
* gh-113317: Move global utility functions into libclinic (#113986)Erlend E. Aasland2024-01-142-0/+55
* gh-113299: Move cpp.py into libclinic (#113526)Erlend E. Aasland2023-12-271-0/+194
* gh-113317: Rework Argument Clinic cpp.py error handling (#113525)Erlend E. Aasland2023-12-272-0/+32
* gh-113317: Move more formatting helpers into libclinic (#113438)Erlend E. Aasland2023-12-232-7/+94
* gh-113317: Clean up Argument Clinic global namespace (#113414)Erlend E. Aasland2023-12-232-0/+132