COMMITS
/ Modules/posixmodule.c June 4, 2025
F
gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)
Furkan Onder committed
June 3, 2025
D
gh-127081: use `getlogin_r` if available (gh-132751)
Duane Griffin committed
May 15, 2025
M
Let PyUnicode_FromWideChar calculate the input length (GH-134045)
Max Bachmann committed
May 14, 2025
M
gh-133562: Skip security descriptors on unsupported Windows API partitions (GH-133563)
Max Bachmann committed
May 7, 2025
M
gh-133537: Avoid using console I/O in WinAPI partitions that don't support it (GH-133538)
Max Bachmann committed
May 5, 2025
W
gh-131296: Avoid posixmodule.c warning (GH-133142)
Wulian233 committed
May 4, 2025
S
gh-81793: Always call linkat() from os.link(), if available (GH-132517)
Serhiy Storchaka committed
April 29, 2025
S
gh-132987: Support __index__() in the posix module (GH-133096)
Serhiy Storchaka committed
April 25, 2025
N
gh-131591: Reset RemoteDebuggerSuupport state after fork (#132793)
Nadeshiko Manju committed
March 31, 2025
C
GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
Chris Eibl committed
March 20, 2025
V
Fix Windows build warnings (#131487)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 6, 2025
S
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross committed
February 24, 2025
B
gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)
Bénédikt Tran committed
February 2, 2025
V
gh-129539: Reorganize posixmodule.c header (#129558)
Victor Stinner committed
January 31, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
Victor Stinner committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 26, 2025
C
gh-129205: Add os.readinto() API for reading data into a caller provided buffer (#129211)
Cody Maloney committed
January 17, 2025
V
gh-58689: Fix os.kill() error handling on Windows (#128932)
Victor Stinner committed
January 7, 2025
E
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland committed
December 19, 2024
R
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689)
RUANG (James Roy) committed
December 6, 2024
H
gh-127627: Add `posix._emscripten_debugger` function (#127628)
Hood Chatham committed
December 5, 2024
V
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)
Victor Stinner committed
November 19, 2024
M
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith committed
November 12, 2024
S
gh-126688: Reinit import lock after fork (#126692)
Sam Gross committed
November 5, 2024
S
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Serhiy Storchaka committed
October 26, 2024
B
gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)
Bénédikt Tran committed
October 11, 2024
J
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra committed
September 25, 2024
M
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith committed
September 20, 2024
S
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn committed
September 18, 2024
August 28, 2024
W
Fix typos in docs, error messages and comments (#123336)
Wulian committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 17, 2024
N
gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)
Nikita Sobolev committed
June 10, 2024
V
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner committed
June 6, 2024
S
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross committed
June 4, 2024
P
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado committed
S
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka committed
May 24, 2024
N
May 21, 2024
N
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)
Nice Zombies committed
May 15, 2024
S
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Steve Dower committed
May 9, 2024
S
gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (GH-118800)
Steve Dower committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
May 2, 2024
S
S
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower committed
April 30, 2024
N
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies committed
April 25, 2024
N
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies committed
April 3, 2024