aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pathlib/_os.py
Commit message (Expand)AuthorAge
* GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259)Barney Gale2025-03-16
* GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)Barney Gale2025-03-13
* 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: Add private metadata methods to `pathlib.Path.info` (#129897)Barney Gale2025-02-17
* GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#...Barney Gale2025-02-09
* GH-125413: Add `pathlib.Path.info` attribute (#127730)Barney Gale2025-02-08
* GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...Barney Gale2024-12-22
* GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)Barney Gale2024-08-24
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-11
* GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)Barney Gale2024-07-06
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-03
* GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)Barney Gale2024-06-19
* GH-73991: Add `pathlib.Path.copy()` (#119058)Barney Gale2024-06-14