index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_pathlib
/
test_pathlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (#133831)
Barney Gale
2025-10-17
1
-0/+6
*
Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generi...
Ani
2025-07-22
1
-3/+3
*
gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
sobolevn
2025-07-19
1
-6/+0
*
gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624)
Hood Chatham
2025-06-18
1
-1/+7
*
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka
2025-05-22
1
-4/+4
*
gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865)
Serhiy Storchaka
2025-05-12
1
-4/+8
*
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas
2025-05-05
1
-0/+7
*
GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)
Barney Gale
2025-05-05
1
-1/+0
*
GH-125866: Support complete "file:" URLs in urllib (#132378)
Barney Gale
2025-04-14
1
-2/+2
*
gh-132356: Find the correct group name in test_group_no_follow_symlinks (#132...
Karolina Surma
2025-04-11
1
-1/+1
*
GH-123599: `url2pathname()`: handle authority section in file URL (#126844)
Barney Gale
2025-04-10
1
-1/+5
*
GH-123599: Deprecate duplicate `pathname2url()` implementation (#127380)
Barney Gale
2025-03-20
1
-15/+21
*
gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...
Bénédikt Tran
2025-03-16
1
-7/+3
*
GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)
Barney Gale
2025-03-14
1
-10/+115
*
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner
2025-03-13
1
-1/+0
*
GH-130614: pathlib ABCs: revise test suite for readable paths (#131018)
Barney Gale
2025-03-11
1
-0/+27
*
GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016)
Barney Gale
2025-03-11
1
-0/+24
*
GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)
Barney Gale
2025-03-10
1
-0/+19
*
GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)
Barney Gale
2025-03-03
1
-2/+2
*
GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)
Barney Gale
2025-03-01
1
-0/+87
*
GH-127381: pathlib ABCs: remove `ReadablePath.rglob()` (#130207)
Barney Gale
2025-02-17
1
-0/+58
*
GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)
Barney Gale
2025-02-17
1
-3/+5
*
GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)
Barney Gale
2025-02-16
1
-3/+3
*
GH-125413: Add `pathlib.Path.info` attribute (#127730)
Barney Gale
2025-02-08
1
-0/+13
*
GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)
Barney Gale
2025-01-28
1
-0/+78
*
GH-128520: Make `pathlib._abc.WritablePath` a sibling of `ReadablePath` (#129...
Barney Gale
2025-01-21
1
-1/+10
*
GH-128520: Divide pathlib ABCs into three classes (#128523)
Barney Gale
2025-01-11
1
-7/+7
*
pathlib tests: create `walk()` test hierarchy without using class under test ...
Barney Gale
2025-01-04
1
-1/+37
*
GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)
Barney Gale
2025-01-04
1
-0/+118
*
GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)
Barney Gale
2024-12-29
1
-0/+356
*
GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)
Barney Gale
2024-12-29
1
-0/+25
*
pathlib tests: create test hierarchy without using class under test (#128200)
Barney Gale
2024-12-23
1
-2/+36
*
GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)
Barney Gale
2024-12-22
1
-0/+25
*
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham
2024-12-17
1
-6/+1
*
GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)
Barney Gale
2024-12-12
1
-0/+8
*
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...
Barney Gale
2024-12-11
1
-2/+75
*
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)
Barney Gale
2024-12-08
1
-0/+19
*
GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)
Barney Gale
2024-12-06
1
-2/+584
*
GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)
Barney Gale
2024-11-29
1
-5/+13
*
pathlib tests: move `walk()` tests into their own classes (GH-126651)
Barney Gale
2024-11-24
1
-78/+88
*
pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)
Barney Gale
2024-11-09
1
-0/+22
*
GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)
Barney Gale
2024-10-13
1
-0/+9
*
GH-119518: Stop interning strings in pathlib GH-123356)
Barney Gale
2024-09-02
1
-9/+0
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
1
-165/+16
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
1
-0/+8
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
1
-0/+62
*
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Barney Gale
2024-08-24
1
-0/+48
*
GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...
Barney Gale
2024-08-13
1
-8/+12
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
1
-7/+7
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
1
-39/+38
[next]