summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib
Commit message (Expand)AuthorAgeFilesLines
* GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...Barney Gale2024-02-102-28/+62
* GH-106747: Make pathlib ABC globbing more consistent with `glob.glob()` (#115...Barney Gale2024-02-061-1/+1
* pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...Barney Gale2024-01-311-4/+3
* pathlib ABCs: raise `UnsupportedOperation` directly. (#114776)Barney Gale2024-01-312-33/+31
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-301-8/+0
* GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...Barney Gale2024-01-301-2/+5
* GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)Barney Gale2024-01-271-1/+1
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-261-21/+7
* GH-73435: Add `pathlib.PurePath.full_match()` (#114350)Barney Gale2024-01-262-16/+45
* GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)Barney Gale2024-01-201-4/+5
* GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)Barney Gale2024-01-202-69/+78
* Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)Barney Gale2024-01-141-10/+8
* Add `pathlib._abc.PathModuleBase` (#113893)Barney Gale2024-01-142-57/+127
* Add module docstring for `pathlib._abc`. (#113691)Barney Gale2024-01-131-0/+13
* pathlib ABCs: add `_raw_path` property (#113976)Barney Gale2024-01-132-20/+31
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-131-5/+1
* pathlib ABCs: Require one or more initialiser arguments (#113885)Barney Gale2024-01-101-8/+2
* GH-113528: Deoptimise `pathlib._abc.PurePathBase` (#113559)Barney Gale2024-01-092-114/+132
* GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (again) (#113...Barney Gale2024-01-092-15/+42
* GH-113528: Deoptimise `pathlib._abc.PurePathBase.parts` (#113883)Barney Gale2024-01-092-4/+13
* GH-113528: Deoptimise `pathlib._abc.PathBase.resolve()` (#113782)Barney Gale2024-01-091-25/+40
* GH-113528: Deoptimise `pathlib._abc.PathBase._make_child_relpath()` (#113532)Barney Gale2024-01-092-14/+17
* GH-113528: Speed up pathlib ABC tests. (#113788)Barney Gale2024-01-081-4/+4
* GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (#113529)Barney Gale2024-01-062-2/+5
* GH-113528: Deoptimise `pathlib._abc.PurePathBase.parent` (#113530)Barney Gale2024-01-062-42/+63
* GH-113528: Deoptimise `pathlib._abc.PurePathBase.name` (#113531)Barney Gale2024-01-062-7/+25
* GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)Barney Gale2024-01-052-17/+31
* GH-113568: Stop raising auditing events from pathlib ABCs (#113571)Barney Gale2024-01-052-22/+50
* GH-113225: Speed up `pathlib.Path.glob()` (#113226)Barney Gale2024-01-041-1/+7
* GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)Barney Gale2023-12-282-5/+12
* GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)Barney Gale2023-12-271-6/+4
* GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417)Barney Gale2023-12-272-3/+18
* GH-110109: pathlib ABCs: do not vary path syntax by host OS. (#113219)Barney Gale2023-12-222-2/+2
* GH-110109: Fix misleading `pathlib._abc.PurePathBase` repr (#113376)Barney Gale2023-12-222-3/+3
* GH-112906: Fix performance regression in pathlib path initialisation (#112907)Barney Gale2023-12-101-1/+3
* GH-110109: Move pathlib ABCs to new `pathlib._abc` module. (#112881)Barney Gale2023-12-092-0/+1657