summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)Nice Zombies2024-11-211-0/+2
* GH-118289: Fix handling of non-directories in `posixpath.realpath()` (#120127)Barney Gale2024-11-131-0/+59
* gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't s...Malcolm Smith2024-07-311-2/+2
* gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)Victor Stinner2024-07-011-3/+8
* gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)Victor Stinner2024-07-011-6/+7
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Nice Zombies2024-05-241-1/+12
* GH-118447: Fix FreeBSD test failures. (#119170)Barney Gale2024-05-191-0/+1
* GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)Barney Gale2024-05-181-0/+17
* gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with / (GH-11...Serhiy Storchaka2024-04-181-0/+1
* gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-...Serhiy Storchaka2024-04-171-0/+11
* gh-117636: Remove redundant type check in `os.path.join()` (#117638)Nice Zombies2024-04-141-0/+2
* GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...Barney Gale2024-04-101-1/+1
* gh-117584: Raise TypeError for non-paths in posixpath.relpath() (GH-117585)Nice Zombies2024-04-071-0/+1
* GH-114847: Speed up `posixpath.realpath()` (#114848)Barney Gale2024-04-051-0/+9
* gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)Sebastian Rittau2024-02-181-0/+2
* GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#...Barney Gale2023-12-071-12/+20
* gh-101000: Add os.path.splitroot() (#101002)Barney Gale2023-01-271-0/+29
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-0/+3
* gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)Christoph Anton Mitterer2022-11-141-0/+2
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-2/+1
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Christian Heimes2022-06-051-20/+10
* bpo-46208: Fix normalization of relative paths in _Py_normpath()/os.path.norm...neonene2022-01-061-0/+17
* bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)Eric Snow2021-10-221-18/+44
* bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...Barney Gale2021-04-281-1/+56
* bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776)pxinwr2020-12-151-0/+3
* bpo-40275: Remove test helpers aliases in test.support (GH-21771)Hai Shi2020-08-081-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-071-45/+47
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-1/+1
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+1
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)Victor Stinner2018-12-051-29/+49
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-181-0/+12
* bpo-33861: Minor improvements of tests for os.path. (GH-7715)Serhiy Storchaka2018-06-161-17/+10
* bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)Serhiy Storchaka2018-03-021-11/+3
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-261-0/+80
* #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-191-2/+22
* Issue #24950: Fixed expanduser tests when the users home directory in pwd is ...Serhiy Storchaka2016-05-031-4/+9
* Use support.change_cwd() in tests.Serhiy Storchaka2015-09-061-24/+13
|\
| * Use support.change_cwd() in tests.Serhiy Storchaka2015-09-061-24/+13
* | Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.Serhiy Storchaka2015-03-311-0/+54
* | Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-041-16/+0
* | Issue #22034: Improve handling of wrong argument types in posixpath.join().Serhiy Storchaka2014-08-241-13/+13
|\ \ | |/
| * Issue #22034: Got rid of misleading error message for bytearray arguments inSerhiy Storchaka2014-08-241-12/+8
|/
* #17809: merge with 3.3.Ezio Melotti2013-05-091-1/+2
|\
| * #17809: fix a test failure in test_expanduser when $HOME has a trailing /. P...Ezio Melotti2013-05-091-1/+2
* | #17315: merge with 3.3.Ezio Melotti2013-03-011-0/+1
|\ \ | |/
| * #17315: merge with 3.2.Ezio Melotti2013-03-011-0/+1
| |\
| | * #17315: unlink a file that test_posixpath was leaving around.Ezio Melotti2013-03-011-0/+1
* | | Disable posixpath.realpath() tests on Windows (fix for issue #6975).Serhiy Storchaka2013-02-181-0/+2
|\ \ \ | |/ /
| * | Disable posixpath.realpath() tests on Windows (fix for issue #6975).Serhiy Storchaka2013-02-181-0/+2
| |\ \ | | |/
| | * Disable posixpath.realpath() tests on Windows (fix for issue #6975).Serhiy Storchaka2013-02-181-0/+2