aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pathlib.py
Commit message (Expand)AuthorAge
* GH-110109: Move tests for pathlib ABCs to new module. (#112904)Barney Gale2023-12-16
* GH-110109: Move pathlib ABCs to new `pathlib._abc` module. (#112881)Barney Gale2023-12-09
* GH-110109: Add `pathlib._PurePathBase` (#110670)Barney Gale2023-12-08
* GH-112675: Move path joining tests into `test_posixpath` and `test_ntpath` (#...Barney Gale2023-12-07
* gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group(...Kamil Turek2023-12-04
* GH-106747: Improve `Path.glob()` expectations in pathlib tests (#112365)Barney Gale2023-12-03
* GH-112361: Speed up pathlib by removing some temporary objects. (#112362)Barney Gale2023-11-25
* gh-110745: add a newline argument to pathlib.Path.read_text (#110880)Junya Okabe2023-11-21
* GH-110109: Test pure functionality of `pathlib.Path` user subclasses (#112242)Barney Gale2023-11-18
* GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()...Barney Gale2023-11-18
* GH-110109: Churn `pathlib.PurePath` methods (#112012)Barney Gale2023-11-17
* GH-110109: Move tests for `pathlib.Path.walk()` into main test classes. (#110...Barney Gale2023-10-28
* GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)Barney Gale2023-10-11
* GH-110109: Simplify pathlib test setup (#110308)Barney Gale2023-10-11
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-01
* GH-89812: Add `pathlib._PathBase` (#106337)Barney Gale2023-09-30
* GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)Barney Gale2023-09-26
* GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...Barney Gale2023-09-02
* GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` (GH-105...Barney Gale2023-08-04
* gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)János Kukovecz2023-07-26
* GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)Barney Gale2023-07-19
* GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)Barney Gale2023-07-03
* GH-89812: Improve test for `pathlib.Path.stat()` (GH-106064)Barney Gale2023-07-01
* GH-89812: Miscellaneous pathlib test improvements (GH-106063)Barney Gale2023-07-01
* GH-89812: Test that `pathlib.Path.is_junction()` returns false (GH-106062)Barney Gale2023-07-01
* GH-89812: Make symlink support configurable in pathlib tests. (GH-106060)Barney Gale2023-07-01
* GH-89812: Simplify creation of symlinks in pathlib tests. (GH-106061)Barney Gale2023-07-01
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-26
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-22
* GH-89812: Churn `pathlib.Path` test methods (#105807)Barney Gale2023-06-15
* GH-89812: Clean up pathlib tests. (#104829)Barney Gale2023-06-14
* gh-102613: Bump recursion limit to fix running test_pathlib under Coverage (#...Łukasz Langa2023-06-13
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-06
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-06
* GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)Barney Gale2023-05-30
* GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)Barney Gale2023-05-29
* GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...Barney Gale2023-05-26
* GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...Barney Gale2023-05-26
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-23
* GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)thirumurugan2023-05-18
* GH-102613: Fix recursion error from `pathlib.Path.glob()` (GH-104373)Barney Gale2023-05-15
* GH-90208: Suppress OSError exceptions from `pathlib.Path.glob()` (GH-104141)Barney Gale2023-05-11
* GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292)Barney Gale2023-05-10
* GH-102613: Improve performance of `pathlib.Path.rglob()` (GH-104244)Barney Gale2023-05-07
* GH-100479: Fix pathlib test failure on WASI (#104215)Barney Gale2023-05-07
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-05
* GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)Barney Gale2023-05-04
* GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment ca...Barney Gale2023-05-03
* GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...andrei kulakov2023-05-03
* GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments ...Barney Gale2023-05-02