FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-89812: Add `pathlib._PathBase` by barneygale · Pull Request #106337 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-89812: Add pathlib._PathBase
- #106337
#106337
Merged
barneygale
merged 37 commits into
python:main
python/cpython:main
from
barneygale:gh-89812-omgtarpath
barneygale/cpython:gh-89812-omgtarpath
Copy head branch name to clipboard
Sep 30, 2023
Conversation
Commits
37
(37)
Checks
Files changed
Merged
GH-89812: Add pathlib._PathBase
#106337
barneygale
merged 37 commits into
python:main
python/cpython:main
from
barneygale:gh-89812-omgtarpath
barneygale/cpython:gh-89812-omgtarpath
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2023
Add `pathlib._VirtualPath`
barneygale
committed
4b29e2e
View commit details
Copy full SHA for 4b29e2e
Browse repository at this point
Add tests for `pathlib._VirtualPath`
barneygale
committed
8ce0139
View commit details
Copy full SHA for 8ce0139
Browse repository at this point
Fix tests on Windows
barneygale
committed
b850d11
View commit details
Copy full SHA for b850d11
Browse repository at this point
Commits on Jul 3, 2023
Fix tests on Windows (take 2)
barneygale
committed
39bf6b3
View commit details
Copy full SHA for 39bf6b3
Browse repository at this point
Fix tests on Windows (take 3)
barneygale
committed
0515dea
View commit details
Copy full SHA for 0515dea
Browse repository at this point
Fix tests on Windows (take 4)
barneygale
committed
596016f
View commit details
Copy full SHA for 596016f
Browse repository at this point
Add `tarfile.TarPath`
barneygale
committed
1a6122b
View commit details
Copy full SHA for 1a6122b
Browse repository at this point
Add docs for `tarfile.TarPath`
barneygale
committed
6833ed8
View commit details
Copy full SHA for 6833ed8
Browse repository at this point
Add tests for `tarfile.TarPath`
barneygale
committed
4d2e8a9
View commit details
Copy full SHA for 4d2e8a9
Browse repository at this point
Merge branch 'main' into gh-89812-omgtarpath
barneygale
committed
e4daac9
View commit details
Copy full SHA for e4daac9
Browse repository at this point
Commits on Jul 12, 2023
Merge branch 'main' into gh-89812-omgtarpath
barneygale
authored
e3f2509
View commit details
Copy full SHA for e3f2509
Browse repository at this point
Undo changes to tarfile.
barneygale
committed
508cabe
View commit details
Copy full SHA for 508cabe
Browse repository at this point
`_VirtualPath` --> `_PathBase`
barneygale
committed
2c56591
View commit details
Copy full SHA for 2c56591
Browse repository at this point
Commits on Jul 19, 2023
Merge branch 'main' into gh-89812-omgtarpath
barneygale
committed
42fe91a
View commit details
Copy full SHA for 42fe91a
Browse repository at this point
Commits on Aug 28, 2023
Apply suggestions from code review
Show description for 8944098
barneygale
and
AA-Turner
authored
8944098
View commit details
Copy full SHA for 8944098
Browse repository at this point
Improve _PathBase docstring
barneygale
committed
b61141a
View commit details
Copy full SHA for b61141a
Browse repository at this point
Explain use of nullcontext() in comment
barneygale
committed
1e462b0
View commit details
Copy full SHA for 1e462b0
Browse repository at this point
Merge branch 'main' into gh-89812-omgtarpath
barneygale
committed
6318eb7
View commit details
Copy full SHA for 6318eb7
Browse repository at this point
Align and test Path/PathBase docstrings
barneygale
committed
d321cad
View commit details
Copy full SHA for d321cad
Browse repository at this point
Revise `_PathBase.is_junction()`
barneygale
committed
acfc1b0
View commit details
Copy full SHA for acfc1b0
Browse repository at this point
Make is_junction() code more consistent with other is_*() methods.
barneygale
committed
bc82225
View commit details
Copy full SHA for bc82225
Browse repository at this point
Commits on Sep 2, 2023
Merge branch 'main' into gh-89812-omgtarpath
barneygale
committed
9b6377a
View commit details
Copy full SHA for 9b6377a
Browse repository at this point
Improve `UnsupportedOperation` exception message.
barneygale
committed
c3127b8
View commit details
Copy full SHA for c3127b8
Browse repository at this point
Slightly improve symlink loop code, exception message.
barneygale
committed
3540ae1
View commit details
Copy full SHA for 3540ae1
Browse repository at this point
Restore deleted comment in `cwd()`, expand `_scandir()` comment.
barneygale
committed
c9f0f20
View commit details
Copy full SHA for c9f0f20
Browse repository at this point
Make `_PathBase.is_junction()` immediately return false.
barneygale
committed
0ee10ca
View commit details
Copy full SHA for 0ee10ca
Browse repository at this point
Commits on Sep 9, 2023
MAX_SYMLINKS --> _MAX_SYMLINKS
barneygale
committed
17eee2f
View commit details
Copy full SHA for 17eee2f
Browse repository at this point
`return self._unsupported()` --> `self._unsupported()`
barneygale
committed
c7c46bc
View commit details
Copy full SHA for c7c46bc
Browse repository at this point
Commits on Sep 15, 2023
WIP
barneygale
committed
a51d7a0
View commit details
Copy full SHA for a51d7a0
Browse repository at this point
Commits on Sep 23, 2023
Undo test change.
Show description for 7e3729e
barneygale
committed
7e3729e
View commit details
Copy full SHA for 7e3729e
Browse repository at this point
Commits on Sep 26, 2023
Merge branch 'main' into gh-89812-omgtarpath
barneygale
authored
b945cf8
View commit details
Copy full SHA for b945cf8
Browse repository at this point
Ensure `..` segments are resolved in non-strict mode
barneygale
committed
703fe5c
View commit details
Copy full SHA for 703fe5c
Browse repository at this point
Move symlink loop resolution test from `PosixPathTest` to `DummyPathTest`
barneygale
committed
e5e5be5
View commit details
Copy full SHA for e5e5be5
Browse repository at this point
Add `PathBase._split_stack()` helper method.
barneygale
committed
38769a0
View commit details
Copy full SHA for 38769a0
Browse repository at this point
Use path object as stat/link target cache key
barneygale
committed
7c78952
View commit details
Copy full SHA for 7c78952
Browse repository at this point
Commits on Sep 27, 2023
Optimise resolve(): skip stat() in non-strict mode if readlink() is unsupported.
barneygale
committed
fe57725
View commit details
Copy full SHA for fe57725
Browse repository at this point
Commits on Sep 29, 2023
Address code review comments
barneygale
committed
cf9c8b6
View commit details
Copy full SHA for cf9c8b6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL