From 9c45fd43cad34f1a8c07283132af7713878bd1e6 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:02:20 +0530 Subject: [PATCH 01/11] Remove 7826.feature --- news/7826.feature | 1 - 1 file changed, 1 deletion(-) delete mode 100644 news/7826.feature diff --git a/news/7826.feature b/news/7826.feature deleted file mode 100644 index 7c6897cc802..00000000000 --- a/news/7826.feature +++ /dev/null @@ -1 +0,0 @@ -Replaced remaining uses of '%' formatting with .format. Fixed two regressions introduced in earlier attempts. From a5d23523b6964507bf5129bff08364a7044e6c1a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:02:27 +0530 Subject: [PATCH 02/11] Remove 8075.feature --- news/8075.bugfix | 1 - 1 file changed, 1 deletion(-) delete mode 100644 news/8075.bugfix diff --git a/news/8075.bugfix b/news/8075.bugfix deleted file mode 100644 index e4b891dbdf8..00000000000 --- a/news/8075.bugfix +++ /dev/null @@ -1 +0,0 @@ -Correctly allow prereleases when the user requires them in the new resolver. From 45094a6c3204e24720e7989b352afb9eb0f28af5 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:02:36 +0530 Subject: [PATCH 03/11] Reword 7856.bugfix --- news/7856.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/7856.bugfix b/news/7856.bugfix index 209805d81e8..50bf6810dd7 100644 --- a/news/7856.bugfix +++ b/news/7856.bugfix @@ -1 +1 @@ -Uninstallation no longer fails on trying to remove non-existent files. +Stop failing uninstallation, when trying to remove non-existent files. From 01d12700f1eedf1b35a242d5cbe47dfcde238406 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:04:28 +0530 Subject: [PATCH 04/11] Reword 8013.bugfix --- news/8013.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/8013.bugfix b/news/8013.bugfix index a6e8fcb28e7..767b749e0c8 100644 --- a/news/8013.bugfix +++ b/news/8013.bugfix @@ -1 +1 @@ -Fix Windows folder writable detection. +Improve Windows compatibility when detecting writability in folder. From e8eb80802f89033f39619f73290f491d8ed60fdb Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:04:54 +0530 Subject: [PATCH 05/11] Fix wording in 7962.bugfix --- news/7962.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/7962.bugfix b/news/7962.bugfix index 76c3442d053..6ee2cc55c5b 100644 --- a/news/7962.bugfix +++ b/news/7962.bugfix @@ -1 +1 @@ -Significantly speedup ``pip list --outdated`` through parallelizing index interaction. +Significantly speedup ``pip list --outdated`` by parallelizing index interaction. From 7cb733545b554454fcb183d41efcbd239a5bbd0e Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:05:49 +0530 Subject: [PATCH 06/11] Reword pytoml.vendor --- news/pytoml.vendor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/pytoml.vendor b/news/pytoml.vendor index a0d77417073..4f7e9b335a7 100644 --- a/news/pytoml.vendor +++ b/news/pytoml.vendor @@ -1 +1 @@ -Drop ``pytoml`` from vendored libaries. +Remove pytoml as a vendored dependency. From 95edc13a48a62ef8a04057b3282f50f38011ce4f Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:06:24 +0530 Subject: [PATCH 07/11] Reword toml.vendor --- news/toml.vendor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/toml.vendor b/news/toml.vendor index 636b06b5c2f..ead9e5c9a29 100644 --- a/news/toml.vendor +++ b/news/toml.vendor @@ -1 +1 @@ -Add ``toml`` 0.10.0 to vendored libraries. +Add toml as a vendored dependency. From 406473db2aad04f29279f346cc3f57ee3d267ed3 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:06:54 +0530 Subject: [PATCH 08/11] Add backticks to 7249.feature --- news/7249.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/7249.feature b/news/7249.feature index 0a791c928df..6074b3c841b 100644 --- a/news/7249.feature +++ b/news/7249.feature @@ -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`` From 7470b7a3340f5e9879bbc908e5043112fa272fb1 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:08:12 +0530 Subject: [PATCH 09/11] Reword 7729.feature --- news/7729.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/news/7729.feature b/news/7729.feature index de4f6e7c8d7..6d050fe1414 100644 --- a/news/7729.feature +++ b/news/7729.feature @@ -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. From 510be6a29d9a07be4a3be8769e0f5d494b0cd636 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:08:50 +0530 Subject: [PATCH 10/11] Reword 7430.bugfix --- news/7430.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/7430.bugfix b/news/7430.bugfix index 9d0146af652..25980e0de49 100644 --- a/news/7430.bugfix +++ b/news/7430.bugfix @@ -1 +1 @@ -Warn if an invalid URL is passed with --index-url +Warn when an invalid URL is passed with ``--index-url`` From ab7be3211b3e93fd2cc174a41ed4d2b9ed111386 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 02:10:07 +0530 Subject: [PATCH 11/11] Reword 7731.bugfix --- news/7731.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/7731.bugfix b/news/7731.bugfix index a73391027fe..7e9e17554e6 100644 --- a/news/7731.bugfix +++ b/news/7731.bugfix @@ -1 +1 @@ -Avoid using the current directory for check, freeze, install, list and show commands, when invoked as 'python -m pip ' +Remove current directory from ``sys.path`` when invoked as ``python -m pip ``