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
/
libclinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
1
-7/+3
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
1
-9/+4
*
gh-122943: Move code generation for var-positional parameter to converters (G...
Serhiy Storchaka
2024-11-08
2
-73/+91
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
1
-4/+0
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
5
-83/+155
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
2
-26/+24
*
CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (#125592)
Kirill Podoprigora
2024-10-16
1
-3/+1
*
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...
Serhiy Storchaka
2024-08-09
2
-10/+12
*
build(deps-dev): bump mypy from 1.10.1 to 1.11.1 in /Tools (#122550)
dependabot[bot]
2024-08-05
1
-1/+3
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-3/+13
*
gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712)
Victor Stinner
2024-05-29
1
-3/+9
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
1
-3/+22
*
Fix typos in comments (#119645)
Xie Yanbo
2024-05-28
1
-1/+1
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
1
-0/+2
*
gh-117613: Argument Clinic: disallow defining class parameter at module level...
neonene
2024-04-17
1
-0/+2
*
gh-117613: Argument Clinic: ensure that 'defining_class' params are positiona...
neonene
2024-04-16
1
-0/+1
*
gh-113317: Add ParseArgsCodeGen class (#117707)
Victor Stinner
2024-04-11
4
-846/+953
*
gh-113317: Add Codegen class to Argument Clinic (#117626)
Victor Stinner
2024-04-11
7
-178/+182
*
gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)
Erlend E. Aasland
2024-04-10
2
-4/+9
*
gh-113317: Remove unused INVALID constant in Argument Clinic (#117624)
Victor Stinner
2024-04-08
1
-2/+0
*
gh-113317: Finish splitting Argument Clinic into sub-files (#117513)
Victor Stinner
2024-04-04
8
-5/+2181
*
gh-113317: Argument Clinic: Add libclinic.clanguage (#117455)
Victor Stinner
2024-04-03
3
-0/+1622
*
gh-113317: Argument Clinic: Add libclinic.return_converters (#117451)
Victor Stinner
2024-04-02
2
-1/+175
*
gh-113317: Argument Clinic: Add libclinic.converters module (#117315)
Victor Stinner
2024-04-02
5
-9/+1250
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
1
-5/+4
*
gh-113317, AC: Add libclinic.converter module (#116821)
Victor Stinner
2024-03-14
3
-1/+617
*
gh-113317, AC: Add libclinic.block_parser module (#116819)
Victor Stinner
2024-03-14
2
-0/+359
*
gh-113317, AC: Add libclinic.function (#116807)
Victor Stinner
2024-03-14
3
-1/+262
*
gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)
Victor Stinner
2024-03-14
2
-0/+50
*
gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...
Erlend E. Aasland
2024-02-16
2
-0/+41
*
gh-113317: Argument Clinic: move linear_format into libclinic (#115518)
Erlend E. Aasland
2024-02-15
2
-0/+52
*
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
Erlend E. Aasland
2024-01-14
2
-5/+30
*
gh-113317: Move global utility functions into libclinic (#113986)
Erlend E. Aasland
2024-01-14
2
-0/+55
*
gh-113299: Move cpp.py into libclinic (#113526)
Erlend E. Aasland
2023-12-27
1
-0/+194
*
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)
Erlend E. Aasland
2023-12-27
2
-0/+32
*
gh-113317: Move more formatting helpers into libclinic (#113438)
Erlend E. Aasland
2023-12-23
2
-7/+94
*
gh-113317: Clean up Argument Clinic global namespace (#113414)
Erlend E. Aasland
2023-12-23
2
-0/+132