COMMITS
/ Lib/test/test_ntpath.py February 5, 2026
S
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson committed
October 31, 2025
S
gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)
Serhiy Storchaka committed
July 30, 2025
S
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
Serhiy Storchaka committed
June 6, 2025
S
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka committed
June 3, 2025
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 19, 2025
S
gh-117596: Add more tests for os.path with invalid paths (GH-134189)
Serhiy Storchaka committed
March 16, 2025
H
gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
Hood Chatham committed
January 28, 2025
H
gh-127146: Update test skips for Emscripten 4.0.1 (#129375)
Hood Chatham committed
November 21, 2024
N
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Nice Zombies committed
November 12, 2024
N
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
Nice Zombies committed
May 24, 2024
N
May 21, 2024
N
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)
Nice Zombies committed
April 25, 2024
N
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies committed
April 3, 2024
N
gh-117381: Improve error messages for ntpath.commonpath() (GH-117382)
Nice Zombies committed
March 28, 2024
N
gh-117335: Handle non-iterables for `ntpath.commonpath` (GH-117336)
Nice Zombies 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
December 7, 2023
B
GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#112676)
Barney Gale committed
October 5, 2023
August 22, 2023
August 11, 2023
S
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka committed
May 29, 2023
April 14, 2023
B
GH-78079: Fix UNC device path root normalization in pathlib (GH-102003)
Barney Gale committed
April 11, 2023
B
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-103221)
Barney Gale committed
April 7, 2023
A
February 17, 2023
B
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
Barney Gale committed
February 8, 2023
M
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom committed
January 27, 2023
B
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale committed
January 12, 2023
November 22, 2022
C
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow committed
June 10, 2022
B
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale committed
June 6, 2022
March 17, 2022
C
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes committed
January 13, 2022
N
January 6, 2022
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower 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 7, 2021
August 7, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi committed
August 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi committed
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka committed
November 16, 2019
S
bpo-38453: Ensure correct short path is obtained for test (GH-17184)
Steve Dower committed
November 15, 2019
S
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Steve Dower committed
October 3, 2019
S
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Steve Dower committed
September 11, 2019
S
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower committed
September 10, 2019
S
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower committed
August 21, 2019
S
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15369)
Steve Dower committed
S
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower committed