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
/
pathlib
/
_local.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/+12
*
GH-128520: Merge `pathlib._local` into `pathlib` (#130748)
Barney Gale
2025-03-07
1
-1261/+0
*
Revert "GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#...
Barney Gale
2025-03-01
1
-6/+3
*
GH-116380: Speed up `glob.[i]glob()` by making fewer system calls. (#116392)
Barney Gale
2025-02-28
1
-3/+6
*
GH-130608: Remove `dirs_exist_ok` argument from `pathlib.Path.copy()` (#130610)
Barney Gale
2025-02-28
1
-5/+3
*
GH-125413: Add private `pathlib.Path` method to write metadata (#130238)
Barney Gale
2025-02-26
1
-10/+13
*
GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424)
Barney Gale
2025-02-24
1
-2/+5
*
GH-128520: More consistent type-checking behaviour in pathlib (#130199)
Barney Gale
2025-02-21
1
-14/+15
*
GH-125413: Add private metadata methods to `pathlib.Path.info` (#129897)
Barney Gale
2025-02-17
1
-3/+2
*
GH-128520: Subclass `abc.ABC` in `pathlib._abc` (#128745)
Barney Gale
2025-02-16
1
-3/+58
*
GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#...
Barney Gale
2025-02-09
1
-140/+5
*
GH-129835: Yield path with trailing slash from `ReadablePath.glob('')` (#129836)
Barney Gale
2025-02-08
1
-1/+1
*
GH-125413: Add `pathlib.Path.info` attribute (#127730)
Barney Gale
2025-02-08
1
-12/+23
*
GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)
Barney Gale
2025-01-28
1
-0/+26
*
GH-128520: Make `pathlib._abc.WritablePath` a sibling of `ReadablePath` (#129...
Barney Gale
2025-01-21
1
-13/+45
*
GH-128520: Divide pathlib ABCs into three classes (#128523)
Barney Gale
2025-01-11
1
-11/+11
*
GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)
Barney Gale
2025-01-04
1
-8/+30
*
GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)
Barney Gale
2024-12-29
1
-0/+5
*
GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)
Barney Gale
2024-12-29
1
-3/+9
*
GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...
Barney Gale
2024-12-22
1
-49/+134
*
GH-127807: pathlib ABCs: remove a few private attributes (#127851)
Barney Gale
2024-12-22
1
-8/+26
*
GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)
Barney Gale
2024-12-22
1
-7/+30
*
GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)
Barney Gale
2024-12-12
1
-8/+29
*
GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#127714)
Barney Gale
2024-12-12
1
-1/+27
*
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#12...
Barney Gale
2024-12-11
1
-1/+64
*
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)
Barney Gale
2024-12-08
1
-4/+12
*
GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` (#127658)
Barney Gale
2024-12-06
1
-0/+17
*
GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)
Barney Gale
2024-12-05
1
-2/+2
*
GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)
Barney Gale
2024-11-30
1
-0/+17
*
GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)
Barney Gale
2024-11-29
1
-0/+7
*
pathlib ABCs: defer path joining (#126409)
Barney Gale
2024-11-05
1
-19/+6
*
GH-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364)
Barney Gale
2024-11-04
1
-14/+27
*
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Barney Gale
2024-11-01
1
-0/+8
*
GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)
Barney Gale
2024-10-13
1
-2/+2
*
GH-119518: Stop interning strings in pathlib GH-123356)
Barney Gale
2024-09-02
1
-2/+1
*
gh-118761: Speedup pathlib import by deferring shutil (#123520)
Daniel Hollas
2024-09-01
1
-2/+4
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
1
-28/+1
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
1
-14/+15
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
1
-14/+25
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
1
-0/+19
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
1
-3/+9
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
1
-8/+11
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
1
-4/+6
*
GH-73991: Add `pathlib.Path.copy()` (#119058)
Barney Gale
2024-06-14
1
-0/+16
*
GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (#119573)
Barney Gale
2024-05-29
1
-1/+3
*
GH-82805: Fix handling of single-dot file extensions in pathlib (#118952)
Barney Gale
2024-05-25
1
-0/+34
*
gh-119049: Defer `import warnings` in `pathlib._local` (#119111)
Kirill Podoprigora
2024-05-17
1
-1/+1
*
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
Barney Gale
2024-05-14
1
-7/+0
*
GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118...
Barney Gale
2024-05-14
1
-0/+34
*
GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#1...
Barney Gale
2024-05-10
1
-16/+4
[next]