COMMITS
/ Modules/clinic/posixmodule.c.h February 21, 2026
July 16, 2025
Z
[3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)
Zachary Ware committed
March 18, 2025
M
[3.13] gh-118201: Simplify conv_confname (#126089) (#131375)
Malcolm Smith committed
January 11, 2025
E
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128598)
Erlend E. Aasland committed
October 11, 2024
J
[3.13] gh-124917: Allow keyword args to os.path.exists/lexists on Windows (GH-124918) (#125332)
Jelle Zijlstra committed
October 8, 2024
J
September 26, 2024
M
[3.13] gh-123014: Disable pidfd API on older Android versions (GH-124458) (#124543)
Malcolm Smith committed
July 19, 2024
S
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
Serhiy Storchaka committed
June 24, 2024
P
June 4, 2024
Ł
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Łukasz Langa committed
M
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
Miss Islington (bot) committed
May 24, 2024
M
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-118355)
Miss Islington (bot) committed
May 22, 2024
M
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)
Miss Islington (bot) 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
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 16, 2023
R
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
Rayyan Ansari committed
February 8, 2023
M
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom committed
December 21, 2022
A
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20621)
amaajemyfren committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 22, 2022
C
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow committed