summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pathlib/test_pathlib.py
Commit message (Expand)AuthorAgeFilesLines
* GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (#133831)Barney Gale2025-10-171-0/+6
* Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generi...Ani2025-07-221-3/+3
* gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)sobolevn2025-07-191-6/+0
* gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624)Hood Chatham2025-06-181-1/+7
* gh-71339: Use new assertion methods in tests (GH-129046)Serhiy Storchaka2025-05-221-4/+4
* gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)Serhiy Storchaka2025-05-121-4/+8
* gh-118761: Add test_lazy_import for more modules (#133057)Daniel Hollas2025-05-051-0/+7
* GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)Barney Gale2025-05-051-1/+0
* GH-125866: Support complete "file:" URLs in urllib (#132378)Barney Gale2025-04-141-2/+2
* gh-132356: Find the correct group name in test_group_no_follow_symlinks (#132...Karolina Surma2025-04-111-1/+1
* GH-123599: `url2pathname()`: handle authority section in file URL (#126844)Barney Gale2025-04-101-1/+5
* GH-123599: Deprecate duplicate `pathname2url()` implementation (#127380)Barney Gale2025-03-201-15/+21
* gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...Bénédikt Tran2025-03-161-7/+3
* GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)Barney Gale2025-03-141-10/+115
* gh-131152: Remove unused imports from tests (part 2) (#131154)Victor Stinner2025-03-131-1/+0
* GH-130614: pathlib ABCs: revise test suite for readable paths (#131018)Barney Gale2025-03-111-0/+27
* GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016)Barney Gale2025-03-111-0/+24
* GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)Barney Gale2025-03-101-0/+19
* GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)Barney Gale2025-03-031-2/+2
* GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)Barney Gale2025-03-011-0/+87
* GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)Barney Gale2025-02-171-0/+58
* GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)Barney Gale2025-02-171-3/+5
* GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)Barney Gale2025-02-161-3/+3
* GH-125413: Add `pathlib.Path.info` attribute (#127730)Barney Gale2025-02-081-0/+13
* GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)Barney Gale2025-01-281-0/+78
* GH-128520: Make `pathlib._abc.WritablePath` a sibling of `ReadablePath` (#129...Barney Gale2025-01-211-1/+10
* GH-128520: Divide pathlib ABCs into three classes (#128523)Barney Gale2025-01-111-7/+7
* pathlib tests: create `walk()` test hierarchy without using class under test ...Barney Gale2025-01-041-1/+37
* GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)Barney Gale2025-01-041-0/+118
* GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)Barney Gale2024-12-291-0/+356
* GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)Barney Gale2024-12-291-0/+25
* pathlib tests: create test hierarchy without using class under test (#128200)Barney Gale2024-12-231-2/+36
* GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)Barney Gale2024-12-221-0/+25
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-171-6/+1
* GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)Barney Gale2024-12-121-0/+8
* GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...Barney Gale2024-12-111-2/+75
* GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)Barney Gale2024-12-081-0/+19
* GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)Barney Gale2024-12-061-2/+584
* GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)Barney Gale2024-11-291-5/+13
* pathlib tests: move `walk()` tests into their own classes (GH-126651)Barney Gale2024-11-241-78/+88
* pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)Barney Gale2024-11-091-0/+22
* GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)Barney Gale2024-10-131-0/+9
* GH-119518: Stop interning strings in pathlib GH-123356)Barney Gale2024-09-021-9/+0
* GH-73991: Make `pathlib.Path.delete()` private. (#123315)Barney Gale2024-08-261-165/+16
* GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)Barney Gale2024-08-261-0/+8
* GH-73991: Add `pathlib.Path.move()` (#122073)Barney Gale2024-08-251-0/+62
* GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)Barney Gale2024-08-241-0/+48
* GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...Barney Gale2024-08-131-8/+12
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-111-7/+7
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-071-39/+38