1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #8092 from pradyunsg/improve-NEWS-entries

This commit is contained in:
Pradyun Gedam 2020-04-20 02:56:44 +05:30 committed by GitHub
commit 1d7b5d9b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 9 additions and 13 deletions

View file

@ -1 +1 @@
Raise error if --user and --target are used together in pip install
Raise error if ``--user`` and ``--target`` are used together in ``pip install``

View file

@ -1 +1 @@
Warn if an invalid URL is passed with --index-url
Warn when an invalid URL is passed with ``--index-url``

View file

@ -1,3 +1 @@
Cache the result of parse_links() to avoid re-tokenizing a find-links page multiple times over a pip run.
This change significantly improves resolve performance when --find-links points to a very large html page.
Significantly improve performance when ``--find-links`` points to a very large HTML page.

View file

@ -1 +1 @@
Avoid using the current directory for check, freeze, install, list and show commands, when invoked as 'python -m pip <command>'
Remove current directory from ``sys.path`` when invoked as ``python -m pip <command>``

View file

@ -1 +0,0 @@
Replaced remaining uses of '%' formatting with .format. Fixed two regressions introduced in earlier attempts.

View file

@ -1 +1 @@
Uninstallation no longer fails on trying to remove non-existent files.
Stop failing uninstallation, when trying to remove non-existent files.

View file

@ -1 +1 @@
Significantly speedup ``pip list --outdated`` through parallelizing index interaction.
Significantly speedup ``pip list --outdated`` by parallelizing index interaction.

View file

@ -1 +1 @@
Fix Windows folder writable detection.
Improve Windows compatibility when detecting writability in folder.

View file

@ -1 +0,0 @@
Correctly allow prereleases when the user requires them in the new resolver.

View file

@ -1 +1 @@
Drop ``pytoml`` from vendored libaries.
Remove pytoml as a vendored dependency.

View file

@ -1 +1 @@
Add ``toml`` 0.10.0 to vendored libraries.
Add toml as a vendored dependency.