COMMITS
/ Modules/posixmodule.c 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
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
June 18, 2019
V
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner committed
June 13, 2019
J
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Jeffrey Kintscher committed
May 31, 2019
P
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo committed
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
Z
bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666)
Zackery Spytz committed
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
Z
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz committed
May 24, 2019
V
bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 21, 2019
P
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr committed
May 13, 2019
V
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner committed
May 10, 2019
A
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)
Anthony Shaw committed
May 3, 2019
R
Suppress clang warning (GH-12384)
Rémi Lapeyre committed
April 24, 2019
V
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner committed
April 9, 2019
V
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
Vidar Tonaas Fauske committed
March 29, 2019
S
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower committed
March 9, 2019
E
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
February 18, 2019
P
February 13, 2019
A
Remove stray quote in os.replace docstring. (GH-11556)
Anthony Sottile committed
February 2, 2019
M
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Mark Becwar committed
T
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Tony Roberts committed
February 1, 2019
V
bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719)
Victor Stinner committed
J
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608)
Joannah Nanjekye committed