COMMITS
/ Modules/posixmodule.c 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
January 16, 2019
J
bpo-35674: Add os.posix_spawnp() (GH-11554)
Joannah Nanjekye committed
December 31, 2018
G
bpo-35214: Annotate posix calls for clang MSan. (#11389)
Gregory P. Smith committed
J
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík committed
December 17, 2018
S
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
Serhiy Storchaka committed
December 14, 2018
S
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
Serhiy Storchaka committed
December 10, 2018
S
bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049)
Serhiy Storchaka committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
December 1, 2018
S
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 22, 2018
V
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
Victor Stinner committed
November 13, 2018
E
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
Eddie Elizondo committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 2, 2018
B
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 20, 2018
A
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
Alexey Izbyshev committed
October 2, 2018
September 25, 2018
J
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer committed
September 18, 2018
S
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
Serhiy Storchaka committed
September 17, 2018
S
Convert os.readlink() to Argument Clinic. (GH-8778)
Serhiy Storchaka committed
September 14, 2018
E
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow committed
B
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson committed
September 12, 2018
O
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Oren Milman committed
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
September 8, 2018
S
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)
Serhiy Storchaka committed
September 7, 2018
P
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
Pablo Galindo committed
August 15, 2018
B
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Berker Peksag committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 31, 2018
S
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka committed
June 19, 2018
G
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681)
Giampaolo Rodola committed
P
bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn(). (GH-7685)
Pablo Galindo committed
June 12, 2018
G
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160)
Giampaolo Rodola committed
June 10, 2018
Z
Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557)
Zackery Spytz committed
May 8, 2018
S
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka committed
May 1, 2018
S
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332)
Serhiy Storchaka committed
March 8, 2018
A
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010)
Alexey Izbyshev committed
March 5, 2018
S
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower committed
March 1, 2018
A
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)
Alexey Izbyshev committed
February 22, 2018
February 20, 2018
A
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Alexey Izbyshev committed
February 14, 2018
N
Update comment in posixmodule.c (GH-5681)
ngie-eign committed
February 12, 2018
S
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4 committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 30, 2018
S
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
Stéphane Wirtel committed
January 29, 2018
P
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
Pablo Galindo committed
C
bpo-32705: Current Android does not have posix_spawn (#5413)
Chih-Hsuan Yen committed