index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
spwdmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-04
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