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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: 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
2
-180/+23
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
2
-0/+38
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
2
-0/+181
*
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Barney Gale
2024-08-24
1
-0/+48
*
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-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
2
-56/+57
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
2
-98/+70
*
gh-122096: Remove accidentally left debugging prints (#122097)
Kirill Podoprigora
2024-07-21
1
-2/+0
*
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Barney Gale
2024-07-20
1
-0/+30
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
2
-0/+350
*
GH-73991: Fix "Operation not supported" on Fedora buildbot. (#121444)
Barney Gale
2024-07-07
1
-4/+9
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
1
-0/+44
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
1
-1/+2
*
gh-73991: Skip permission test if running as *nix superuser (GH-120994)
Petr Viktorin
2024-06-26
1
-0/+1
*
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Barney Gale
2024-06-23
2
-0/+170
*
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
2
-20/+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-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
Barney Gale
2024-05-14
1
-2/+2
*
GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#1...
Barney Gale
2024-05-10
1
-13/+0
*
GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)
Barney Gale
2024-04-13
2
-0/+10
*
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
2
-65/+65
*
gh-104242: Enable test_is_char_device_true in pathlib test on all platform (G...
AN Long
2024-03-26
1
-5/+5
*
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
1
-2/+0
*
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...
Malcolm Smith
2024-03-10
1
-3/+3
*
pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)
Barney Gale
2024-03-04
1
-37/+32
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
1
-1/+1
*
GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions (...
Barney Gale
2024-02-24
1
-0/+2
*
GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...
Barney Gale
2024-02-10
1
-0/+13
*
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
2
-17/+26
*
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...
Barney Gale
2024-01-30
2
-12/+21
*
GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...
Barney Gale
2024-01-30
2
-10/+2
*
GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)
Barney Gale
2024-01-27
2
-4/+5
*
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)
Barney Gale
2024-01-27
2
-627/+625
*
Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)
Barney Gale
2024-01-27
1
-70/+128
*
pathlib tests: annotate tests needing symlinks with decorator (#114625)
Barney Gale
2024-01-26
2
-48/+55
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
1
-42/+6
*
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
2
-3/+29
*
Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)
Barney Gale
2024-01-14
1
-1/+1
[next]