index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
pathlib
/
_os.py
Commit message (
Expand
)
Author
Age
*
GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259)
Barney Gale
2025-03-16
*
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
Barney Gale
2025-03-13
*
GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)
Barney Gale
2025-02-28
*
GH-125413: Add private `pathlib.Path` method to write metadata (#130238)
Barney Gale
2025-02-26
*
GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)
Barney Gale
2025-02-17
*
GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#...
Barney Gale
2025-02-09
*
GH-125413: Add `pathlib.Path.info` attribute (#127730)
Barney Gale
2025-02-08
*
GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...
Barney Gale
2024-12-22
*
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Barney Gale
2024-08-24
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
*
GH-73991: Add `pathlib.Path.copy()` (#119058)
Barney Gale
2024-06-14