-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dan Ryan <[email protected]> Update vendored dependencies Signed-off-by: Dan Ryan <[email protected]> Fix file handle leaks - Fix #3020 - Fix #3088 - Patch delegator - Add weakref finalizer for tempfiles Signed-off-by: Dan Ryan <[email protected]> Fix spinner handlers on windows Signed-off-by: Dan Ryan <[email protected]> Fix spinner output and encoding issue Signed-off-by: Dan Ryan <[email protected]> fix encoding Signed-off-by: Dan Ryan <[email protected]> Fix unicode output on windows, fix tomlkit imports Signed-off-by: Dan Ryan <[email protected]> Unvendor boltons, fix compatibility, update merge functionalities Signed-off-by: Dan Ryan <[email protected]> Update pythonfinder, vistir version, requirementslib version Signed-off-by: Dan Ryan <[email protected]> Fix vendoring script Signed-off-by: Dan Ryan <[email protected]> Silence pip version checks Signed-off-by: Dan Ryan <[email protected]> Add debugging to locking Signed-off-by: Dan Ryan <[email protected]>
- Loading branch information
1 parent
e375eb3
commit 4dac167
Showing
42 changed files
with
1,334 additions
and
561 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed a bug which caused ``Unexpected EOF`` errors to be thrown when PIP awaited input from users who put login credentials in their environment. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added windows-compatible spinner via upgraded ``vistir`` dependency. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Updated vendored dependencies: | ||
- ``certifi 2018.08.24 => 2018.10.15`` | ||
- ``urllib3 1.23 => 1.24`` | ||
- ``requests 2.19.1 => 2.20.0`` | ||
- ``shellingham ``1.2.6 => 1.2.7`` | ||
- ``tomlkit 0.4.4. => 0.4.6`` | ||
- ``vistir 0.1.6 => 0.1.8`` | ||
- ``pythonfinder 0.1.2 => 0.1.3`` | ||
- ``requirementslib 1.1.9 => 1.1.10`` | ||
- ``backports.functools_lru_cache 1.5.0 (new)`` | ||
- ``cursor 1.2.0 (new)`` |
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
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
Oops, something went wrong.