index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
spwdmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-4
/
+4
|
\
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-4
/
+4
*
|
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
Berker Peksag
2016-03-19
1
-1
/
+4
|
/
*
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-2
/
+1
*
Fix a missing #include.
Brett Cannon
2014-08-22
1
-0
/
+2
*
Issue #20152: Port the spwd module to Argument Clinic.
Brett Cannon
2014-08-22
1
-17
/
+30
*
#18678: Correct names of spwd struct members.
R David Murray
2013-11-03
1
-5
/
+9
*
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
1
-3
/
+5
*
Include structseq.h in Python.h, and remove now-redundant includes in individ...
Georg Brandl
2010-11-30
1
-1
/
+0
*
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner
2010-05-15
1
-3
/
+1
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-96
/
+96
*
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
Victor Stinner
2010-05-07
1
-3
/
+1
*
Issue #4859: Implement PEP 383 for pwd, spwd, and grp.
Martin v. Löwis
2009-05-29
1
-6
/
+20
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-3
/
+17
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-1
/
+1
*
Use unicode for password modules
Neal Norwitz
2007-08-24
1
-2
/
+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1
/
+5
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Put docstring for getspall into same #ifdef block as function definition
Neal Norwitz
2005-01-24
1
-6
/
+4
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0
/
+179