summaryrefslogtreecommitdiffstats
path: root/Modules/spwdmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* v is already checked for NULL, so just DECREF itNeal Norwitz2006-08-021-1/+1
|
* Initialize structseq types only once.Martin v. Löwis2006-04-161-1/+5
|
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
| | | | Probably should be backported.
* Put docstring for getspall into same #ifdef block as function definitionNeal Norwitz2005-01-241-6/+4
| | | | Remove C++ (C99) style comments
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+179