Skip to content

Commit

Permalink
Merge pull request #8092 from pradyunsg/improve-NEWS-entries
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Apr 19, 2020
2 parents 944987d + ab7be32 commit 1d7b5d9
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion news/7249.feature
Original file line number Diff line number Diff line change
@@ -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``
2 changes: 1 addition & 1 deletion news/7430.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Warn if an invalid URL is passed with --index-url
Warn when an invalid URL is passed with ``--index-url``
4 changes: 1 addition & 3 deletions news/7729.feature
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion news/7731.bugfix
Original file line number Diff line number Diff line change
@@ -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>``
1 change: 0 additions & 1 deletion news/7826.feature

This file was deleted.

2 changes: 1 addition & 1 deletion news/7856.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Uninstallation no longer fails on trying to remove non-existent files.
Stop failing uninstallation, when trying to remove non-existent files.
2 changes: 1 addition & 1 deletion news/7962.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Significantly speedup ``pip list --outdated`` through parallelizing index interaction.
Significantly speedup ``pip list --outdated`` by parallelizing index interaction.
2 changes: 1 addition & 1 deletion news/8013.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix Windows folder writable detection.
Improve Windows compatibility when detecting writability in folder.
1 change: 0 additions & 1 deletion news/8075.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion news/pytoml.vendor
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Drop ``pytoml`` from vendored libaries.
Remove pytoml as a vendored dependency.
2 changes: 1 addition & 1 deletion news/toml.vendor
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add ``toml`` 0.10.0 to vendored libraries.
Add toml as a vendored dependency.

0 comments on commit 1d7b5d9

Please sign in to comment.