summaryrefslogtreecommitdiffstats
path: root/Modules/spwdmodule.c
Commit message (Expand)AuthorAgeFilesLines
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* 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
* Put docstring for getspall into same #ifdef block as function definitionNeal Norwitz2005-01-241-6/+4
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+179