summaryrefslogtreecommitdiffstats
path: root/Include/cpython/modsupport.h
Commit message (Expand)AuthorAgeFilesLines
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-031-0/+26
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-73/+0
* gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)Victor Stinner2023-07-271-2/+0
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-031-12/+0
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-311-21/+0
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-161-2/+0
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-0/+1
* gh-87347: Add parenthesis around macro arguments (#93915)Victor Stinner2022-06-201-2/+2
* Remove ANY_VARARGS() macro from the C API (#93764)Victor Stinner2022-06-131-1/+3
* gh-79315: Add Include/cpython/modsupport.h header (#91797)Victor Stinner2022-04-211-0/+107