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_abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)
Barney Gale
2024-12-12
1
-9/+3
*
GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#127714)
Barney Gale
2024-12-12
1
-12/+0
*
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...
Barney Gale
2024-12-11
1
-81/+0
*
GH-127456: pathlib ABCs: add protocol for path parser (#127494)
Barney Gale
2024-12-09
1
-53/+8
*
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)
Barney Gale
2024-12-08
1
-45/+11
*
GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)
Barney Gale
2024-12-06
1
-666/+14
*
GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` (#127658)
Barney Gale
2024-12-06
1
-2/+0
*
GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)
Barney Gale
2024-12-05
1
-39/+9
*
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham
2024-12-05
1
-1/+3
*
GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)
Barney Gale
2024-11-30
1
-2/+0
*
GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)
Barney Gale
2024-11-29
1
-14/+4
*
pathlib tests: move `walk()` tests into their own classes (GH-126651)
Barney Gale
2024-11-24
1
-6/+19
*
pathlib ABCs: tighten up `resolve()` and `absolute()` (#126611)
Barney Gale
2024-11-09
1
-23/+17
*
pathlib ABCs: support initializing paths with no arguments (#126608)
Barney Gale
2024-11-09
1
-0/+1
*
pathlib ABCs: defer path joining (#126409)
Barney Gale
2024-11-05
1
-5/+0
*
GH-125413: pathlib ABCs: use `scandir()` to speed up `walk()` (#126262)
Barney Gale
2024-11-01
1
-2/+2
*
GH-125413: pathlib ABCs: use `scandir()` to speed up `glob()` (#126261)
Barney Gale
2024-11-01
1
-3/+5
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
1
-10/+57
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
1
-63/+0
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
1
-15/+7
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
1
-0/+30
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
1
-0/+119
*
GH-73991: Disallow copying directory into itself via `pathlib.Path.copy()` (#...
Barney Gale
2024-08-23
1
-8/+103
*
GH-120754: Disable buffering in Path.read_bytes (#122111)
Cody Maloney
2024-08-16
1
-1/+1
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
1
-49/+50
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
1
-59/+32
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
1
-0/+99
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
1
-1/+2
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
1
-0/+157
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
1
-1/+34
*
GH-73991: pathlib ABC tests: add `DummyPath.unlink()` and `rmdir()` (#120715)
Barney Gale
2024-06-18
1
-1/+51
*
GH-73991: Add `pathlib.Path.copy()` (#119058)
Barney Gale
2024-06-14
1
-0/+62
*
GH-82805: Fix handling of single-dot file extensions in pathlib (#118952)
Barney Gale
2024-05-25
1
-17/+33
*
GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124)
Barney Gale
2024-05-19
1
-1/+3
*
GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)
Barney Gale
2024-04-13
1
-0/+3
*
GH-115060: Speed up `pathlib.Path.glob()` by not scanning literal parts (#117...
Barney Gale
2024-04-12
1
-9/+12
*
GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311)
Barney Gale
2024-04-05
1
-62/+7
*
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)
Barney Gale
2024-03-31
1
-38/+38
*
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
1
-2/+0
*
pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)
Barney Gale
2024-03-04
1
-37/+32
*
GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...
Barney Gale
2024-02-24
1
-0/+2
*
GH-106747: Make pathlib ABC globbing more consistent with `glob.glob()` (#115...
Barney Gale
2024-02-06
1
-17/+17
*
pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...
Barney Gale
2024-01-31
1
-0/+25
*
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...
Barney Gale
2024-01-30
1
-0/+21
*
GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...
Barney Gale
2024-01-30
1
-3/+2
*
GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)
Barney Gale
2024-01-27
1
-4/+3
*
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)
Barney Gale
2024-01-27
1
-0/+625
*
pathlib tests: annotate tests needing symlinks with decorator (#114625)
Barney Gale
2024-01-26
1
-37/+49
*
GH-73435: Add `pathlib.PurePath.full_match()` (#114350)
Barney Gale
2024-01-26
1
-23/+75
*
GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)
Barney Gale
2024-01-20
1
-3/+6
[next]