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