COMMITS
/ Modules/posixmodule.c September 4, 2024
C
[3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)
ChuBoning committed
May 24, 2024
S
[3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739)
Steve Dower committed
March 12, 2024
M
[3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (GH-116542) (#116644)
Miss Islington (bot) committed
March 9, 2024
M
[3.11] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116540)
Miss Islington (bot) committed
March 7, 2024
M
[3.11] gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (GH-116449) (#116453)
Miss Islington (bot) committed
March 6, 2024
M
[3.11] gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (GH-116405) (#116407)
Miss Islington (bot) committed
December 28, 2023
M
[3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113541)
Miss Islington (bot) committed
November 11, 2023
M
[3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111967)
Miss Islington (bot) committed
November 9, 2023
B
[3.11] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111920)
Brett Cannon committed
September 21, 2023
V
[3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618) (#109668)
Victor Stinner committed
August 27, 2023
S
[3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524)
Serhiy Storchaka committed
August 19, 2023
E
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)
Erlend E. Aasland committed
August 15, 2023
S
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)
Steve Dower committed
July 28, 2023
July 19, 2023
S
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863)
Serhiy Storchaka committed
July 18, 2023
June 9, 2023
M
[3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)
Miss Islington (bot) committed
May 21, 2023
M
[3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)
Miss Islington (bot) committed
May 5, 2023
D
[3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) (gh-104187)
Dong-hee Na committed
March 4, 2023
M
gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
Miss Islington (bot) committed
January 1, 2023
M
gh-100649: Update native_thread_id after fork (gh-100650)
Miss Islington (bot) committed
November 26, 2022
M
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897)
Miss Islington (bot) committed
November 21, 2022
M
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
Miss Islington (bot) committed
October 8, 2022
J
[3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065)
Jelle Zijlstra committed
October 7, 2022
M
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
Miss Islington (bot) committed
October 6, 2022
M
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969)
Miss Islington (bot) committed
July 31, 2022
C
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272)
Christian Heimes committed
July 28, 2022
K
[3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)
Kumar Aditya committed
June 6, 2022
M
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
Miss Islington (bot) committed
May 5, 2022
S
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly committed
May 3, 2022
D
gh-90887: posix module: Add more flags for fcopy_file (#31300)
David CARLIER committed
May 2, 2022
I
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz committed
April 25, 2022
V
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner committed
April 21, 2022
V
gh-90623: signal.raise_signal() calls PyErr_CheckSignals() (#91756)
Victor Stinner committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
March 11, 2022
V
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
Victor Stinner committed
February 26, 2022
V
bpo-46606: os.getgroups() doesn't overallocate (GH-31569)
Victor Stinner committed
February 25, 2022
I
bpo-46606: Remove redundant +1. (GH-31561)
Inada Naoki committed
February 22, 2022
I
bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)
Inada Naoki committed
February 8, 2022
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
January 13, 2022
N
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
January 3, 2022
D
bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)
David CARLIER committed
December 12, 2021
December 8, 2021
E
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
November 26, 2021
C
bpo-40280: Move hard-coded feature checks to configure (GH-29789)
Christian Heimes committed
November 25, 2021
C
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed