Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2b76ce6d27c5395d88e7aef3a2bab811afc5d8cb
/
Modules
/
spwdmodule.c
bd90d09
#18678: Correct names of spwd struct members.
by R David Murray
· 11 years ago
1c8f059
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
by Victor Stinner
· 11 years ago
71c23d4
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
by Georg Brandl
· 14 years ago
ae6265f
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
by Victor Stinner
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
97c18ab
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
by Victor Stinner
· 15 years ago
b6a748b
Issue #4859: Implement PEP 383 for pwd, spwd, and grp.
by Martin v. Löwis
· 15 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
eb8b3a6
Use unicode for password modules
by Neal Norwitz
· 17 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
6267996
Put docstring for getspall into same #ifdef block as function definition
by Neal Norwitz
· 20 years ago
c300175
Patch #579435: Shadow Password Support Module
by Martin v. Löwis
· 20 years ago