summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib/_os.py
Commit message (Expand)AuthorAgeFilesLines
* GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...Barney Gale2024-12-221-98/+0
* GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)Barney Gale2024-08-241-16/+42
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-111-44/+3
* GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)Barney Gale2024-07-061-1/+98
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-031-3/+24
* GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)Barney Gale2024-06-191-3/+24
* GH-73991: Add `pathlib.Path.copy()` (#119058)Barney Gale2024-06-141-0/+138