COMMITS
/ Modules/clinic/posixmodule.c.h January 13, 2022
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
April 23, 2021
S
bpo-43538: Add extra arguments to os.startfile (GH-25538)
Steve Dower committed
April 7, 2021
December 2, 2020
P
bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
Pablo Galindo committed
November 17, 2020
P
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo committed
November 13, 2020
C
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes committed
October 9, 2020
S
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka committed
July 5, 2020
S
bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)
Serhiy Storchaka committed
June 30, 2020
S
bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)
Serhiy Storchaka committed
June 20, 2020
G
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Gregory P. Smith committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 27, 2020
Y
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
YoSTEALTH committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
May 14, 2020
V
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner committed
May 10, 2020
V
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner committed
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
S
bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)
Serhiy Storchaka committed
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
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
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner committed
January 21, 2020
V
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner committed
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