-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Speed up pip list --outdated
#7962
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
957c093
Speed up pip list --outdated
CrafterKolyan 3151566
Add news
CrafterKolyan f8e2b5d
Make indent_log thread-safe
CrafterKolyan 829a3b2
Fix Python 2 compatibility
CrafterKolyan 1d4fc03
Change Pool to ThreadPool and fix minor closing
CrafterKolyan ccb0b5c
Lazier calculations
CrafterKolyan 03bfdbc
Refactoring. Rename inner function
CrafterKolyan f695354
Add commentary
CrafterKolyan 6b8c191
Update comment
CrafterKolyan 9b9e137
Update comment
CrafterKolyan 5cccd4e
Change ThreadPool to Pool
CrafterKolyan 3bc3cee
Add logging thread-safety tests
CrafterKolyan f8bb362
Fix Python 2 compatibility in tests
CrafterKolyan e454181
Fix coding style
CrafterKolyan 3acf8b7
Merge branch 'master' into patch-1
CrafterKolyan 917ad6a
Update news/7962.bugfix
CrafterKolyan b744854
Update news/7962.bugfix. Fix linter
CrafterKolyan f0ae64f
Delete misleading line of code
CrafterKolyan 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
`pip list --outdated` version fetching is multi-threaded | ||
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
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.