| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855) | Barney Gale | 2024-12-12 | 1 | -3/+1 |
|
|
* | GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369) | Barney Gale | 2024-08-11 | 1 | -3/+3 |
|
|
* | GH-73991: Support copying directory symlinks on older Windows (#120807) | Barney Gale | 2024-07-03 | 1 | -2/+2 |
|
|
* | Move pathlib implementation out of `__init__.py` (#118582) | Barney Gale | 2024-05-05 | 1 | -861/+4 |
|
|
* | GH-116380: Move pathlib globbing implementation into `pathlib._glob` (#118562) | Barney Gale | 2024-05-03 | 1 | -3/+2 |
|
|
* | docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411) | Andrew Zipperer | 2024-05-02 | 1 | -1/+1 |
|
|
* | GH-112855: Speed up `pathlib.PurePath` pickling (#112856) | Barney Gale | 2024-04-20 | 1 | -3/+1 |
|
|
* | GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831) | Barney Gale | 2024-04-13 | 1 | -3/+1 |
|
|
* | GH-117727: Speed up `pathlib.Path.iterdir()` by using `os.scandir()` (#117728) | Barney Gale | 2024-04-12 | 1 | -20/+6 |
|
|
* | GH-117586: Speed up `pathlib.Path.walk()` by working with strings (#117726) | Barney Gale | 2024-04-11 | 1 | -14/+6 |
|
|
* | GH-117586: Speed up `pathlib.Path.glob()` by working with strings (#117589) | Barney Gale | 2024-04-10 | 1 | -30/+47 |
|
|
* | GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311) | Barney Gale | 2024-04-05 | 1 | -4/+4 |
|
|
* | GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513) | Barney Gale | 2024-03-31 | 1 | -27/+27 |
|
|
* | GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin... | Barney Gale | 2024-02-10 | 1 | -2/+6 |
|
|
* | pathlib ABCs: raise `UnsupportedOperation` directly. (#114776) | Barney Gale | 2024-01-31 | 1 | -3/+2 |
|
|
* | GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#... | Barney Gale | 2024-01-30 | 1 | -8/+0 |
|
|
* | gh-88569: add `ntpath.isreserved()` (#95486) | Barney Gale | 2024-01-26 | 1 | -21/+7 |
|
|
* | GH-73435: Add `pathlib.PurePath.full_match()` (#114350) | Barney Gale | 2024-01-26 | 1 | -0/+7 |
|
|
* | GH-79634: Accept path-like objects as pathlib glob patterns. (#114017) | Barney Gale | 2024-01-20 | 1 | -18/+31 |
|
|
* | Add `pathlib._abc.PathModuleBase` (#113893) | Barney Gale | 2024-01-14 | 1 | -0/+60 |
|
|
* | pathlib ABCs: add `_raw_path` property (#113976) | Barney Gale | 2024-01-13 | 1 | -5/+7 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PurePathBase` (#113559) | Barney Gale | 2024-01-09 | 1 | -1/+103 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (again) (#113... | Barney Gale | 2024-01-09 | 1 | -5/+17 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PurePathBase.parts` (#113883) | Barney Gale | 2024-01-09 | 1 | -0/+9 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PathBase._make_child_relpath()` (#113532) | Barney Gale | 2024-01-09 | 1 | -0/+16 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (#113529) | Barney Gale | 2024-01-06 | 1 | -1/+4 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PurePathBase.parent` (#113530) | Barney Gale | 2024-01-06 | 1 | -1/+47 |
|
|
* | GH-113528: Deoptimise `pathlib._abc.PurePathBase.name` (#113531) | Barney Gale | 2024-01-06 | 1 | -0/+19 |
|
|
* | GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757) | Barney Gale | 2024-01-05 | 1 | -0/+27 |
|
|
* | GH-113568: Stop raising auditing events from pathlib ABCs (#113571) | Barney Gale | 2024-01-05 | 1 | -1/+42 |
|
|
* | GH-113225: Speed up `pathlib.Path.glob()` (#113226) | Barney Gale | 2024-01-04 | 1 | -1/+7 |
|
|
* | GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556) | Barney Gale | 2023-12-28 | 1 | -0/+4 |
|
|
* | GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417) | Barney Gale | 2023-12-27 | 1 | -0/+18 |
|
|
* | GH-110109: pathlib ABCs: do not vary path syntax by host OS. (#113219) | Barney Gale | 2023-12-22 | 1 | -0/+1 |
|
|
* | GH-110109: Fix misleading `pathlib._abc.PurePathBase` repr (#113376) | Barney Gale | 2023-12-22 | 1 | -0/+3 |
|
|
* | GH-112906: Fix performance regression in pathlib path initialisation (#112907) | Barney Gale | 2023-12-10 | 1 | -1/+3 |
|
|
* | GH-110109: Move pathlib ABCs to new `pathlib._abc` module. (#112881) | Barney Gale | 2023-12-09 | 1 | -0/+507 |
|
|