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. 4500977 Issue #20306: Android is the only system that returns NULL for the pw_passwd by Stefan Krah · 8 years ago
  4. 267b639 Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX. by Stefan Krah · 8 years ago
  5. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  6. 3d25e16 Issue #20152: Port the pwd module to Argument Clinic. by Brett Cannon · 10 years ago
  7. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 10 years ago
  8. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  9. fd6e6cf Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 11 years ago
  10. 55e2238 Raise KeyError instead of OverflowError when getpwuid's argument is out of by Serhiy Storchaka · 11 years ago
  11. c2d0200 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  12. 7cf5599 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 11 years ago
  13. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  14. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 13 years ago
  15. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  16. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  17. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  18. 02a004e correct call by Benjamin Peterson · 14 years ago
  19. 97c18ab Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, by Victor Stinner · 14 years ago
  20. e23c868 Merged revisions 73016 via svnmerge from by Martin v. Löwis · 15 years ago
  21. b6a748b Issue #4859: Implement PEP 383 for pwd, spwd, and grp. by Martin v. Löwis · 15 years ago
  22. e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 by Benjamin Peterson · 15 years ago
  23. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  24. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  25. 3d7a90d Get the locale and pwd tests working on the Solaris box where there by Neal Norwitz · 17 years ago
  26. eb8b3a6 Use unicode for password modules by Neal Norwitz · 17 years ago
  27. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  28. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  29. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  30. e1b1c87 pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error by Barry Warsaw · 20 years ago
  31. 16b9fa8 - The pwd module incorrectly advertised its struct type as by Guido van Rossum · 21 years ago
  32. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 21 years ago
  33. 29275c9 Deal with NULL fields in mkpwent. by Martin v. Löwis · 22 years ago
  34. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  35. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  36. 726e013 Remove unused variable reported by Walter Dörwald by Neal Norwitz · 22 years ago
  37. 88c9344 initpwd(): Clean up initialization, avoid PyModule_GetDict(). by Fred Drake · 22 years ago
  38. ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 22 years ago
  39. cc07ec1 Add missing typecast. by Neil Schemenauer · 22 years ago
  40. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  41. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  42. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  43. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  44. 8e68eb6 Make sure we close the group and password databases when we are done with by Fred Drake · 23 years ago
  45. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  46. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  47. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  48. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  49. 39e0e5a ANSI-fication by Peter Schneider-Kamp · 24 years ago
  50. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  51. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  52. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  53. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  54. 3e79c44 Doc strings added by Mitch Chapman. by Guido van Rossum · 26 years ago
  55. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  56. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 27 years ago
  57. bab218e Minor formatting changes. by Barry Warsaw · 27 years ago
  58. 50c5cf1 Renamed. by Barry Warsaw · 27 years ago
  59. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  60. 03e8ffa patches for NeXT weirdness by Guido van Rossum · 29 years ago
  61. 524b588 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  62. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  63. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  64. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  65. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  66. ef0a00e Use getargs() function. by Guido van Rossum · 32 years ago
  67. 0e8e872 Raise KeyError instead of RuntimeError when a uid or name (etc) is not found. by Guido van Rossum · 32 years ago
  68. 864407d Initial revision by Guido van Rossum · 33 years ago