COMMITS
/ Modules/posixmodule.c 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
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
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
September 19, 2021
S
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka committed
September 9, 2021
V
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
Vincent Michel committed
September 7, 2021
S
bpo-45012: Release GIL around stat in os.scandir (GH-28085)
Stanisław Skonieczny committed
June 24, 2021
S
bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)
Samuel Marks committed
April 30, 2021
V
bpo-43916: Remove _disabled_new() function (GH-25745)
Victor Stinner committed
April 23, 2021
S
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Segev Finer committed
S
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower committed
April 22, 2021
S
bpo-38222: Check specifically for a drive, not just a colon (GH-25540)
Steve Dower committed
S
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Steve Dower committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 7, 2021
February 3, 2021
D
bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)
Dong-hee Na committed
January 4, 2021
J
bpo-42692: fix __builtin_available check on older compilers (GH-23873)
Joshua Root committed
December 29, 2020
J
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Jakub Kulík committed
December 2, 2020
P
bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
Pablo Galindo committed