COMMITS
/ Lib/genericpath.py February 5, 2026
S
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson committed
July 30, 2025
S
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
Serhiy Storchaka committed
July 23, 2025
S
gh-136437: Make several functions in `os.path` pos-only (#136949)
sobolevn committed
June 3, 2025
March 25, 2024
N
gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)
Nice Zombies committed
February 8, 2023
M
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom committed
November 19, 2019
T
bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#17160)
Tomás Farías committed
August 2, 2019
T
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
Timo Furrer 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
August 26, 2016
B
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon committed
October 4, 2014
S
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
December 26, 2012
B
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
Brian Curtin committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
March 14, 2010
October 2, 2008
G
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed