COMMITS
/ Lib/test/test_pathlib/test_pathlib.py April 3, 2026
J
test_copy_dir_no_read_permission requires non root user (GH-148028)
Jakub Kulík committed
April 2, 2026
J
Move root user checks to test.support (#146195)
Jakub Kulík committed
October 17, 2025
B
GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (#133831)
Barney Gale committed
July 22, 2025
July 19, 2025
S
gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
sobolevn committed
June 18, 2025
H
gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624)
Hood Chatham committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 12, 2025
S
gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)
Serhiy Storchaka committed
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
B
GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)
Barney Gale committed
April 14, 2025
B
GH-125866: Support complete "file:" URLs in urllib (#132378)
Barney Gale committed
April 11, 2025
K
gh-132356: Find the correct group name in test_group_no_follow_symlinks (#132357)
Karolina Surma committed
April 10, 2025
B
GH-123599: `url2pathname()`: handle authority section in file URL (#126844)
Barney Gale committed
March 20, 2025
B
GH-123599: Deprecate duplicate `pathname2url()` implementation (#127380)
Barney Gale committed
March 16, 2025
B
March 14, 2025
B
GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)
Barney Gale committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner committed
March 11, 2025
B
GH-130614: pathlib ABCs: revise test suite for readable paths (#131018)
Barney Gale committed
B
GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016)
Barney Gale committed
March 10, 2025
B
GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)
Barney Gale committed
March 3, 2025
B
GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)
Barney Gale committed
March 1, 2025
B
GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)
Barney Gale committed
February 17, 2025
B
GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)
Barney Gale committed
B
GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)
Barney Gale committed
February 16, 2025
B
GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)
Barney Gale committed
February 8, 2025
B
GH-125413: Add `pathlib.Path.info` attribute (#127730)
Barney Gale committed
January 28, 2025
B
GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)
Barney Gale committed
January 21, 2025
B
GH-128520: Make `pathlib._abc.WritablePath` a sibling of `ReadablePath` (#129014)
Barney Gale committed
January 11, 2025
B
GH-128520: Divide pathlib ABCs into three classes (#128523)
Barney Gale committed
January 4, 2025
B
pathlib tests: create `walk()` test hierarchy without using class under test (#128338)
Barney Gale committed
B
GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)
Barney Gale committed
December 29, 2024
B
GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)
Barney Gale committed
B
GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)
Barney Gale committed
December 23, 2024
B
pathlib tests: create test hierarchy without using class under test (#128200)
Barney Gale committed
December 22, 2024
B
GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)
Barney Gale committed
December 17, 2024
H
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham committed
December 12, 2024
B
GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)
Barney Gale committed
December 11, 2024
B
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#127709)
Barney Gale committed
December 8, 2024
B
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)
Barney Gale committed
December 6, 2024
B
GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)
Barney Gale committed
November 29, 2024
B
GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)
Barney Gale committed
November 24, 2024
B
pathlib tests: move `walk()` tests into their own classes (GH-126651)
Barney Gale committed
November 9, 2024
B
pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)
Barney Gale committed
October 13, 2024
B
GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)
Barney Gale committed
September 2, 2024
B
GH-119518: Stop interning strings in pathlib GH-123356)
Barney Gale committed
August 26, 2024
B
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale committed
B
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale committed
August 25, 2024
B
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale committed
August 24, 2024
B
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Barney Gale committed
August 13, 2024
B
GH-85633: Fix pathlib test failures on filesystems without world-write. (#122883)
Barney Gale committed