COMMITS
/ Modules/posixmodule.c 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
November 5, 2019
E
bpo-35381 Remove all static state from posixmodule (GH-15892)
Eddie Elizondo committed
October 21, 2019
D
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na committed
October 18, 2019
S
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
Steve Dower committed
October 13, 2019
S
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka committed
October 9, 2019
A
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
Antonio Gutierrez committed
September 25, 2019
D
bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359)
Dong-hee Na committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 11, 2019
S
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951)
Steve Dower committed
S
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
Steve Dower committed
J
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Jakub Kulík committed
September 9, 2019
Z
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Zackery Spytz committed
September 4, 2019
S
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower committed
September 3, 2019
S
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Steve Dower committed
August 21, 2019
S
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
July 4, 2019
J
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer committed
June 28, 2019
V
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
Victor Stinner committed
June 27, 2019
B
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
Brandt Bucher committed
June 26, 2019
Z
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)
Zackery Spytz committed
V
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner committed