summaryrefslogtreecommitdiff
path: root/Modules/spwdmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-0/+1
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-4/+4
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-4/+4
* | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-1/+4
|/
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-2/+1
* Fix a missing #include.Brett Cannon2014-08-221-0/+2
* Issue #20152: Port the spwd module to Argument Clinic.Brett Cannon2014-08-221-17/+30
* #18678: Correct names of spwd struct members.R David Murray2013-11-031-5/+9
* Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-3/+5
* 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