summaryrefslogtreecommitdiffstats
path: root/Doc/library/pathlib.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-101112: Add "pattern language" section to pathlib docs (#114030)Barney Gale2024-02-261-56/+103
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-301-3/+2
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-261-7/+6
* GH-73435: Add `pathlib.PurePath.full_match()` (#114350)Barney Gale2024-01-261-30/+30
* GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)Barney Gale2024-01-231-3/+7
* GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)Barney Gale2024-01-231-3/+3
* GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)Barney Gale2024-01-231-0/+7
* GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)Barney Gale2024-01-201-0/+6
* GH-110109: pathlib docs: bring `from_uri()` and `as_uri()` together. (#110312)Barney Gale2024-01-161-49/+61
* GH-78988: Document `pathlib.Path.glob()` exception propagation. (#114036)Barney Gale2024-01-161-0/+4
* gh-112758: Updated pathlib documentation for PurePath.match (#112814)Taylor Packard2023-12-081-0/+3
* gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...Alex Waygood2023-12-071-1/+1
* gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group(...Kamil Turek2023-12-041-4/+16
* gh-110745: add a newline argument to pathlib.Path.read_text (#110880)Junya Okabe2023-11-211-1/+3
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-011-0/+36
* GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)Barney Gale2023-09-261-5/+9
* GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...Barney Gale2023-08-041-0/+5
* GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)Barney Gale2023-07-191-0/+7
* docs: clarify Path.suffix (GH-106650)Ned Batchelder2023-07-131-2/+3
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-261-6/+18
* GH-104375: Use `versionchanged` to describe new arguments in pathlib docs (GH...Barney Gale2023-06-241-14/+14
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-221-1/+43
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-061-4/+8
* GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)Barney Gale2023-05-301-0/+11
* GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)Barney Gale2023-05-291-2/+18
* GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)thirumurugan2023-05-181-1/+6
* gh-103960: Dark mode: invert image brightness (#103983)Hugo van Kemenade2023-05-101-0/+1
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-051-2/+26
* GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)Barney Gale2023-05-041-2/+18
* GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...andrei kulakov2023-05-031-6/+9
* GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)Barney Gale2023-03-051-2/+3
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-141-1/+1
* gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114)Barney Gale2023-01-201-14/+14
* GH-101112: Specify type of pattern for Path.rglob (#101132)Jürgen Gmach2023-01-201-1/+2
* gh-87691: clarify use of anchor in pathlib docs (#100782)Shantanu2023-01-061-8/+8
* gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)Shantanu2023-01-051-1/+8
* gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (GH-...Barney Gale2022-12-171-3/+11
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-0/+8
* gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)Mateusz2022-10-281-0/+2
* gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)domragusa2022-10-281-6/+28
* Doc: Found some remaining default roles. (GH-98392)Julien Palard2022-10-181-1/+1
* Fix documentation typo for pathlib.Path.walk (GH-96301)Ansab Gillani2022-08-261-1/+1
* gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)Barney Gale2022-08-051-1/+6
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-221-0/+96
* docs: use 'recursively' in the description of rglob, and mention globs in the...Ned Batchelder2022-07-201-2/+2
* Add additional pointers to pathlib's mapping to os.path functions (#94828)Chris Adams2022-07-151-1/+2
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-3/+2
* gh-91317: Document that Path does not collapse initial `//` (GH-32193)Oleg Iarygin2022-06-101-3/+30
* Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)jacksonriley2022-06-071-2/+2
* Fix a directive in the `pathlib` docs (GH-93030)Brett Cannon2022-05-201-1/+1