COMMITS
/ Modules/clinic/posixmodule.c.h November 6, 2019
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 13, 2019
S
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka 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
August 29, 2019
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
May 31, 2019
P
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo committed
May 29, 2019
Z
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz committed
May 21, 2019
P
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr committed
March 29, 2019
S
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
February 13, 2019
A
Remove stray quote in os.replace docstring. (GH-11556)
Anthony Sottile committed
February 1, 2019
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
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
Serhiy Storchaka 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
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
November 2, 2018
B
October 2, 2018
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 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
June 19, 2018
G
bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681)
Giampaolo Rodola committed
June 12, 2018
G
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160)
Giampaolo Rodola committed
May 1, 2018
S
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332)
Serhiy Storchaka committed
February 22, 2018
January 29, 2018
P
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo committed
January 27, 2018
P
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo committed
December 29, 2017
B
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
May 29, 2017
G
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
March 30, 2017
S
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka committed
January 22, 2017
X
Issue #29092: Merge 3.6.
Xiang Zhang committed
X
Issue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
November 8, 2016
S
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka committed
S
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka committed
S
Issue #28585: Restored docstring of os._isdir().
Serhiy Storchaka committed
November 6, 2016
S
Issue #28586: Converted os.scandir() to Argument Clinic.
Serhiy Storchaka committed
September 15, 2016
B
Issue #28156: Export os.getpid() conditionally
Berker Peksag committed
September 10, 2016
V
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner committed