summaryrefslogtreecommitdiffstats
path: root/PC/clinic/msvcrtmodule.c.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | generated by Argument Clinic. Patch by Petr Viktorin.
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-38/+37
| | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin.
* | 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-141-33/+1
| | | | are always available.
* 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