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