FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-24132: Add `pathlib._AbstractPath` by barneygale · Pull Request #31085 · 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
bpo-24132: Add pathlib._AbstractPath
- #31085
#31085
Closed
barneygale
wants to merge 10 commits into
python:main
python/cpython:main
from
barneygale:bpo-24132-add-pathlib-abstractpath
barneygale/cpython:bpo-24132-add-pathlib-abstractpath
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
bpo-24132: Add pathlib._AbstractPath
#31085
barneygale
wants to merge 10 commits into
python:main
python/cpython:main
from
barneygale:bpo-24132-add-pathlib-abstractpath
barneygale/cpython:bpo-24132-add-pathlib-abstractpath
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2022
Move `Path._make_child_relpath()` to `PurePath`
barneygale
committed
66f8eb1
View commit details
Copy full SHA for 66f8eb1
Browse repository at this point
Add `_AbstractPath` class
Show description for 27d8f7f
barneygale
committed
27d8f7f
View commit details
Copy full SHA for 27d8f7f
Browse repository at this point
Optimize `Path` methods that may raise `NotImplementedError`
Show description for 47191ed
barneygale
committed
47191ed
View commit details
Copy full SHA for 47191ed
Browse repository at this point
Add NEWS entry
barneygale
committed
bbd7fd1
View commit details
Copy full SHA for bbd7fd1
Browse repository at this point
Commits on Feb 11, 2022
Subclass `abc.ABC` and decorate core methods with `@abc.abstractmethod`.
barneygale
committed
67e5e95
View commit details
Copy full SHA for 67e5e95
Browse repository at this point
Commits on Feb 14, 2022
Remove quasi-abstract methods from AbstractPath
barneygale
committed
ef8d13e
View commit details
Copy full SHA for ef8d13e
Browse repository at this point
Merge branch 'main' into bpo-24132-add-pathlib-abstractpath
barneygale
committed
21e0ece
View commit details
Copy full SHA for 21e0ece
Browse repository at this point
Improve _scandir() comment.
barneygale
committed
18a2c38
View commit details
Copy full SHA for 18a2c38
Browse repository at this point
Commits on Feb 21, 2022
Remove speculation/promises from `_AbstractPath` docstring.
barneygale
committed
3312870
View commit details
Copy full SHA for 3312870
Browse repository at this point
Commits on Jun 12, 2022
Merge branch 'main' into bpo-24132-add-pathlib-abstractpath
barneygale
committed
bcefeed
View commit details
Copy full SHA for bcefeed
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL