aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pathlib/_abc.py
Commit message (Expand)AuthorAge
* GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)Barney Gale2025-03-03
* GH-127381: pathlib ABCs: remove `WritablePath.mkdir()` arguments (#130611)Barney Gale2025-03-01
* GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)Barney Gale2025-03-01
* Revert "GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#...Barney Gale2025-03-01
* GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#116392)Barney Gale2025-02-28
* GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)Barney Gale2025-02-28
* GH-125413: Add private `pathlib.Path` method to write metadata (#130238)Barney Gale2025-02-26
* GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424)Barney Gale2025-02-24
* GH-125413: pathlib ABCs: use caching `path.info.exists()` when globbing (#130...Barney Gale2025-02-24
* GH-128520: More consistent type-checking behaviour in pathlib (#130199)Barney Gale2025-02-21
* 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
* pathlib ABCs: remove caching of path parser case sensitivity (#130194)Barney Gale2025-02-16
* GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)Barney Gale2025-02-16
* GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#...Barney Gale2025-02-09
* GH-129835: Yield path with trailing slash from `ReadablePath.glob('')` (#129836)Barney Gale2025-02-08
* 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
* 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
* GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...Barney Gale2024-12-22
* GH-127807: pathlib ABCs: remove a few private attributes (#127851)Barney Gale2024-12-22
* GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)Barney Gale2024-12-22
* GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)Barney Gale2024-12-12
* GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#127714)Barney Gale2024-12-12
* GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...Barney Gale2024-12-11
* GH-127456: pathlib ABCs: add protocol for path parser (#127494)Barney Gale2024-12-09
* 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.rename()` and `replace()` (#127658)Barney Gale2024-12-06
* GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)Barney Gale2024-12-05
* GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)Barney Gale2024-11-30
* GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)Barney Gale2024-11-29
* pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)Barney Gale2024-11-09
* pathlib ABCs: support initializing paths with no arguments (#126608)Barney Gale2024-11-09
* pathlib ABCs: defer path joining (#126409)Barney Gale2024-11-05
* GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262)Barney Gale2024-11-01
* GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261)Barney Gale2024-11-01
* GH-125413: Add `pathlib.Path.scandir()` method (#126060)Barney Gale2024-11-01
* GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)Barney Gale2024-08-26
* 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-73991: Disallow copying directory into itself via `pathlib.Path.copy()` (#...Barney Gale2024-08-23
* GH-120754: Disable buffering in Path.read_bytes (#122111)Cody Maloney2024-08-16
* 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