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

7506 commits

Author SHA1 Message Date
Chris Jerdonek
5a1b97d572
Merge pull request #6835 from cjerdonek/requirement-command-import
Move RequirementCommand to a different module
2019-08-07 12:08:00 -07:00
Paul Moore
d44938c56f
Merge pull request #6517 from blurstudio/uninstall-support-unc
Add unit tests for easy-install.pth uninstall
2019-08-07 08:46:22 +01:00
Pradyun Gedam
618f7b660d
Merge pull request #6840 from chrahunt/maint/merge-5924
Merge latest into and fix CI for #5924.
2019-08-07 10:06:40 +05:30
Chris Hunt
df36ddfb0d Merge branch 'master' into maint/merge-5924 2019-08-06 23:42:04 -04:00
Pradyun Gedam
7c319ad74a
Add a skeleton for architecture documentation (#6836) 2019-08-07 02:41:00 +05:30
Pradyun Gedam
5280483c06
Clarify who we welcome help from 2019-08-07 02:40:08 +05:30
Pradyun Gedam
bcf123bbf3
Merge pull request #6837 from pypa/readthedocs-builder
Add correct builder to ReadTheDocs configuration
2019-08-06 19:48:12 +05:30
Pradyun Gedam
ade7d8efea
Merge pull request #6838 from atugushev/fix-issue-1373
Unskip pip install from wheel with headers
2019-08-06 09:47:51 +05:30
Paul Moore
e4c32b9917
Merge pull request #6770 from omry/master
exclude '.tox', '.nox' from being copied during 'pip install .'
2019-08-05 23:29:02 +01:00
Albert Tugushev
aaf86008d0 Unskip pip install from wheel with headers
Closes #1373.
2019-08-06 01:28:28 +03:00
Pradyun Gedam
e50bf782da
Add correct builder to ReadTheDocs configuration 2019-08-05 18:09:07 +05:30
Pradyun Gedam
1429a55f40
Add a skeleton for architecture documentation 2019-08-05 17:51:28 +05:30
Pradyun Gedam
13df7bfb5f
Simplify init module (#6833) 2019-08-05 17:31:26 +05:30
Pradyun Gedam
2f9f91882a
Simplify ignoring urllib3 warnings 2019-08-04 23:11:30 +05:30
Pradyun Gedam
12e63b9def
Move logic for SecureTransport injection to utils 2019-08-04 23:11:25 +05:30
Pradyun Gedam
476606425a
Add mypy's no-strict-optional configuration inline (#6750) 2019-08-04 21:59:42 +05:30
Pradyun Gedam
c56c7bc2d2
Add a ReadTheDocs configuration file
Merge pull request #6828 from pradyunsg/docs/readthedocs-configuration
2019-08-04 20:07:12 +05:30
Pradyun Gedam
068cbeda3c
Refactor download.get_file_content
Merge pull request #6756 from chrahunt/maint/cleanup-download
2019-08-04 20:06:01 +05:30
Pradyun Gedam
ce50b3467c
Merge pull request #6829 from pradyunsg/prepare-in-one-place
Unify calls to prepare_distribution_metadata to one callsite
2019-08-04 20:04:16 +05:30
Pradyun Gedam
7d29841ced
Fix handling of tokens (single part credentials) in URLs (#6818) 2019-08-04 19:56:41 +05:30
Chris Jerdonek
da9ebed9df Move RequirementCommand to req_command.py. 2019-08-04 02:05:33 -07:00
Prabakaran Kumaresshan
b562531cc5 Add make_resolver() to RequirementCommand base class (#6826). 2019-08-03 23:47:50 -07:00
Pradyun Gedam
3e73edd3e8
Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion
Fix "~" expansion in --find-links paths
2019-08-04 12:16:51 +05:30
Pradyun Gedam
f18ec526db
Unify calls to prepare_distribution_metadata to one callsite 2019-08-04 11:16:16 +05:30
Pradyun Gedam
8963e3712a
Exclude .readthedocs.yml from distributions 2019-08-04 11:14:09 +05:30
Chris Jerdonek
56324a3f38 Fix "~" expansion in --find-links paths. 2019-08-03 11:55:38 -07:00
Omry Yadan
6dd5727773 responded to comments 2019-08-03 11:14:36 -07:00
Omry Yadan
ec47c866c8 updated docs 2019-08-03 10:31:42 -07:00
Chris Hunt
82ef9d67e2 Refactor download.get_file_content. 2019-08-03 10:51:16 -04:00
Omry Yadan
8e87980d17 responding to comments 2019-08-02 23:14:41 -07:00
Omry Yadan
e67f066169 fixed on python 2.7 2019-08-02 18:40:09 -07:00
Omry Yadan
77c1504137 unit test 2019-08-02 18:17:53 -07:00
Prabakaran Kumaresshan
82dbcdae87 Add make_requirement_preparer() to RequirementCommand base class (#6810) 2019-08-01 20:29:44 -07:00
Pradyun Gedam
5796d9e949
Populate InstallRequirement.link before preparing it (#6803) 2019-08-01 18:29:49 +05:30
Pradyun Gedam
c941dca9bb
Add ReadTheDocs configuration 2019-08-01 12:08:00 +05:30
Pradyun Gedam
adb09ee7b5
Merge pull request #6760 from brainwane/tox-docs-update
Update (Travis CI's) development tool usage to Python 3.7
2019-07-31 17:28:10 +05:30
Pradyun Gedam
66d5486b9d
Update Python versions on Travis CI 2019-07-31 12:29:04 +05:30
Pradyun Gedam
69706e8b2b
Merge branch 'master' into tox-docs-update 2019-07-31 12:27:12 +05:30
Omry Yadan
d4171f28d1 minor updates 2019-07-30 17:52:12 -07:00
Mike Hendricks
4e339f537d
Merge branch 'master' into uninstall-support-unc 2019-07-30 11:36:15 -07:00
Pradyun Gedam
ef91b330cb
Merge pull request #6816 from pradyunsg/move-tasks-to-tools.automation
Move invoke tasks to tools/automation
2019-07-30 18:57:48 +05:30
Pradyun Gedam
7eecb7d73e
Merge pull request #6815 from pradyunsg/move-requirements-files
Move requirement files to tools/requirements/
2019-07-30 18:56:53 +05:30
Pradyun Gedam
c9b6d252a8
Move invoke commands to tools.automation 2019-07-30 17:41:22 +05:30
Pradyun Gedam
c6da85a6eb
Move requirement files to tools/requirements/ 2019-07-30 17:01:05 +05:30
Pradyun Gedam
e72e9e2285
Revert "Ignore new warnings traced on tox invocation." (#6812) 2019-07-30 13:41:49 +05:30
Pradyun Gedam
dc7f2b91d5
Document that --ignore-installed is dangerous (#6794) 2019-07-30 13:32:04 +05:30
Pradyun Gedam
9a700bb2d6
Spread the Windows test load between Azure & Appveyor (#6790) 2019-07-30 13:30:00 +05:30
Pradyun Gedam
f377148f6d
Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
Pradyun Gedam
800f866600
Upgrade to mypy 0.720 (#6808) 2019-07-30 12:38:46 +05:30
Pradyun Gedam
9214099f09
Revert "Ignore new warnings traced on tox invocation." 2019-07-30 12:28:20 +05:30