COMMITS
/ Modules/posixmodule.c 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
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
April 24, 2020
V
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Victor Stinner committed
April 22, 2020
V
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner committed
April 18, 2020
S
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka committed
April 15, 2020
V
bpo-40268: Reformat posixmodule.c includes (GH-19536)
Victor Stinner committed
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 7, 2020
B
bpo-39481: Make os.DirEntry generic (GH-19415)
Batuhan Taşkaya committed