COMMITS
/ Modules/posixmodule.c 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
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 18, 2020
V
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner committed
November 17, 2020
P
bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-23350)
Pablo Galindo committed
P
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo committed
November 13, 2020
C
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes committed
November 12, 2020
J
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Jakub Stasiak committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
October 29, 2020
V
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
October 13, 2020
K
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans committed
October 12, 2020
K
bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672)
Kyle Evans committed
October 11, 2020
K
bpo-40423: Optimization: use close_range(2) if available (GH-22651)
Kyle Evans committed
K
bpo-40422: create a common _Py_closerange API (GH-19754)
Kyle Evans committed