summaryrefslogtreecommitdiff
path: root/Modules/spwdmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-151-3/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-96/+96
* Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,Victor Stinner2010-05-071-3/+1
* Issue #4859: Implement PEP 383 for pwd, spwd, and grp.Martin v. Löwis2009-05-291-6/+20
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Use unicode for password modulesNeal Norwitz2007-08-241-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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