COMMITS
/ Modules/spwdmodule.c November 19, 2020
C
bpo-1635741: Port spwd to multiphase initialization (GH-23390)
Christian Heimes committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
March 19, 2016
B
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
Berker Peksag committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
August 22, 2014
B
Fix a missing #include.
Brett Cannon committed
B
Issue #20152: Port the spwd module to Argument Clinic.
Brett Cannon committed
November 4, 2013
R
#18678: Correct names of spwd struct members.
R David Murray committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
November 30, 2010
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
May 15, 2010
V
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 7, 2010
V
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
Victor Stinner committed
May 29, 2009
M
Issue #4859: Implement PEP 383 for pwd, spwd, and grp.
Martin v. Löwis committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 24, 2007
N
Use unicode for password modules
Neal Norwitz committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
January 24, 2005
N
Put docstring for getspall into same #ifdef block as function definition
Neal Norwitz committed
January 23, 2005
M
Patch #579435: Shadow Password Support Module
Martin v. Löwis committed