summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_modsupport.h
Commit message (Expand)AuthorAgeFilesLines
* gh-112136: Remove unused #include "pycore_lock.h" (#127093)Victor Stinner2024-11-211-2/+0
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-081-10/+5
* gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...Serhiy Storchaka2024-11-071-12/+11
* gh-112136: Restore removed _PyArg_Parser (#121262)Victor Stinner2024-07-031-18/+0
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-161-5/+9
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+92
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-031-0/+29