summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib/_local.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (...Miss Islington (bot)2024-10-131-2/+2
* [3.13] GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-11957...Miss Islington (bot)2024-05-291-1/+3
* GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678)Barney Gale2024-05-071-2/+2
* Move pathlib implementation out of `__init__.py` (#118582)Barney Gale2024-05-051-0/+859