COMMITS
/ Modules/clinic/posixmodule.c.h April 26, 2025
S
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
Serhiy Storchaka committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
January 26, 2025
C
gh-129205: Add os.readinto() API for reading data into a caller provided buffer (#129211)
Cody Maloney committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 7, 2025
E
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland committed
December 6, 2024
H
gh-127627: Add `posix._emscripten_debugger` function (#127628)
Hood Chatham committed
November 19, 2024
M
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
October 26, 2024
B
gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)
Bénédikt Tran committed
October 11, 2024
J
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra committed
September 25, 2024
M
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith committed
September 18, 2024
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 10, 2024
V
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner committed
June 4, 2024
P
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado committed
S
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka committed
May 24, 2024
N
May 21, 2024
N
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)
Nice Zombies committed
April 25, 2024
N
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies committed
March 14, 2024
V
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
Victor Stinner committed
March 11, 2024
V
gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)
Victor Stinner committed
February 5, 2024
E
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
Erlend E. Aasland committed
January 29, 2024
S
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly committed
January 1, 2024
R
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren committed
December 24, 2023
S
gh-113191: Add support of os.fchmod() on Windows (GH-113192)
Serhiy Storchaka committed
December 14, 2023
S
gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (GH-113049)
Serhiy Storchaka committed
December 6, 2023
P
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado committed
December 1, 2023
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
November 9, 2023
B
GH-111804: Drop posix.fallocate() under WASI (GH-111869)
Brett Cannon committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 1, 2023
V
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner committed
October 23, 2023
F
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
October 5, 2023
September 30, 2023
V
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner committed
September 28, 2023
A
September 6, 2023
N
gh-108717: Speedup `os.DirEntry.is_junction` function (#108718)
Nikita Sobolev committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
V
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner committed
V
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
August 18, 2023
E
gh-107801: Improve the accuracy of os.lseek docs (#107935)
Erlend E. Aasland committed
July 23, 2023
J
Docs: fix typo in os.pwrite docstring (#107087)
Jérôme Carretero committed
June 1, 2023
V
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner committed
May 31, 2023
V
gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)
Victor Stinner committed
May 29, 2023
March 10, 2023
S
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
Steve Dower committed