COMMITS
/ Modules/clinic/posixmodule.c.h 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
September 5, 2016
B
do not pretend to support passing a fd to access()
Benjamin Peterson committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 6, 2016
V
Add os.getrandom()
Victor Stinner committed
V
Run Argument Clinic on posixmodule.c
Victor Stinner committed
August 14, 2016
S
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
B
Clarify documentation for os.fspath().
Brett Cannon committed
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
June 4, 2016
E
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
Ethan Furman committed