-
Notifications
You must be signed in to change notification settings - Fork 0
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
Gh 5780 r277179033 #1
Merged
Merged
Conversation
This file contains 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
lmarvaud
commented
Oct 10, 2019
- Merge pip/master on Updating remote links with new URLs for PEP508 functionallity pypa/pip#5780
- Apply fix to allow extras according to @pradyunsg comment : https://github.com/pypa/pip/pull/6402/files#r277179033
`url_to_path` discards fragment anyway (5th element of urllib_parse.urlsplit)
…xtras Remove unnecessary else in convert_extras
A few cleanups in req_set.py
Remove download dependency from wheel
As things stand, it'll completely delegate all the metadata generation to InstallRequirement's methods. Follow ups will move related code into this module.
Validate NEWS files with rstcheck.
…parsing Refactoring req.constructors requirement parsing
Because it was a little difficult to follow. Because the comments weren't helpful unless you've built enough context.
…ring Add documentation string to pip._internal.network.auth
This is only relevant for our usage of --trusted-host, so it is enough to initialize it in network.session.
Rename tests.lib.path.Path.{abspath -> resolve()}
…a#7158) Revert "Optimize upgrade of already-satisfied pinned requirement"
Delete 1234.trival
Saves >=10ms on irrelevant platforms.
Move some initialization out of __init__
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.