COMMITS
/ Modules/posixmodule.c 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
March 21, 2024
S
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross committed
E
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow committed
S
gh-116522: Stop the world before fork() and during shutdown (#116607)
Sam Gross committed
March 19, 2024
S
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross committed
March 14, 2024
V
gh-116195: Implements a fast path for nt.getppid (GH-116205)
vxiiduu committed
March 12, 2024
N
gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (#116542)
Nikita Sobolev committed
March 11, 2024
V
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner committed
March 9, 2024
N
gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (#116521)
Nikita Sobolev committed
March 7, 2024
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
N
gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (#116449)
Nikita Sobolev committed
March 6, 2024
N
gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (#116405)
Nikita Sobolev committed
February 20, 2024
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
February 16, 2024
S
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross committed
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
February 12, 2024
N
gh-87804: Fix the refleak in error handling of `_pystatvfs_fromstructstatfs` (#115335)
Nikita Sobolev committed
N
gh-87804: Fix error handling and style in `_pystatvfs_fromstructstatfs` (#115236)
Nikita Sobolev committed
February 10, 2024
R
GH-87804: Fix counter overflow in statvfs on macOS (#99570)
Ronald Oussoren committed
February 9, 2024
S
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross committed
February 7, 2024
S
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross committed
February 5, 2024
S
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka committed
January 29, 2024
S
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly committed
January 12, 2024
S
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower committed
January 10, 2024
V
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner committed