COMMITS
/ Modules/posixmodule.c May 19, 2023
R
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#104606)
Ronald Oussoren committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
D
gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)
Dong-hee Na committed
April 27, 2023
April 5, 2023
N
March 16, 2023
March 10, 2023
S
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
Steve Dower committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
E
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow committed
March 4, 2023
A
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev committed
March 1, 2023
M
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann committed
February 24, 2023
I
M
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann committed
February 16, 2023
R
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
Rayyan Ansari committed
February 14, 2023
S
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James committed
February 8, 2023
M
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom committed
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed
January 1, 2023
G
gh-100649: Update native_thread_id after fork (gh-100650)
Gabriele N. Tornetta committed
December 29, 2022
G
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith committed
December 21, 2022
A
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20621)
amaajemyfren committed
December 9, 2022
E
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
Eric Snow committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow committed
E
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 26, 2022
T
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (#95897)
TheShermanTanker committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
C
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow committed
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 21, 2022
R
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
October 31, 2022
E
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow committed
October 26, 2022
E
October 20, 2022
N
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen committed
October 18, 2022
V
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner committed
October 7, 2022
H
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
Hagai Helman Tov committed
October 6, 2022
D
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
Dong-hee Na committed
N
gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)
Ned Deily committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
July 28, 2022
July 27, 2022
K
GH-93899: fix checks for eventfd flags (GH-95170)
Kumar Aditya committed
July 26, 2022
C
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
June 6, 2022
C
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes committed
May 31, 2022
K
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki 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