Commit Graph

6168 Commits

Author SHA1 Message Date
Pradyun Gedam 549cdebf96
Remove redundant newline 2018-07-15 15:55:27 +05:30
Pradyun Gedam 31c2389304
Merge pull request #5560 from pradyunsg/python-37-yaml-hack
Remove hack for pyyaml support on 3.7
2018-07-15 15:07:53 +05:30
Pradyun Gedam 9087749dd0
Merge pull request #5594 from cjerdonek/fix-typo-tests-requirements
Fix typo: tools/test-requirements.txt.
2018-07-11 22:26:26 +05:30
Chris Jerdonek ae3705972c Fix typo: tools/test-requirements.txt. 2018-07-11 01:04:03 -07:00
Chris Jerdonek 1f6e1e51ec Make get_url_rev() accept an url argument. 2018-07-11 00:51:38 -07:00
Chris Jerdonek 26457497b8 Add failing test. 2018-07-10 23:51:17 -07:00
Pradyun Gedam 397e835f39
Merge pull request #5587 from cjerdonek/vcs-move-obtain-to-base-class
Implement VersionControl.obtain() in the base class.
2018-07-11 02:02:34 +05:30
Brett Randall 3401f4de51 Added User Guide section on proxy configuration. Fixed #512.
Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-07-10 22:35:54 +10:00
Chris Jerdonek d096c6b340 Add test_git__get_url_rev_args() to test a non-SVN backend.
This addresses a review comment of @pradyunsg.
2018-07-09 23:08:27 -07:00
Pradyun Gedam da4d616eb0
Merge pull request #5585 from pradyunsg/pep-518/isolate-when-missing-requires
Isolate when pyproject.toml does not have build-system.requires
2018-07-10 01:01:36 +05:30
Chris Jerdonek 701d010c02 Implement VersionControl.obtain() in the base class. 2018-07-08 22:46:25 -07:00
Pradyun Gedam 26014c5502
Merge pull request #5521 from pradyunsg/vendoring/update-jun-2018
Vendoring Updates for June 2018
2018-07-09 09:25:59 +05:30
Pradyun Gedam e3b06f9e51
Isolate when pyproject.toml does not have build-system.requires 2018-07-09 07:48:36 +05:30
Pradyun Gedam 3e7e7d349a
Merge pull request #5559 from SpoonMeiser/path-fix
Fix error trying to generate scripts warning when PATH not set
2018-07-08 18:43:41 +05:30
Pradyun Gedam ae8ec1d834
Merge pull request #5581 from cjerdonek/vcs-add-method-fetch-new
Refactor out a new VersionControl.fetch_new() method.
2018-07-08 15:04:40 +05:30
Chris Jerdonek 64d205e896 Refactor out a new VersionControl.fetch_new() method. 2018-07-07 21:55:55 -07:00
Pradyun Gedam ca3b5bd470
Merge pull request #5563 from cjerdonek/vcs-check-destination-remove-checkout-var
Remove the checkout variable from VersionControl.check_destination().
2018-07-08 07:54:40 +05:30
Pradyun Gedam 5bca0c9da1
Merge pull request #5579 from gkdoc/master
Remove redundancies in list in user_guide.rst
2018-07-07 18:15:24 +05:30
gkdoc a6e2d4d099
Remove redundancies in list in user_guide.rst 2018-07-06 21:44:10 -07:00
gkdoc 763d2a761f
Remove redundancies in list in user_guide.rst 2018-07-06 21:33:14 -07:00
Pradyun Gedam e834643f5c
Update 5558.bugfix 2018-07-07 03:06:10 +05:30
Oliver Jeeves ca5cca3426
Fix error trying to generate scripts warning when PATH not set
fixes #5558
2018-07-07 02:59:55 +05:30
Donald Stufft c39a51003e
Merge pull request #5572 from dstufft/deprecation-process
Adjust the deprecation policy to be time based
2018-07-06 13:23:14 -04:00
Donald Stufft fde9eb66f0 Adjust the deprecation policy to be time based 2018-07-06 12:35:29 -04:00
Pradyun Gedam f34172c769
Merge pull request #5569 from pypa/linter-fixes
Satisfy the linter
2018-07-05 14:01:59 +05:30
Pradyun Gedam 92cc86b5c9
Satisfy the linter 2018-07-05 11:27:11 +05:30
Pradyun Gedam 4ba6769a68
Merge pull request #5530 from pradyunsg/misc/simplify-linter-use
Simplify linter use and make configuration consistent
2018-07-04 14:27:33 +05:30
Pradyun Gedam fb9eb189cb
Merge pull request #5543 from pradyunsg/lint/upgrade-and-improve
Upgrade linting tools to current latest and fix new errors
2018-07-04 14:25:48 +05:30
Chris Jerdonek 4555cd3563 Remove the checkout variable from VersionControl.check_destination(). 2018-07-03 01:33:23 -07:00
Pradyun Gedam 1962198861
Remove hack for pyyaml support on 3.7 2018-07-03 00:50:10 +05:30
Pradyun Gedam 73fbf3ce7e
Merge pull request #5418 from eli-schwartz/master
fix un-vendored support; add missing entry for urllib3
2018-07-02 23:15:46 +05:30
Pradyun Gedam 885e54b09d
Merge pull request #5554 from cjerdonek/vcs-check-destination-no-prompt
Return early in VersionControl.check_destination() if no prompt.
2018-07-02 12:06:18 +05:30
Chris Jerdonek 33481c6625 Return early in VersionControl.check_destination() if no prompt. 2018-06-30 19:13:53 -07:00
Alexander Shtyrov 8f70a5b57a Wrapped text to 80 characters. 2018-06-30 13:26:05 +01:00
Pradyun Gedam 3273ba6dfa
Merge pull request #5529 from cjerdonek/vcs-check-destination-guard-clause
Use guard clause in VersionControl.check_destination().
2018-06-30 15:31:17 +05:30
Alexander Shtyrov 00addd16c5 Mark pull request as trivial. 2018-06-29 17:57:48 +01:00
Alexander Shtyrov fdf753ff63 Modify the wording of the installation instructions. Fixes #5532 2018-06-29 17:47:58 +01:00
Ernest W. Durbin III c7e26ba51d
Merge pull request #5076 from ewdurbin/get_pip_docs_update
get-pip: add notes to docs for specifying versions
2018-06-29 12:01:06 -04:00
Ernest W Durbin III bcb75acf5c
get-pip: add notes to docs for specifying versions
get-pip.py supports installing specified versions of pip, wheel, setuptools...
and any dependency for that matter, but this is not clearly exposed in
the documentation at https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py
2018-06-29 10:19:58 -04:00
Pradyun Gedam 8d65024c49
Catch *everything* in basecommand 2018-06-27 13:37:18 +05:30
Pradyun Gedam 8a565aac75
Sort imports as per newer isort 2018-06-27 12:53:31 +05:30
Pradyun Gedam 85e000ede6
Upgrade to newer isort 2018-06-27 12:53:31 +05:30
Pradyun Gedam c92d13e9d3
Fix new lint errors from newer flake8 2018-06-27 12:53:31 +05:30
Pradyun Gedam cc720b76ef
Upgrade to a newer flake8 2018-06-27 12:53:31 +05:30
Pradyun Gedam e8caa31736
Disable logging only for vendored dependencies
The current list is already not up-to-date. This should be handled by
downstream packagers if they unvendor pip's dependencies.
2018-06-27 12:09:46 +05:30
Pradyun Gedam 3fe047e481
Merge pull request #5538 from pradyunsg/cleanup/version-check
Improve readability of version checking caller
2018-06-26 18:42:45 +05:30
Pradyun Gedam f19d1fc345
Cleanup logic surrounding user_log handler 2018-06-26 16:07:58 +05:30
Pradyun Gedam ba5315956e
Make it clearer when user_log is used 2018-06-26 15:31:20 +05:30
Pradyun Gedam 621ff77c94
Improve readability of logging setup 2018-06-26 15:29:11 +05:30
Pradyun Gedam fbce3e2a4e
Improve readability of version checking caller 2018-06-26 15:24:44 +05:30