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-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...
Barney Gale
2023-06-26
1
-6/+18
*
GH-104375: Use `versionchanged` to describe new arguments in pathlib docs (GH...
Barney Gale
2023-06-24
1
-14/+14
*
GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
Barney Gale
2023-06-22
1
-1/+43
*
GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)
Barney Gale
2023-06-06
1
-4/+8
*
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)
Barney Gale
2023-05-30
1
-0/+11
*
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)
Barney Gale
2023-05-29
1
-2/+18
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
1
-1/+6
*
gh-103960: Dark mode: invert image brightness (#103983)
Hugo van Kemenade
2023-05-10
1
-0/+1
*
GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)
Barney Gale
2023-05-05
1
-2/+26
*
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)
Barney Gale
2023-05-04
1
-2/+18
*
GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...
andrei kulakov
2023-05-03
1
-6/+9
*
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
Barney Gale
2023-03-05
1
-2/+3
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-1/+1
*
gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114)
Barney Gale
2023-01-20
1
-14/+14
*
GH-101112: Specify type of pattern for Path.rglob (#101132)
Jürgen Gmach
2023-01-20
1
-1/+2
*
gh-87691: clarify use of anchor in pathlib docs (#100782)
Shantanu
2023-01-06
1
-8/+8
*
gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
Shantanu
2023-01-05
1
-1/+8
*
gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (GH-...
Barney Gale
2022-12-17
1
-3/+11
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+8
*
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
Mateusz
2022-10-28
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
1
-6/+28
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
1
-1/+1
*
Fix documentation typo for pathlib.Path.walk (GH-96301)
Ansab Gillani
2022-08-26
1
-1/+1
*
gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)
Barney Gale
2022-08-05
1
-1/+6
*
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev
2022-07-22
1
-0/+96
*
docs: use 'recursively' in the description of rglob, and mention globs in the...
Ned Batchelder
2022-07-20
1
-2/+2
*
Add additional pointers to pathlib's mapping to os.path functions (#94828)
Chris Adams
2022-07-15
1
-1/+2
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-3/+2
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Oleg Iarygin
2022-06-10
1
-3/+30
*
Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)
jacksonriley
2022-06-07
1
-2/+2
*
Fix a directive in the `pathlib` docs (GH-93030)
Brett Cannon
2022-05-20
1
-1/+1
*
gh-72073: Add Windows case in pathlib.rename (GH-93002)
Stanley
2022-05-20
1
-2/+3
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
1
-0/+6
*
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith
2022-05-10
1
-19/+0
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
1
-6/+0
*
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...
Eisuke Kawashima
2022-04-28
1
-0/+6
*
gh-84459: Make wording more specific for Path.replace (GH-91853)
slateny
2022-04-27
1
-1/+1
*
Fix typo in Path.iterdir docs (GH-31822)
Matt Williams
2022-03-23
1
-1/+1
*
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
Barney Gale
2022-01-28
1
-3/+16
*
bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...
Barney Gale
2021-04-23
1
-3/+18
*
docs: clarify what patterns Path.glob accepts (GH-25486)
Ned Batchelder
2021-04-20
1
-2/+3
*
bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...
Barney Gale
2021-04-07
1
-2/+8
*
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
Barney Gale
2021-04-07
1
-7/+14
*
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (...
Barney Gale
2021-04-07
1
-3/+16
*
Doc: os.path.abspath and Path.resolve are also different (GH-23276)
Hong Xu
2021-01-20
1
-5/+12
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
1
-1/+1
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
1
-0/+2
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
1
-1/+4
*
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Ram Rachum
2020-10-03
1
-0/+8
*
bpo-40486: Specify what happens if directory content change diring iteration ...
Serhiy Storchaka
2020-09-04
1
-0/+5
[next]