FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` by barneygale · Pull Request #91882 · 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-81790: support "UNC" device paths in ntpath.splitdrive()
- #91882
#91882
Merged
zooba
merged 16 commits into
python:main
python/cpython:main
from
barneygale:gh-81790-splitdrive-improvements
barneygale/cpython:gh-81790-splitdrive-improvements
Copy head branch name to clipboard
Jun 10, 2022
Conversation
Commits
16
(16)
Checks
Files changed
Merged
gh-81790: support "UNC" device paths in ntpath.splitdrive()
#91882
zooba
merged 16 commits into
python:main
python/cpython:main
from
barneygale:gh-81790-splitdrive-improvements
barneygale/cpython:gh-81790-splitdrive-improvements
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2022
gh-81790: support "UNC" device paths in ntpath.splitdrive()
barneygale
committed
c97bfbf
View commit details
Copy full SHA for c97bfbf
Browse repository at this point
Add docs, news, tests.
barneygale
committed
2da18ba
View commit details
Copy full SHA for 2da18ba
Browse repository at this point
Add a couple of comments.
barneygale
committed
49f9373
View commit details
Copy full SHA for 49f9373
Browse repository at this point
Commits on Apr 25, 2022
Improve variable names a little
barneygale
committed
57840d4
View commit details
Copy full SHA for 57840d4
Browse repository at this point
Address review feedback
barneygale
committed
264d79e
View commit details
Copy full SHA for 264d79e
Browse repository at this point
Add a few comments
barneygale
committed
0652b12
View commit details
Copy full SHA for 0652b12
Browse repository at this point
Commits on Apr 26, 2022
Fix volume-by-guid path support
barneygale
committed
bcc561c
View commit details
Copy full SHA for bcc561c
Browse repository at this point
Update Lib/ntpath.py
Show description for 40c1eaf
barneygale
and
eryksun
authored
40c1eaf
View commit details
Copy full SHA for 40c1eaf
Browse repository at this point
Update Lib/ntpath.py
Show description for 34358c8
barneygale
and
eryksun
authored
34358c8
View commit details
Copy full SHA for 34358c8
Browse repository at this point
Update Lib/ntpath.py
Show description for 0213a72
barneygale
and
eryksun
authored
0213a72
View commit details
Copy full SHA for 0213a72
Browse repository at this point
Commits on May 28, 2022
Revise implementation to affect only paths beginning `\\?\UNC\`.
barneygale
committed
a7fa62b
View commit details
Copy full SHA for a7fa62b
Browse repository at this point
Undo formatting change.
barneygale
committed
992f59d
View commit details
Copy full SHA for 992f59d
Browse repository at this point
Re-introduce comment with some interesting findings on extended paths.
barneygale
committed
3f163ff
View commit details
Copy full SHA for 3f163ff
Browse repository at this point
Commits on May 31, 2022
Fix handling of `\\?\UNC` (no trailing slash)
barneygale
committed
4244684
View commit details
Copy full SHA for 4244684
Browse repository at this point
Remove extending paths findings comment.
barneygale
committed
471e3b4
View commit details
Copy full SHA for 471e3b4
Browse repository at this point
Commits on Jun 9, 2022
Remove unnecessary tests
barneygale
committed
8f9ab9a
View commit details
Copy full SHA for 8f9ab9a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL