FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-127456: pathlib ABCs: add protocol for path parser by barneygale · Pull Request #127494 · 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-127456: pathlib ABCs: add protocol for path parser
- #127494
#127494
Merged
barneygale
merged 12 commits into
python:main
python/cpython:main
from
barneygale:gh-127456
barneygale/cpython:gh-127456
Copy head branch name to clipboard
Dec 9, 2024
Conversation
Commits
12
(12)
Checks
Files changed
Merged
GH-127456: pathlib ABCs: add protocol for path parser
#127494
barneygale
merged 12 commits into
python:main
python/cpython:main
from
barneygale:gh-127456
barneygale/cpython:gh-127456
Copy head branch name to clipboard
Commits
Commits on Nov 30, 2024
Change the default value of `PurePathBase.parser` from `ParserBase()` to
Show description for f5e946b
barneygale
committed
f5e946b
View commit details
Copy full SHA for f5e946b
Browse repository at this point
Move `pathlib._abc.ParserBase` to `pathlib._types.Parser`, and convert it
Show description for 9febad0
barneygale
committed
9febad0
View commit details
Copy full SHA for 9febad0
Browse repository at this point
Add `pathlib._types.DirEntry`, which is a protocol for directory entries.
Show description for 6e07a3c
barneygale
committed
6e07a3c
View commit details
Copy full SHA for 6e07a3c
Browse repository at this point
Add `pathlib._types.StatResult`, which is a protocol for stat() results.
Show description for 2ada5d1
barneygale
committed
2ada5d1
View commit details
Copy full SHA for 2ada5d1
Browse repository at this point
Revise tests
barneygale
committed
0d0140a
View commit details
Copy full SHA for 0d0140a
Browse repository at this point
Commits on Dec 1, 2024
Docstring tweaks
barneygale
committed
4d51683
View commit details
Copy full SHA for 4d51683
Browse repository at this point
Commits on Dec 3, 2024
Apply suggestions from code review
Show description for 59201c3
barneygale
and
picnixz
authored
59201c3
View commit details
Copy full SHA for 59201c3
Browse repository at this point
Add DirEntry.is_file()
barneygale
committed
2fa207c
View commit details
Copy full SHA for 2fa207c
Browse repository at this point
Another docstring tweak
barneygale
committed
137875c
View commit details
Copy full SHA for 137875c
Browse repository at this point
Commits on Dec 7, 2024
Merge branch 'main' into gh-127456
barneygale
committed
0cc51fa
View commit details
Copy full SHA for 0cc51fa
Browse repository at this point
Remove DirEntry and StatResult for now.
barneygale
committed
ee23e0e
View commit details
Copy full SHA for ee23e0e
Browse repository at this point
Commits on Dec 9, 2024
Merge branch 'main' into gh-127456
barneygale
authored
d3fbc5b
View commit details
Copy full SHA for d3fbc5b
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL