COMMITS
/ Doc/library/os.path.rst February 11, 2026
H
Python 3.15.0a6
Hugo van Kemenade committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 5, 2026
S
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson committed
February 3, 2026
S
gh-74453: Add stronger security warning to os.path.commonprefix (GH-144401)
Seth Michael Larson committed
December 16, 2025
A
gh-130536: Add details to `os.path` documentation (#130557)
Arthur Wigo committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 8, 2025
A
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
Adam Turner committed
July 30, 2025
S
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
Serhiy Storchaka committed
July 22, 2025
July 21, 2025
S
gh-136437: Document `os.path.dirname` as accepting only pos-only (#136946)
sobolevn committed
S
gh-136437: Document some `os.path` functions as requiring pos-only (#136812)
sobolevn committed
July 15, 2025
July 9, 2025
O
gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058)
Oskar Roesler committed
June 3, 2025
August 3, 2024
M
Doc: Improve wording of ``os.path.commonpath()`` (#122627)
Matth-M committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 8, 2024
C
gh-121461: Fix os.path.normpath documentation indentation (#121466)
CBerJun committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 16, 2024
N
gh-117945: Fix `os.path.ismount()` documentation (#117947)
Nice Zombies committed
April 10, 2024
B
GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117568)
Barney Gale committed
April 9, 2024
N
gh-117360: Clearer wording in os.path.lexists() docs (#117679)
Nice Zombies committed
March 25, 2024
N
gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)
Nice Zombies committed
February 18, 2024
S
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
Shantanu committed
S
gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)
Sebastian Rittau committed
January 26, 2024
B
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale committed
January 13, 2024
B
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829)
Barney Gale committed
October 5, 2023
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
May 29, 2023
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
January 31, 2023
S
gh-77607: Improve accuracy of os.path.join docs (#101406)
Shantanu committed
January 27, 2023
B
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale committed
January 8, 2023
S
gh-100783: fix os.path.join documentation (#100811)
Shantanu committed
November 22, 2022
C
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow committed
October 1, 2022
W
Fix capitalization of Unix in documentation (#96913)
Will Hawkins committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
June 10, 2022
B
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale committed
May 10, 2022
C
April 16, 2022
J
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries committed
January 3, 2022
August 2, 2021
J
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
Jake Stockwin committed
July 12, 2021
F
bpo-26329: update os.path.normpath documentation (GH-20138)
Furkan Onder committed
April 28, 2021
B
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
Barney Gale committed
April 12, 2021
Z
bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346)
Zackery Spytz committed
April 7, 2021
March 26, 2021
J
bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)
Jared Sutton committed
September 13, 2019
K
Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004)
Kexuan Sun committed
August 21, 2019
S
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower committed
June 13, 2019
May 13, 2019
K
Changes to the documentation of normcase (GH-4725)
Kexuan Sun committed