summaryrefslogtreecommitdiffstats
path: root/Modules/spwdmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+1
| | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
* 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
| | | | 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