aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pathlib/test_pathlib.py
Commit message (Expand)AuthorAge
* GH-125866: Support complete "file:" URLs in urllib (#132378)Barney Gale2025-04-14
* gh-132356: Find the correct group name in test_group_no_follow_symlinks (#132...Karolina Surma2025-04-11
* GH-123599: `url2pathname()`: handle authority section in file URL (#126844)Barney Gale2025-04-10
* GH-123599: Deprecate duplicate `pathname2url()` implementation (#127380)Barney Gale2025-03-20
* gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...Bénédikt Tran2025-03-16
* GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)Barney Gale2025-03-14
* gh-131152: Remove unused imports from tests (part 2) (#131154)Victor Stinner2025-03-13
* GH-130614: pathlib ABCs: revise test suite for readable paths (#131018)Barney Gale2025-03-11
* GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016)Barney Gale2025-03-11
* GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)Barney Gale2025-03-10
* GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)Barney Gale2025-03-03
* GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)Barney Gale2025-03-01
* GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)Barney Gale2025-02-17
* GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)Barney Gale2025-02-17
* GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)Barney Gale2025-02-16
* GH-125413: Add `pathlib.Path.info` attribute (#127730)Barney Gale2025-02-08
* GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)Barney Gale2025-01-28
* GH-128520: Make `pathlib._abc.WritablePath` a sibling of `ReadablePath` (#129...Barney Gale2025-01-21
* GH-128520: Divide pathlib ABCs into three classes (#128523)Barney Gale2025-01-11
* pathlib tests: create `walk()` test hierarchy without using class under test ...Barney Gale2025-01-04
* GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)Barney Gale2025-01-04
* GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)Barney Gale2024-12-29
* GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)Barney Gale2024-12-29
* pathlib tests: create test hierarchy without using class under test (#128200)Barney Gale2024-12-23
* GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)Barney Gale2024-12-22
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-17
* GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)Barney Gale2024-12-12
* GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...Barney Gale2024-12-11
* GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)Barney Gale2024-12-08
* GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)Barney Gale2024-12-06
* GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)Barney Gale2024-11-29
* pathlib tests: move `walk()` tests into their own classes (GH-126651)Barney Gale2024-11-23
* pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)Barney Gale2024-11-09
* GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)Barney Gale2024-10-13
* GH-119518: Stop interning strings in pathlib GH-123356)Barney Gale2024-09-02
* GH-73991: Make `pathlib.Path.delete()` private. (#123315)Barney Gale2024-08-26
* GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)Barney Gale2024-08-26
* GH-73991: Add `pathlib.Path.move()` (#122073)Barney Gale2024-08-25
* GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)Barney Gale2024-08-24
* GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...Barney Gale2024-08-13
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-11
* GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)Barney Gale2024-08-07
* gh-122096: Remove accidentally left debugging prints (#122097)Kirill Podoprigora2024-07-21
* GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)Barney Gale2024-07-20
* GH-73991: Add `pathlib.Path.rmtree()` (#119060)Barney Gale2024-07-20
* GH-73991: Fix "Operation not supported" on Fedora buildbot. (#121444)Barney Gale2024-07-07
* GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)Barney Gale2024-07-06
* gh-73991: Skip permission test if running as *nix superuser (GH-120994)Petr Viktorin2024-06-26
* GH-73991: Add `pathlib.Path.copytree()` (#120718)Barney Gale2024-06-23
* GH-73991: pathlib ABC tests: add `DummyPath.unlink()` and `rmdir()` (#120715)Barney Gale2024-06-18