COMMITS
/ Modules/posixmodule.c September 4, 2024
M
[3.10] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-112336) (#123687)
Miss Islington (bot) committed
May 24, 2024
S
[3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740)
Steve Dower committed
March 4, 2023
M
[3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) (#102419)
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
October 8, 2022
J
[3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066)
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.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97967)
Miss Islington (bot) committed
July 28, 2022
K
[3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)
Kumar Aditya committed
May 10, 2022
I
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz committed
November 25, 2021
M
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
Miss Islington (bot) committed
September 9, 2021
M
bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)
Miss Islington (bot) 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
October 9, 2020
S
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka committed
September 9, 2020
J
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Jakub Kulík committed
September 5, 2020
J
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub Kulík committed
August 7, 2020
P
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr committed
July 10, 2020
S
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka committed
June 20, 2020
G
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith committed
June 2, 2020
V
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
Victor Stinner committed
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 27, 2020
Y
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
May 18, 2020
M
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
Minmin Gong committed
May 14, 2020
V
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner committed
May 10, 2020
V
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed