Commit Graph

11020 Commits

Author SHA1 Message Date
Sumana Harihareswara 5393032025 Improve docs on resolver, constraints, and hash-checking
Related to #9020.
2020-10-29 13:49:08 -04:00
Sumana Harihareswara b7c3503a34 Add note about install/upgrade behavior to docs
Towards #8115.
2020-10-29 13:49:08 -04:00
Pradyun Gedam 1bcebab6e4
Merge pull request #9044 from brainwane/docs-change-resolver-default 2020-10-29 23:09:07 +05:30
Sumana Harihareswara 7657c44409 docs: Clarify links for resolver work and studies
Co-Authored-By: Bernard Tyers <bernard+work@ei8fdb.org>
2020-10-28 23:29:09 -04:00
Sumana Harihareswara 4ce9565aa1 Update docs about Python 2 and resolver
Per #9019.
2020-10-28 23:22:17 -04:00
Sumana Harihareswara f4e96e95c9 Add redirect for heading in user guide 2020-10-28 23:22:17 -04:00
Sumana Harihareswara 3a20399d93 Update user guide to change resolver default
In pip 20.3, the new resolver will be the default.
Therefore, this commit updates user docs to change
instructions for testing, migration, etc.

Towards #8937.
2020-10-28 23:22:17 -04:00
Pradyun Gedam 92f9e77127
Merge pull request #9064 from pypa/xavfernandez-patch-1
Fix trivial news file generation on windows
2020-10-29 04:48:23 +05:30
Xavier Fernandez 1cd89f824a
Fix trivial news file generation on windows 2020-10-28 23:55:13 +01:00
Pradyun Gedam 9f318de7b6
Add a debugging reporter for pip's resolver 2020-10-29 02:33:50 +05:30
Nguyễn Gia Phong 60ae3e8759 Test against Python 3.9 on Travis CI 2020-10-28 21:05:58 +07:00
Bernard Tyers 0cf0092981
Apply suggestions from code review
Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
Co-authored-by: Sumana Harihareswara <sh@changeset.nyc>
2020-10-28 14:30:04 +01:00
Pradyun Gedam 00e531a16e
Merge pull request #9017 from pradyunsg/backtracking-messaging 2020-10-28 18:25:29 +05:30
Pradyun Gedam 741b80ac08
Update wording in informational message 2020-10-28 18:25:12 +05:30
Bernard e3675c5a93 Committing edits. 2020-10-28 12:56:45 +01:00
Pradyun Gedam c4dbc7d814
Merge pull request #8820 from katzdm/multi-abis-platforms 2020-10-28 13:51:20 +05:30
Daniel Katz 7632c7a22b Spell `abis` and `platforms` as plural words. 2020-10-27 19:00:22 -04:00
Daniel Katz 01a512c7fc Fix linter error: Add missing function type declaration. 2020-10-27 19:00:22 -04:00
Daniel Katz 1037227034 Rename news-file to use new *.rst convention. 2020-10-27 19:00:22 -04:00
Daniel Katz e08ec3593d Expand platform-tags unconditionally. 2020-10-27 19:00:22 -04:00
Daniel Katz 7237bd3397 Respond to feedback, and add functional tests. 2020-10-27 19:00:22 -04:00
Daniel Katz abf987bde3 Use 'append'-style CLI arguments, rather than ','-separated values. 2020-10-27 19:00:22 -04:00
Daniel Katz cea9f32dae Support multiple `abi` and `platform` values for `pip download`. 2020-10-27 19:00:22 -04:00
Pradyun Gedam a0ec4be98b
Merge pull request #8666 from uranusjr/rmtree-unicode-use-file-system-encoding
Only do the ensure_text() dance on Windows
2020-10-27 23:14:39 +05:30
Pradyun Gedam 9a5441c331
Merge pull request #9049 from pfmoore/remove_build_dir 2020-10-27 22:41:47 +05:30
Pradyun Gedam f2852cd775
Merge pull request #8991 from asottile/dead_code
delete some dead test code (VERBOSE_FALSE)
2020-10-27 21:45:20 +05:30
Paul Moore 52e1c9a39c Not clear why this didn't fail before... 2020-10-27 15:49:38 +00:00
Paul Moore 0c2a2bc803 Mark a couple of tests that still use --build as xfail 2020-10-27 15:24:36 +00:00
Paul Moore 7c4c5b8330 Remove test_pip_wheel_fail_cause_of_previous_build_dir as it's no longer valid 2020-10-27 15:24:36 +00:00
Paul Moore 97e2c7a345 Add news entry 2020-10-27 15:24:36 +00:00
Paul Moore 40904e3a05 Remove --build-dir option, as per deprecation 2020-10-27 15:24:36 +00:00
Pradyun Gedam b39aeeb6df
Merge pull request #9050 from sbidoul/fix-freeze-direct_url-editable-sbi 2020-10-27 19:34:10 +05:30
Pradyun Gedam f5ac343481
Merge pull request #9055 from pradyunsg/modify-assertion-in-topological-sort 2020-10-27 19:33:33 +05:30
Pradyun Gedam 55e316a452
Add the last line to the info message 2020-10-27 19:32:36 +05:30
Pradyun Gedam 1acca46aa3
Prefix backtracking message with "INFO: " 2020-10-27 19:32:36 +05:30
Pradyun Gedam f3307a5103
Present a message upon first backtrack 2020-10-27 19:32:36 +05:30
Pradyun Gedam 9a1f790951
📰 2020-10-27 19:32:36 +05:30
Pradyun Gedam daa003bd9b
Make mypy happy 2020-10-27 19:32:36 +05:30
Pradyun Gedam 95171c881f
Display messages when backtracking on a package 2020-10-27 19:32:35 +05:30
Tzu-ping Chung 94fbb6cf78 Only do the ensure_text() dance on Windows
POSIX is problematic when the environment is not configured properly.
2020-10-27 21:40:39 +08:00
Pradyun Gedam 5bfd1db071
Merge pull request #9057 from pradyunsg/ci/use-the-bigger-hammer 2020-10-27 19:08:34 +05:30
Pradyun Gedam 0608d2c571
Remove the AP MacOS job 2020-10-27 18:10:07 +05:30
Xavier Fernandez c15f8672ec
Merge pull request #8972 from drpoggi/patch-1
Fix docs for trusted-host in config file
2020-10-26 23:58:47 +01:00
Pradyun Gedam 0e135407c7
Simplify YAML + better names 2020-10-27 02:10:36 +05:30
Pradyun Gedam d4cde6cb10
Fix typo 2020-10-27 01:49:00 +05:30
Pradyun Gedam 3ccf8614fa
Drop MacOS test runs for Azure Pipelines 2020-10-27 01:33:03 +05:30
Pradyun Gedam bb38dd568b
Add GitHub Action based testing for MacOS 2020-10-27 01:32:49 +05:30
Pradyun Gedam 45d3a3e859
Update tests for new signature 2020-10-27 01:05:29 +05:30
Pradyun Gedam 1bb7bf6a4c
Update type annotation 2020-10-27 01:00:30 +05:30
Pradyun Gedam e74116a436
Change assertion in topological sorting 2020-10-27 00:53:41 +05:30