COMMITS
/ Doc/library/os.rst April 18, 2026
H
Add a new Sphinx `soft-deprecated` directive (#148630)
Hugo van Kemenade committed
March 11, 2026
C
gh-101100: Fix sphinx reference warnings around I/O (#139592)
Cody Maloney committed
March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
March 3, 2026
V
gh-145335: Fix os functions when passing fd -1 as path (#145439)
Victor Stinner committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 26, 2026
S
gh-144233: Fix typo in os.eventfd documentation (#144234)
Solomon Ritzow committed
January 14, 2026
H
Python 3.15.0a5
Hugo van Kemenade committed
January 6, 2026
A
C
gh-143474: Add `os.RWF_ATOMIC` constant (GH-143475)
Clay Dugo committed
December 27, 2025
R
no-issue: Fix override value in os.rst (gh-123522)
Rafael Fontenelle committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
M
Add missing backticks in os and decimal docs (#141699)
Mariusz Felisiak committed
November 9, 2025
C
gh-141127: Clarify o?s.symlink() documentation for argument order (#141144)
Chilla Kalyan committed
October 23, 2025
V
gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)
Victor Stinner committed
October 22, 2025
V
gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
Victor Stinner committed
October 21, 2025
J
gh-83714: Check for struct statx members in configure (#140402)
Jeffrey Bosboom committed
October 20, 2025
V
gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)
Victor Stinner committed
October 16, 2025
J
gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (#140185)
Jeffrey Bosboom committed
October 15, 2025
J
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 10, 2025
N
gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)
Nadeshiko Manju committed
October 8, 2025
C
gh-101100: Resolve some `os` sphinx reference warnings (#139636)
Cody Maloney committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
September 21, 2025
S
`Doc/library/os.rst`: Remove spurious parenthesis (GH-139205)
Stan Ulbrych committed
September 18, 2025
B
fixes gh-139090: add os.RWF_DONTCACHE (#139091)
Benjamin Peterson committed
September 15, 2025
S
gh-138712: Add os.NODEV (GH-138728)
Serhiy Storchaka committed
September 4, 2025
W
Docs: Fix typo in `os.fwalk()` example (GH-138486)
William Andrea committed
July 15, 2025
A
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner committed
May 4, 2025
S
gh-81793: Always call linkat() from os.link(), if available (GH-132517)
Serhiy Storchaka committed
March 29, 2025
T
gh-127541: Update os.walk example (GH-127765)
Totosuki committed
February 22, 2025
A
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
January 26, 2025
C
gh-129205: Add os.readinto() API for reading data into a caller provided buffer (#129211)
Cody Maloney committed
January 18, 2025
B
gh-125997: suggest efficient alternatives for `time.sleep(0)` (#128752)
Bénédikt Tran committed
January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
December 19, 2024
R
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689)
RUANG (James Roy) committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
November 8, 2024
R
gh-125298: Remove misleading text in os.kill documentation (GH-125749)
RUANG (James Roy) committed
November 5, 2024
V
gh-120057: Add os.reload_environ() function (#126268)
Victor Stinner committed
October 30, 2024
October 20, 2024
T
Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)
Tom Most committed
September 25, 2024
M
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith committed
September 23, 2024
M
gh-116622: Complete Android documentation (#124259)
Malcolm Smith committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
August 24, 2024
A
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Adam Turner committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
July 3, 2024
A
Docs: Add `os.splice` flags argument (#109847)
Amin Alaee committed
July 1, 2024
V
gh-120743: Soft deprecate os.popen() function (#120744)
Victor Stinner committed