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

8476 commits

Author SHA1 Message Date
Christopher Hunt 4c1a7cda5a
Merge pull request #7201 from aniruddha2000/basic_cred
Describe basic auth credentials in documentation
2019-11-13 10:52:50 +08:00
Christopher Hunt 6bc7a1c5ad
Merge pull request #7342 from chrahunt/refactor/simplify-tags
Make versions argument singular for pep425tags.get_supported()
2019-11-13 10:50:47 +08:00
Christopher Hunt 2de81affb8
Merge pull request #7348 from sinoroc/fix-doc-links-index-options
Fix documentation links for index options
2019-11-13 10:24:30 +08:00
Chris Hunt 8f60e8835a Move URL in basic auth docs 2019-11-12 21:05:42 -05:00
Chris Hunt 7d27bff299 Make versions argument singular for pep425tags.get_supported()
This simplifies the interface of this function in preparation for
switching to packaging.tags.
2019-11-12 20:58:44 -05:00
Christopher Hunt ee8271565c
Merge pull request #7343 from jiasli/patch-1
Add double quotes to pip install from VCS
2019-11-13 09:56:22 +08:00
Christopher Hunt aaa7de267c
Merge pull request #7344 from chrahunt/refactor/cleanup-prepare
Cleanup operations.prepare
2019-11-13 09:43:51 +08:00
sinoroc 72e8510f3b Fix documentation links for index options
In the documentation the links for the pip commands index options
are mixed up.

The index options are common to multiple commands, but in the
documentation they should be specific to a command for the links to
point to the right chapter.

GitHub: #7347
2019-11-13 00:01:19 +01:00
Christopher Hunt 44db4d81b2
Merge pull request #7341 from hallazzang/master
Fix typo in warning message
2019-11-13 02:10:53 +08:00
Aniruddha Basak cc57a18548 Correct the link referring the issue 3236 2019-11-12 18:30:51 +05:30
Hanjun Kim b94725de4c
change error message 2019-11-12 20:05:06 +09:00
Hanjun Kim 0363420239
update test condition 2019-11-12 20:03:01 +09:00
Chris Hunt 16ffd1a9c4 Normalize style 2019-11-11 22:36:46 -05:00
Chris Hunt 95375a5213 Make session a required parameter in operations.prepare 2019-11-11 22:34:52 -05:00
Jiashuo Li 94afac6d31 trivial 2019-11-12 10:50:26 +08:00
Jiashuo Li 530c1d7344
Add double quotes to pip install from VCS 2019-11-12 10:32:21 +08:00
Pradyun Gedam 6c04feff1d
Sort applicable candidates before computing best candidate (#7332) 2019-11-11 22:10:57 +05:30
Hanjun Kim 12b58ed8e0
create news entry 2019-11-11 23:15:46 +09:00
Hanjun Kim f2bde8038c
Fix typo in warning message
Option names in the message should match with actual arguments.
2019-11-11 23:08:35 +09:00
Pradyun Gedam b580b74de6
Vendoring logic cleanups + Move typing stub generation to dedic… (#7334)
Vendoring logic cleanups + Move typing stub generation to dedicated module
2019-11-11 13:15:20 +05:30
Christopher Hunt 0801e972c3
Merge pull request #7337 from chrahunt/refactor/remove-unneeded-compat
Remove unnecessary native_str implementation
2019-11-11 15:44:02 +08:00
Pradyun Gedam c522381b32
Rename InstallationCandidate.{project -> name} (#7328) 2019-11-11 13:11:19 +05:30
Christopher Hunt df47abf67e
Merge pull request #7336 from chrahunt/refactor/remove-manual-decoding
Remove manual decoding in network.session in favor of six method
2019-11-11 15:38:27 +08:00
Christopher Hunt 8ce34af430
Merge pull request #7323 from chrahunt/refactor/less-intrusive-pep425tags
Be less intrusive towards pep425tags in tests
2019-11-11 15:37:10 +08:00
Pradyun Gedam 3bc31119fa
Add use_user_site to RequirementPreparer (#7331) 2019-11-11 11:41:49 +05:30
Pradyun Gedam 9b25cd512b
Rename InstallationCandidate.{project -> name} 2019-11-11 11:37:53 +05:30
Pradyun Gedam b7706798ae
Revert "Make it clearer where licenses are coming from"
This reverts commit d8d948de64.
2019-11-11 11:25:01 +05:30
Pradyun Gedam 4b1c3484b0
Minor updates to noxfile.py (#7330) 2019-11-11 11:19:16 +05:30
Pradyun Gedam 1405a403fe
Merge branch 'master' into add-use-user-site-to-preparer 2019-11-11 08:40:20 +05:30
Christopher Hunt 8453fa5a64
Merge pull request #7073 from cjerdonek/remove-get-pages
Change CollectedLinks to store project page URLs
2019-11-11 11:00:19 +08:00
Christopher Hunt 105e7bd0b1
Merge pull request #6372 from kx-chen/document-no-warn-script-location
Document enabling --no-warn-script-location
2019-11-11 10:45:46 +08:00
Chris Jerdonek 9bd0db2945 Update the PackageFinder architecture document. 2019-11-10 21:27:13 -05:00
Chris Jerdonek f4cad3d403 Add PackageFinder.process_project_url(), and test. 2019-11-10 21:27:13 -05:00
Chris Jerdonek bab1e4f8a1 Change CollectedLinks to store project_urls. 2019-11-10 21:27:00 -05:00
Chris Jerdonek 024038cf10 Add LinkCollector.fetch_page(). 2019-11-10 21:19:07 -05:00
Kai Chen dd0ba3d185 Document enabling --no-warn-script-location with falsy values
Closes https://github.com/pypa/pip/issues/6209
2019-11-10 21:09:30 -05:00
Chris Hunt 0a6305a398 Remove unused compat.native_str 2019-11-10 18:06:24 -05:00
Chris Hunt 19397d0d2e Prefer six.ensure_str over our own version 2019-11-10 18:05:10 -05:00
Chris Hunt 143608bd14 Remove manual decoding in network.session in favor of six method 2019-11-10 17:56:59 -05:00
Pradyun Gedam 1354df46e5
Merge pull request #7329 from pradyunsg/misc/nox-upload-command
Add a `nox -s upload-release` command and switch the release process to it
2019-11-11 01:09:57 +05:30
Pradyun Gedam 85083f008b
🎨 nicer grammer in a comment 2019-11-10 17:26:35 +05:30
Pradyun Gedam e3400fda03
Use ALL_CAPS for global variable 2019-11-10 17:26:35 +05:30
Pradyun Gedam ef53667aeb
Rework mypy stub generation 2019-11-10 17:26:29 +05:30
Pradyun Gedam 25d98529dd
Move logic for generating stubs into dedicated module 2019-11-10 17:11:06 +05:30
Pradyun Gedam d8d948de64
Make it clearer where licenses are coming from 2019-11-10 15:39:49 +05:30
Pradyun Gedam 419ddf4d7c
Get rid of TASK_NAME 2019-11-10 15:37:14 +05:30
Pradyun Gedam deecb36de9
Reduce RequirementTracker responsibilities (#7278) 2019-11-10 15:08:52 +05:30
Christopher Hunt 2ed5d565de
Merge pull request #7326 from chrahunt/bugfix/enforce-pyproject-requires-format
Enforce requirement format in pyproject.toml build-system.requires
2019-11-10 16:56:18 +08:00
Christopher Hunt 77eb89edbb
Merge pull request #7314 from chrahunt/refactor/remove-req-from-wheel-build
Factor out legacy wheel build function
2019-11-10 16:55:35 +08:00
Pradyun Gedam 997db009b2
Update documentation for package finding 2019-11-10 14:12:56 +05:30