aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pathlib/test_pathlib.py
Commit message (Expand)AuthorAge
* Add `pathlib._abc.PathModuleBase` (#113893)Barney Gale2024-01-14
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-13
* GH-113528: Deoptimise `pathlib._abc.PurePathBase` (#113559)Barney Gale2024-01-09
* GH-113528: Move a few misplaced pathlib tests (#113527)Barney Gale2024-01-08
* GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)Barney Gale2024-01-05
* GH-113568: Stop raising auditing events from pathlib ABCs (#113571)Barney Gale2024-01-05
* GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)Barney Gale2023-12-28
* GH-110109: pathlib ABCs: do not vary path syntax by host OS. (#113219)Barney Gale2023-12-22
* GH-112855: Slightly improve tests for `pathlib.PurePath` pickling (#113243)Barney Gale2023-12-22
* GH-110109: Fix misleading `pathlib._abc.PurePathBase` repr (#113376)Barney Gale2023-12-22
* GH-110109: pathlib tests: store base directory as test class attribute (#113221)Barney Gale2023-12-17
* GH-110109: Move tests for pathlib ABCs to new module. (#112904)Barney Gale2023-12-16