COMMITS
/ Modules/pwdmodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
July 17, 2025
A
gh-116738: Make pwd module thread-safe (#136695)
Alper committed
May 22, 2025
D
gh-127081: lock non-re-entrant `*pwent` calls in free-threading (#132748)
Duane Griffin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 15, 2024
V
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner committed
March 11, 2024
N
gh-116545: Fix error handling in `mkpwent` in `pwdmodule` (#116548)
Nikita Sobolev committed
September 2, 2023
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
February 7, 2022
V
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner committed
November 19, 2020
C
bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
Christian Heimes committed
March 16, 2020
September 10, 2019
D
bpo-38073: Make pwd module PEP-384 compatible (GH-15790)
Dino Viehland committed
December 5, 2018
W
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165)
William Grzybowski committed
November 5, 2018
Z
Fix possible crashes in pwdmodule.c. (GH-10331)
Zackery Spytz committed
November 4, 2018
A
bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,uid}. (GH-10319)
Alexey Izbyshev committed
September 7, 2018
W
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
William Grzybowski committed
W
bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)
William Grzybowski committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
April 26, 2016
S
Issue #20306: Android is the only system that returns NULL for the pw_passwd
Stefan Krah committed
April 25, 2016
S
Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
Stefan Krah committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
August 22, 2014
B
Issue #20152: Port the pwd module to Argument Clinic.
Brett Cannon committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
February 11, 2013
S
Raise KeyError instead of OverflowError when getpwuid's argument is out of
Serhiy Storchaka committed
S
Raise KeyError instead of OverflowError when getpwuid's argument is out of
Serhiy Storchaka committed
February 10, 2013
S
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka committed
S
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka committed
October 5, 2012
J
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea committed
November 30, 2010
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
August 16, 2010
A
Issue #8983: Corrected docstrings.
Alexander Belopolsky committed
May 15, 2010
V
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 7, 2010
B
correct call
Benjamin Peterson committed
V
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
Victor Stinner committed
May 29, 2009
M
Merged revisions 73016 via svnmerge from
Martin v. Löwis committed
M
Issue #4859: Implement PEP 383 for pwd, spwd, and grp.
Martin v. Löwis committed
May 4, 2009
B
remove old undocumented compat interfaces in hashlib and pwd #5881
Benjamin Peterson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
October 27, 2007
N
Get the locale and pwd tests working on the Solaris box where there
Neal Norwitz committed
August 24, 2007
N
Use unicode for password modules
Neal Norwitz committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
September 14, 2005
G
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum committed
January 20, 2004
B
pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error
Barry Warsaw committed
October 23, 2003
G
- The pwd module incorrectly advertised its struct type as
Guido van Rossum committed