FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-100479: Add optional `blueprint` argument to `pathlib.PurePath` by barneygale · Pull Request #100481 · 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-100479: Add optional blueprint argument to pathlib.PurePath
- #100481
#100481
Closed
barneygale
wants to merge 22 commits into
python:main
python/cpython:main
from
barneygale:gh-100479-add-makepath
barneygale/cpython:gh-100479-add-makepath
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
GH-100479: Add optional blueprint argument to pathlib.PurePath
#100481
barneygale
wants to merge 22 commits into
python:main
python/cpython:main
from
barneygale:gh-100479-add-makepath
barneygale/cpython:gh-100479-add-makepath
Copy head branch name to clipboard
Commits
Commits on Dec 23, 2022
Add `pathlib.PurePath.makepath()`; unify path object construction
barneygale
committed
a6fdd0e
View commit details
Copy full SHA for a6fdd0e
Browse repository at this point
Commits on Dec 24, 2022
Fix reST role name.
barneygale
committed
b061747
View commit details
Copy full SHA for b061747
Browse repository at this point
Move call to `os.getcwd()` back into `Path.cwd()`
barneygale
committed
99eb8b1
View commit details
Copy full SHA for 99eb8b1
Browse repository at this point
Commits on Jan 5, 2023
Merge branch 'main' into gh-100479-add-makepath
barneygale
authored
4759d01
View commit details
Copy full SHA for 4759d01
Browse repository at this point
Commits on Apr 3, 2023
Merge branch 'main' into gh-100479-add-makepath
barneygale
committed
ef6f4c3
View commit details
Copy full SHA for ef6f4c3
Browse repository at this point
Add news blurb.
barneygale
committed
595b8ae
View commit details
Copy full SHA for 595b8ae
Browse repository at this point
Commits on Apr 9, 2023
Merge branch 'main' into gh-100479-add-makepath
barneygale
committed
dcfe70a
View commit details
Copy full SHA for dcfe70a
Browse repository at this point
Commits on Apr 10, 2023
Add whatsnew entry
barneygale
committed
117fe4b
View commit details
Copy full SHA for 117fe4b
Browse repository at this point
Commits on Apr 12, 2023
Merge branch 'main' into gh-100479-add-makepath
barneygale
authored
e75dedc
View commit details
Copy full SHA for e75dedc
Browse repository at this point
Commits on Apr 13, 2023
Merge branch 'main' into gh-100479-add-makepath
barneygale
authored
5a6bd3f
View commit details
Copy full SHA for 5a6bd3f
Browse repository at this point
Commits on Apr 24, 2023
other --> pathsegments
barneygale
committed
f2f1048
View commit details
Copy full SHA for f2f1048
Browse repository at this point
Update Lib/pathlib.py
Show description for 3c172fb
barneygale
and
AlexWaygood
authored
3c172fb
View commit details
Copy full SHA for 3c172fb
Browse repository at this point
joinpath(*args) --> joinpath(*pathsegments)
barneygale
committed
4637109
View commit details
Copy full SHA for 4637109
Browse repository at this point
Commits on Apr 25, 2023
Restore _PathParents
barneygale
committed
ae48454
View commit details
Copy full SHA for ae48454
Browse repository at this point
Add note to `parents` about potential reference cycle.
barneygale
committed
e7a8fe3
View commit details
Copy full SHA for e7a8fe3
Browse repository at this point
Replace `makepath()` method with `template` initialiser argument.
barneygale
committed
7f12faa
View commit details
Copy full SHA for 7f12faa
Browse repository at this point
Apply suggestions from code review
Show description for 687c764
barneygale
and
AlexWaygood
authored
687c764
View commit details
Copy full SHA for 687c764
Browse repository at this point
Fix docs for other classes.
barneygale
committed
d7e326a
View commit details
Copy full SHA for d7e326a
Browse repository at this point
Commits on Apr 26, 2023
Pass template to `super()` to support diamond inheritance.
barneygale
committed
a65d499
View commit details
Copy full SHA for a65d499
Browse repository at this point
Fixed missed `template` argument to super().
barneygale
committed
d4b15d7
View commit details
Copy full SHA for d4b15d7
Browse repository at this point
Commits on Apr 27, 2023
template --> blueprint
barneygale
committed
958b183
View commit details
Copy full SHA for 958b183
Browse repository at this point
Commits on May 2, 2023
Merge branch 'main' into gh-100479-add-makepath
barneygale
committed
1e10188
View commit details
Copy full SHA for 1e10188
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL