COMMITS
/ Doc/library/os.path.rst 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
March 12, 2019
S
bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294)
Steve Dower committed
January 15, 2019
S
bpo-29707: Document that os.path.ismount() is not able to reliable detect bind mounts. (GH-11238)
Serhiy Storchaka committed
December 14, 2018
V
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel committed
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 18, 2018
S
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
Serhiy Storchaka committed
January 15, 2018
C
bpo-15221: Update os.path.is*() documentation (GH-5185)
Cheryl Sabella committed
October 24, 2017
V
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner committed
January 13, 2017
S
Issue #29197: Removed deprecated function ntpath.splitunc().
Serhiy Storchaka committed
September 6, 2016
B
Issue #26027, #27524: Document the support for path-like objects in os and os.path.
Brett Cannon committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
June 4, 2016
N
Issue 27216: Fix typo (noticed by Alex Chan).
Ned Deily committed