summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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