-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-117201: Handle leading //
for posixpath.commonpath
#117334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
247c9af
Handle leading `//` for `posixpath.commonpath`
nineteendo 0c38276
raise TypeError for non-sequences
nineteendo a9b0832
📜🤖 Added by blurb_it.
blurb-it[bot] a521282
Remove `break` & `else`
nineteendo b467e7e
Merge branch 'fix-commonpath' of https://github.com/nineteendo/cpytho…
nineteendo 26eac21
Handle errors for iterable
nineteendo d83743d
Remove redundant check
nineteendo 1ae0c43
raise TypeError for non-sequences
nineteendo e6de234
Update NEWS.d
nineteendo 012c12e
Add newline
nineteendo fb1c91a
Speed up `posixpath.ismount`
nineteendo ca90fde
unnest `posixpath.expanduser`
nineteendo 758e0d6
Speed up `posixpath.expanduser` & `posixpath.normpath`
nineteendo 218e43e
Move refactoring to new branch
nineteendo 6df0703
Move bug fix to new branch
nineteendo df5225b
Remove leftovers
nineteendo 5cf500b
Add additional test cases
nineteendo c1cffda
Move in try except block
nineteendo 53f414f
Move out try except block
nineteendo fef266e
Revert renaming
nineteendo 34c9275
Revert unnecessary changes
nineteendo ad9c461
Speedup mix check
nineteendo 7565559
Revert list comprehensions
nineteendo 0a1aea2
Merge branch 'fix-posixpath.commonpath' of https://github.com/ninetee…
nineteendo a0ecc76
Rename `tails`
nineteendo 89347ec
Merge branch 'main' into fix-posixpath.commonpath
serhiy-storchaka 49bac97
Merge branch 'main' into fix-posixpath.commonpath
nineteendo 1d5b419
pass *paths
nineteendo 54fff2e
Add additional tests
nineteendo 598f8a1
Fix tests
nineteendo bb35431
Add test & fix failing tests
nineteendo 93a19e8
Remove `tuple()` call
nineteendo 88e0e6d
remove try-except
nineteendo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert renaming
- Loading branch information
commit fef266ef6aaa7bb369e276faa91160cb24d3323d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.