index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
pathlib.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-124985: Document that `pathlib.Path.copy()` uses copy-on-write. (#125861)
Barney Gale
2024-11-05
1
-0/+5
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
1
-0/+29
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
1
-2/+2
*
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin
2024-09-25
1
-2/+2
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-5/+5
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
1
-12/+2
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
1
-37/+2
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
1
-0/+21
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
1
-2/+19
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
1
-35/+18
*
GH-120794: Use example paths with multiple parts in pathlib docs (#122887)
Barney Gale
2024-08-10
1
-8/+8
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
1
-21/+28
*
GH-121462: pathlib docs: improve table of corresponding os/os.path functions ...
Barney Gale
2024-07-27
1
-36/+51
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
1
-1/+1
*
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Barney Gale
2024-07-20
1
-1/+9
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
1
-0/+28
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
1
-6/+6
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
1
-5/+0
*
GH-119054: Add alt text to pathlib inheritance diagram (#121158)
Barney Gale
2024-06-29
1
-0/+6
*
GH-119054: Add "Expanding and resolving paths" section to pathlib docs. (#120...
Barney Gale
2024-06-29
1
-101/+101
*
GH-119054: Add "Permissions and ownership" section to pathlib docs. (#120505)
Barney Gale
2024-06-24
1
-47/+51
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
1
-0/+27
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
1
-1/+10
*
GH-73991: Add `pathlib.Path.copy()` (#119058)
Barney Gale
2024-06-14
1
-2/+16
*
GH-119054: Add "Renaming and deleting" section to pathlib docs. (#120465)
Barney Gale
2024-06-13
1
-60/+64
*
GH-119054: Add "Creating files and directories" section to pathlib docs. (#12...
Barney Gale
2024-06-13
1
-79/+86
*
GH-119054: Add "Reading directories" section to pathlib docs (#119956)
Barney Gale
2024-06-06
1
-95/+102
*
GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)
Barney Gale
2024-06-02
1
-79/+84
*
GH-82805: Fix handling of single-dot file extensions in pathlib (#118952)
Barney Gale
2024-05-25
1
-0/+13
*
GH-119054: Add "Querying file type and status" section to pathlib docs (#119055)
Barney Gale
2024-05-24
1
-167/+171
*
GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118...
Barney Gale
2024-05-14
1
-35/+40
*
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka
2024-05-08
1
-2/+2
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-3/+2
*
GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)
Barney Gale
2024-04-13
1
-4/+5
*
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
Barney Gale
2024-04-05
1
-13/+8
*
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)
Barney Gale
2024-03-31
1
-2/+2
*
GH-106747: Document another difference between `glob` and `pathlib`. (#116518)
Barney Gale
2024-03-22
1
-0/+4
*
GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)
Barney Gale
2024-03-15
1
-19/+44
*
Docs: fix broken links (#116651)
Mariusz Felisiak
2024-03-13
1
-1/+1
*
GH-101112: Add "pattern language" section to pathlib docs (#114030)
Barney Gale
2024-02-26
1
-56/+103
*
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...
Barney Gale
2024-01-30
1
-3/+2
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
1
-7/+6
*
GH-73435: Add `pathlib.PurePath.full_match()` (#114350)
Barney Gale
2024-01-26
1
-30/+30
*
GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)
Barney Gale
2024-01-23
1
-3/+7
*
GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)
Barney Gale
2024-01-23
1
-3/+3
*
GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)
Barney Gale
2024-01-23
1
-0/+7
*
GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)
Barney Gale
2024-01-20
1
-0/+6
*
GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)
Barney Gale
2024-01-16
1
-49/+61
*
GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)
Barney Gale
2024-01-16
1
-0/+4
*
gh-112758: Updated pathlib documentation for PurePath.match (#112814)
Taylor Packard
2023-12-08
1
-0/+3
[next]