summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib/_os.py
Commit message (Expand)AuthorAgeFilesLines
* GH-139174: Prepare `pathlib.Path.info` for new methods (#139175)Barney Gale2025-09-241-279/+0
* GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101)Barney Gale2025-09-121-28/+66
* GH-128520: pathlib ABCs: tweak protocol for virtual path strings (#134104)Barney Gale2025-07-271-13/+7
* GH-128520: pathlib ABCs: add `JoinablePath.__vfspath__()` (#133437)Barney Gale2025-05-121-4/+24
* GH-128520: pathlib ABCs: raise text encoding warnings at correct stack level ...Barney Gale2025-04-281-4/+8
* GH-128520: pathlib ABCs: validate `magic_open()` arguments (#131617)Barney Gale2025-03-241-0/+6
* GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259)Barney Gale2025-03-161-39/+3
* GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)Barney Gale2025-03-131-1/+1
* GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)Barney Gale2025-02-281-4/+3
* GH-125413: Add private `pathlib.Path` method to write metadata (#130238)Barney Gale2025-02-261-155/+99
* GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)Barney Gale2025-02-171-197/+196
* GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#...Barney Gale2025-02-091-1/+291
* GH-125413: Add `pathlib.Path.info` attribute (#127730)Barney Gale2025-02-081-0/+160
* 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