COMMITS
/ Modules/posixmodule.c 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
V
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner committed
April 5, 2020
B
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Batuhan Taşkaya committed
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
March 24, 2020
V
bpo-40014: Fix os.getgrouplist() (GH-19126)
Victor Stinner committed
March 23, 2020
V
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
Victor Stinner committed
March 16, 2020
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
March 6, 2020
A
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester committed
February 13, 2020
February 5, 2020
S
January 24, 2020
V
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner committed
V
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner committed
January 22, 2020
V
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner committed
V
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
Victor Stinner committed
V
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner committed
January 21, 2020
V
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
Victor Stinner committed
V
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner committed
December 6, 2019
B
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Benoit Hudson committed
November 26, 2019
E
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
Eddie Elizondo committed
November 6, 2019
B
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson committed
B
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson committed