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

7756 commits

Author SHA1 Message Date
Sumana Harihareswara c03335502a WIP formatting of source section 2019-08-13 19:21:01 -04:00
Sumana Harihareswara 7e51405806 WIP reformatting as nested list 2019-08-13 19:21:01 -04:00
Sumana Harihareswara 8f2d28b563 WIP to squash 2019-08-13 19:21:01 -04:00
Sumana Harihareswara 7662d840ed Polish formatting and wording 2019-08-13 19:21:01 -04:00
Sumana Harihareswara 4b8ecd6f2d Add architecture overview. 2019-08-13 19:21:01 -04:00
Chris Jerdonek 76a89542a8
Merge pull request #6856 from chrahunt/maint/remove-unneeded-expect-error-stderr
Remove unnecessary expect_error
2019-08-12 15:08:56 -07:00
Chris Hunt 73e33ae803 Assert that expect_error script invocations return non-zero. 2019-08-12 16:27:25 -04:00
Chris Jerdonek 908e2034fa
Merge pull request #6859 from cjerdonek/wheel-strict-optional
Remove WheelBuilder's dependence on PipSession
2019-08-11 12:17:50 -07:00
Chris Jerdonek 022a36662f Remove WheelBuilder's dependence on PipSession. 2019-08-11 11:33:23 -07:00
Chris Jerdonek 698b27b875 Start type checking commands/install.py and commands/wheel.py. 2019-08-11 11:33:18 -07:00
Pradyun Gedam 1de04eb612
Merge release/19.2.2 branch into master (#6860) 2019-08-11 22:52:40 +05:30
Pradyun Gedam 0839db5537
Merge branch 'master' into release/19.2.2 2019-08-11 22:40:00 +05:30
Pradyun Gedam 082bc0411e
Generate NEWS 2019-08-11 22:34:16 +05:30
Pradyun Gedam 21b968e4d1
Bump version to 19.2.2 2019-08-11 22:33:44 +05:30
Pradyun Gedam 250f687ffe
Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion
Fix "~" expansion in --find-links paths
2019-08-11 22:14:41 +05:30
Pradyun Gedam f41f747f8b
Fix handling of tokens (single part credentials) in URLs (#6818) 2019-08-11 22:13:29 +05:30
Pradyun Gedam 4601a8d83f
Simplify the handling of "typing.cast" 2019-08-11 22:12:50 +05:30
Chris Hunt 0a6b3cedae Remove unnecessary expect_error. 2019-08-10 22:39:57 -04:00
Chris Jerdonek 2bfafc9b70
Merge pull request #6854 from chrahunt/refactor/remove-unnecessary-as
Clean up import in moved module.
2019-08-10 15:21:39 -07:00
Chris Hunt a0418719b0 Clean up import in moved module. 2019-08-10 13:54:35 -04:00
Chris Jerdonek 6f0e873182
Merge pull request #6850 from cjerdonek/make-tags-argument-required
Make tags required in Wheel.support_index_min() and supported()
2019-08-10 06:17:12 -07:00
Pradyun Gedam d32365c552
Remove an unneeded argument from populate_requirement_set() (#6847) 2019-08-10 18:39:21 +05:30
Chris Jerdonek 63639bfc0f Make tags required in Wheel.support_index_min() and supported(). 2019-08-10 02:59:59 -07:00
Chris Jerdonek 8720d322cb
Merge pull request #6848 from cjerdonek/wheel-support-index-min-int-return-type
Change the return type of Wheel.support_index_min() from Optional[int] to int
2019-08-09 01:26:35 -07:00
Chris Jerdonek bb9cb5e19d Change the return type of Wheel.support_index_min() to int. 2019-08-08 22:58:17 -07:00
Chris Jerdonek 075358a0ec Simplify Wheel.supported(). 2019-08-08 22:49:48 -07:00
Christopher Hunt 76e1f1b5e6 Simplify file cache. (#6845) 2019-08-08 17:39:12 -07:00
Chris Jerdonek 23446f6d0e Remove the unneeded name argument from populate_requirement_set(). 2019-08-08 17:29:02 -07:00
Chris Jerdonek c9a043bf96
Merge pull request #6843 from cjerdonek/trim-base-command-imports
Eliminate base_command.py's dependence on PipSession
2019-08-08 17:04:11 -07:00
Chris Jerdonek 234ef43915 Remove mypy: strict-optional=False from base_command.py. 2019-08-08 05:37:14 -07:00
Chris Jerdonek 9b1ece3c96 Add some handle_pip_version_check() tests. 2019-08-07 23:14:46 -07:00
Chris Hunt 2571398f4d Fix tests when running in git linked worktree. 2019-08-07 22:59:10 -04:00
Chris Jerdonek 505456fed7 Test the command class inheritance for each command. 2019-08-07 15:17:21 -07:00
Chris Jerdonek 24181c6f9d Make indentation consistent in req_command.py. 2019-08-07 14:12:47 -07:00
Chris Jerdonek e74fd24c71 Eliminate base_command.py's import dependency on PipSession. 2019-08-07 14:12:42 -07:00
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