summaryrefslogtreecommitdiff
path: root/PC/clinic/msvcrtmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner2017-01-171-16/+36
* clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-081-5/+5
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-38/+37
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-38/+37
* | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-091-20/+39
|/
* Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions ...Steve Dower2015-05-131-33/+1
* Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-131-33/+15
* Issue #20172: Convert the msvcrt module to Argument Clinic.Zachary Ware2015-05-131-0/+604