COMMITS
/ Modules/clinic/posixmodule.c.h October 7, 2022
H
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
Hagai Helman Tov committed
October 3, 2022
S
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729)
Serhiy Storchaka committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
July 27, 2022
K
GH-93899: fix checks for eventfd flags (GH-95170)
Kumar Aditya committed
July 26, 2022
C
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
May 5, 2022
S
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly committed
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
April 30, 2022
S
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka committed
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