index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pathlib
/
test_pathlib_abc.py
Commit message (
Expand
)
Author
Age
*
GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)
Barney Gale
2025-03-14
*
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
Barney Gale
2025-03-13
*
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner
2025-03-13
*
GH-130614: pathlib ABCs: revise test suite for writable paths (#131112)
Barney Gale
2025-03-12
*
GH-130614: pathlib ABCs: revise test suite for readable paths (#131018)
Barney Gale
2025-03-11
*
GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016)
Barney Gale
2025-03-11
*
GH-130614: pathlib ABCs: revise test suite for Posix path joining (#131017)
Barney Gale
2025-03-10
*
GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)
Barney Gale
2025-03-10
*
GH-130614: pathlib ABCs: revise test suite for path joining (#130988)
Barney Gale
2025-03-09
*
GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)
Barney Gale
2025-03-03
*
GH-127381: pathlib ABCs: remove `WritablePath.mkdir()` arguments (#130611)
Barney Gale
2025-03-01
*
GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)
Barney Gale
2025-03-01
*
GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)
Barney Gale
2025-02-28
*
GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424)
Barney Gale
2025-02-24
*
GH-125413: pathlib ABCs: use caching `path.info.exists()` when globbing (#130...
Barney Gale
2025-02-24
*
GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)
Barney Gale
2025-02-17
*
GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)
Barney Gale
2025-02-16
*
GH-129835: Yield path with trailing slash from `ReadablePath.glob('')` (#129836)
Barney Gale
2025-02-08
*
GH-125413: Add `pathlib.Path.info` attribute (#127730)
Barney Gale
2025-02-08
*
GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)
Barney Gale
2025-01-28
*
GH-128520: Make `pathlib._abc.WritablePath` a sibling of `ReadablePath` (#129...
Barney Gale
2025-01-21
*
GH-128520: Divide pathlib ABCs into three classes (#128523)
Barney Gale
2025-01-11
*
pathlib tests: create `walk()` test hierarchy without using class under test ...
Barney Gale
2025-01-04
*
GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)
Barney Gale
2025-01-04
*
GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)
Barney Gale
2024-12-29
*
GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)
Barney Gale
2024-12-29
*
pathlib tests: create test hierarchy without using class under test (#128200)
Barney Gale
2024-12-23
*
GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)
Barney Gale
2024-12-22
*
GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)
Barney Gale
2024-12-12
*
GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#127714)
Barney Gale
2024-12-12
*
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...
Barney Gale
2024-12-11
*
GH-127456: pathlib ABCs: add protocol for path parser (#127494)
Barney Gale
2024-12-09
*
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)
Barney Gale
2024-12-08
*
GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)
Barney Gale
2024-12-06
*
GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` (#127658)
Barney Gale
2024-12-06
*
GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)
Barney Gale
2024-12-05
*
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham
2024-12-05
*
GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)
Barney Gale
2024-11-30
*
GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)
Barney Gale
2024-11-29
*
pathlib tests: move `walk()` tests into their own classes (GH-126651)
Barney Gale
2024-11-23
*
pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)
Barney Gale
2024-11-09
*
pathlib ABCs: support initializing paths with no arguments (#126608)
Barney Gale
2024-11-09
*
pathlib ABCs: defer path joining (#126409)
Barney Gale
2024-11-05
*
GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262)
Barney Gale
2024-11-01
*
GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261)
Barney Gale
2024-11-01
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
[next]