index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ntpath.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)
Serhiy Storchaka
2025-10-31
1
-4/+17
*
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
Serhiy Storchaka
2025-07-30
1
-9/+121
*
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka
2025-06-06
1
-18/+2
*
gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='a...
Łukasz Langa
2025-06-03
1
-26/+188
*
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade
2025-05-25
1
-2/+1
*
gh-117596: Add more tests for os.path with invalid paths (GH-134189)
Serhiy Storchaka
2025-05-19
1
-10/+169
*
gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
Hood Chatham
2025-03-16
1
-1/+0
*
gh-127146: Update test skips for Emscripten 4.0.1 (#129375)
Hood Chatham
2025-01-28
1
-1/+1
*
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Nice Zombies
2024-11-21
1
-0/+5
*
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
Nice Zombies
2024-11-12
1
-0/+3
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-24
1
-0/+4
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Nice Zombies
2024-05-21
1
-0/+25
*
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies
2024-04-25
1
-0/+1
*
gh-117381: Improve error messages for ntpath.commonpath() (GH-117382)
Nice Zombies
2024-04-03
1
-50/+47
*
gh-117335: Handle non-iterables for `ntpath.commonpath` (GH-117336)
Nice Zombies
2024-03-28
1
-0/+3
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
1
-0/+56
*
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...
Barney Gale
2024-01-13
1
-2/+10
*
GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#...
Barney Gale
2023-12-07
1
-0/+11
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
1
-0/+43
*
gh-106242: Make ntpath.realpath errors consistent with abspath when there are...
Steve Dower
2023-08-22
1
-0/+6
*
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Serhiy Storchaka
2023-08-11
1
-0/+1
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
1
-0/+20
*
GH-78079: Fix UNC device path root normalization in pathlib (GH-102003)
Barney Gale
2023-04-14
1
-0/+8
*
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-1...
Barney Gale
2023-04-11
1
-0/+5
*
GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813)
AN Long
2023-04-07
1
-0/+7
*
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
Barney Gale
2023-02-17
1
-0/+4
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-1/+31
*
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale
2023-01-27
1
-43/+95
*
gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...
Barney Gale
2023-01-12
1
-8/+25
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+17
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
1
-0/+25
*
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...
AN Long
2022-06-06
1
-0/+2
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
1
-1/+2
*
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
neonene
2022-01-13
1
-0/+34
*
bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.norm...
neonene
2022-01-06
1
-0/+9
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
1
-2/+3
*
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...
Barney Gale
2021-04-28
1
-2/+58
*
bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...
Barney Gale
2021-04-07
1
-15/+28
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
1
-6/+6
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
1
-3/+3
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
1
-38/+40
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-1/+1
*
bpo-38453: Ensure correct short path is obtained for test (GH-17184)
Steve Dower
2019-11-16
1
-3/+21
*
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Steve Dower
2019-11-15
1
-12/+40
*
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Steve Dower
2019-10-03
1
-7/+5
*
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower
2019-09-11
1
-0/+4
*
bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
Steve Dower
2019-09-10
1
-91/+105
*
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...
Steve Dower
2019-08-21
1
-2/+2
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-3/+195
*
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
Zackery Spytz
2019-06-25
1
-2/+0
[next]