summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/pwdmodule.c.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-5/+5
| | | | generated by Argument Clinic. Patch by Petr Viktorin.
* Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at theSerhiy Storchaka2015-04-231-4/+2
| | | | same line as function name.
* Issue #23492: Argument Clinic now generates argument parsing code withSerhiy Storchaka2015-04-031-4/+4
| | | | PyArg_Parse instead of PyArg_ParseTuple if possible.
* Add a missing Argument Clinic fileBrett Cannon2014-08-221-0/+73