FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101000: Add os.path.splitroot() by barneygale · Pull Request #101002 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-101000: Add os.path.splitroot()
- #101002
#101002
Merged
AlexWaygood
merged 31 commits into
python:main
python/cpython:main
from
barneygale:gh-101000-splitroot
barneygale/cpython:gh-101000-splitroot
Copy head branch name to clipboard
Jan 27, 2023
Conversation
Commits
31
(31)
Checks
Files changed
Merged
gh-101000: Add os.path.splitroot()
#101002
AlexWaygood
merged 31 commits into
python:main
python/cpython:main
from
barneygale:gh-101000-splitroot
barneygale/cpython:gh-101000-splitroot
Copy head branch name to clipboard
Commits
Commits on Jan 12, 2023
gh-101000: Add os.path.splitroot()
barneygale
committed
21c0ba9
View commit details
Copy full SHA for 21c0ba9
Browse repository at this point
Use splitroot() from pathlib
barneygale
committed
836b85d
View commit details
Copy full SHA for 836b85d
Browse repository at this point
Use splitroot() from posixpath
barneygale
committed
bc2d1f9
View commit details
Copy full SHA for bc2d1f9
Browse repository at this point
Use splitroot() from ntpath
barneygale
committed
ecdc40d
View commit details
Copy full SHA for ecdc40d
Browse repository at this point
Optimizations
barneygale
committed
6592b27
View commit details
Copy full SHA for 6592b27
Browse repository at this point
Commits on Jan 13, 2023
Correct and expand examples in splitroot() docstring
barneygale
committed
78f4227
View commit details
Copy full SHA for 78f4227
Browse repository at this point
Update Lib/ntpath.py
Show description for 9726ca4
barneygale
and
eryksun
authored
9726ca4
View commit details
Copy full SHA for 9726ca4
Browse repository at this point
Commits on Jan 14, 2023
Use splitroot() from pathlib.PurePath.with_name()
barneygale
committed
7a6613c
View commit details
Copy full SHA for 7a6613c
Browse repository at this point
Commits on Jan 15, 2023
Reduce ntpath.normpath() diff noise
barneygale
committed
26a8dba
View commit details
Copy full SHA for 26a8dba
Browse repository at this point
Simplify ntpath.commonpath() now that 'isabs' is unused.
barneygale
committed
0c237d4
View commit details
Copy full SHA for 0c237d4
Browse repository at this point
Reduce posixpath.normpath() diff noise
barneygale
committed
11ed3eb
View commit details
Copy full SHA for 11ed3eb
Browse repository at this point
Improve documentation
barneygale
committed
2c9eed8
View commit details
Copy full SHA for 2c9eed8
Browse repository at this point
Add whatsnew entry.
barneygale
committed
8299e96
View commit details
Copy full SHA for 8299e96
Browse repository at this point
Simplify ntpath.splitroot() slightly
barneygale
committed
27ffe37
View commit details
Copy full SHA for 27ffe37
Browse repository at this point
Commits on Jan 16, 2023
Apply suggestions from code review
Show description for 9beff2a
barneygale
and
eryksun
authored
9beff2a
View commit details
Copy full SHA for 9beff2a
Browse repository at this point
Update Doc/library/os.path.rst
Show description for bacdee1
barneygale
and
eryksun
authored
bacdee1
View commit details
Copy full SHA for bacdee1
Browse repository at this point
Note that drive may be empty on Windows
barneygale
committed
4ebe545
View commit details
Copy full SHA for 4ebe545
Browse repository at this point
Re-order drive example
barneygale
committed
2927afe
View commit details
Copy full SHA for 2927afe
Browse repository at this point
Update Doc/library/os.path.rst
Show description for b0aa73e
barneygale
and
eryksun
authored
b0aa73e
View commit details
Copy full SHA for b0aa73e
Browse repository at this point
Commits on Jan 18, 2023
Adjust docstring examples
barneygale
committed
19777d6
View commit details
Copy full SHA for 19777d6
Browse repository at this point
Commits on Jan 19, 2023
Apply suggestions from code review
Show description for 32e212e
barneygale
and
AlexWaygood
authored
32e212e
View commit details
Copy full SHA for 32e212e
Browse repository at this point
Update Doc/library/os.path.rst
barneygale
authored
37cded3
View commit details
Copy full SHA for 37cded3
Browse repository at this point
Change example username in docs to 'Sam'
barneygale
committed
5a8dfce
View commit details
Copy full SHA for 5a8dfce
Browse repository at this point
Adjust first paragraph to use prose
Show description for 0e75a55
barneygale
committed
0e75a55
View commit details
Copy full SHA for 0e75a55
Browse repository at this point
Commits on Jan 22, 2023
Update Doc/library/os.path.rst
Show description for 3663237
barneygale
and
AlexWaygood
authored
3663237
View commit details
Copy full SHA for 3663237
Browse repository at this point
Add tests for bytes (POSIX only) and path-like objects (both platforms)
barneygale
committed
053729d
View commit details
Copy full SHA for 053729d
Browse repository at this point
Add tests for mixed path separators (Windows only)
barneygale
committed
694f093
View commit details
Copy full SHA for 694f093
Browse repository at this point
Remove errant newline.
barneygale
committed
e99e3cd
View commit details
Copy full SHA for e99e3cd
Browse repository at this point
Move most test cases from `test_splitdrive` to `test_splitroot`
barneygale
committed
f618a00
View commit details
Copy full SHA for f618a00
Browse repository at this point
Mention pathlib performance improvement in news entry.
barneygale
committed
1c522c9
View commit details
Copy full SHA for 1c522c9
Browse repository at this point
Merge branch 'main' into gh-101000-splitroot
AlexWaygood
authored
df17269
View commit details
Copy full SHA for df17269
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL