Commit Graph

6065 Commits

Author SHA1 Message Date
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
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
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
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 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 fbce3e2a4e
Improve readability of version checking caller 2018-06-26 15:24:44 +05:30
Pradyun Gedam c2b1ce9fdc
Fix lint errors on newly covered files 2018-06-25 17:04:00 +05:30
Pradyun Gedam 4ddc705d20
Simplify linter configuration to be consistent 2018-06-25 17:03:42 +05:30
Chris Jerdonek 9a7564e5c5 Use guard clause in VersionControl.check_destination(). 2018-06-25 03:44:31 -07:00
kpinc 873662179a Use Sphinx :pep: syntax to link PEPs (#5491)
Creating a news entry from the pull request as a separate commit.  Does this warrant an issue?
2018-06-25 16:13:59 +05:30
Pradyun Gedam 9ab837e30d
Merge pull request #5524 from pypa/revert-5478-ci/short-circuiting-appveyor
Revert "Skip AppVeyor builds on non-code changes"
2018-06-22 08:01:39 +05:30
Pradyun Gedam 7250aa1530
Revert "Skip AppVeyor builds on non-code changes" 2018-06-22 00:27:06 +05:30
Bastian Venthur 4dee7e9ad2 Remove also compiled pyo files for wheel packages. (#5173) 2018-06-21 23:00:20 +05:30
Kexuan Sun 14fe337bcf Improve autocompletion function on file name completion (#5125) 2018-06-21 22:59:31 +05:30
Dan Black bcd9db92bc Improve message when no listed files are found from PKG-INFO (#5515) 2018-06-21 22:55:56 +05:30
Pradyun Gedam a6ea0dd62a
Merge pull request #5478 from pradyunsg/ci/short-circuiting-appveyor
Skip AppVeyor builds on non-code changes
2018-06-21 16:22:50 +05:30
Pradyun Gedam cb0e586f5d
Merge pull request #5520 from pradyunsg/misc/remove-old-get-pip
Remove the old get-pip.py shim
2018-06-20 20:24:16 +05:30
Pradyun Gedam ce39dc2c83
Skip AppVeyor builds on non-code changes 2018-06-20 16:27:22 +05:30
Pradyun Gedam 577ba77a88
Merge pull request #5510 from pradyunsg/dev-ops/tools-directory
Add a new tools/ directory and move some files into it
2018-06-20 16:22:58 +05:30
Pradyun Gedam 9482fcae92
📰 2018-06-20 15:41:10 +05:30
Pradyun Gedam 7ab3a15d81
Remove the old get-pip.py shim 2018-06-20 15:41:10 +05:30
Pradyun Gedam e8a56683d3
Merge pull request #5512 from pradyunsg/feature/refuse-non-compliant-pyproject
Start warning on non compliant pyproject.toml files and rejecting obviously incorrect ones
2018-06-20 15:25:04 +05:30
Pradyun Gedam 4fedc45bbb
Merge pull request #5489 from jdufresne/https
Update doc and comment URLs to https where available
2018-06-20 12:49:35 +05:30
Eli Schwartz 8078d99480
fix un-vendored support; add missing entry for urllib3 2018-06-19 23:34:40 -04:00
Paul Moore 6f808d743f
Merge pull request #5517 from keanemind/master
Document the output format of pip show
2018-06-19 21:15:54 +01:00
keanemind 643ba5a960 Add news 2018-06-19 13:10:10 -05:00
keanemind 176fa8dd25 Document that pip show is machine readable 2018-06-19 13:05:19 -05:00
Pradyun Gedam 2b68c7983e
Only disable isolation when build-system.requires is skipped 2018-06-19 16:27:07 +05:30
Pradyun Gedam 8f1cd5fa40
📰 2018-06-19 16:27:07 +05:30
Pradyun Gedam fdd5101128
Cleanup Tests 2018-06-19 16:27:07 +05:30
Pradyun Gedam 0eb566fa82
Rework PEP 518 requirement logic 2018-06-19 16:27:07 +05:30
Pradyun Gedam a25cb53d02
Add tests to verify refusal of non PEP 518 compliant pyproject.toml 2018-06-19 16:27:07 +05:30
Pradyun Gedam 0534aeb891
Start refusing non PEP 518 pyproject.toml files 2018-06-19 16:27:06 +05:30
Stephan Erb cbc21a5957 Speed up printing of installed package versions (#5127)
The installed set of packages is already fixed and no longer changing.
It is therefore safe to reuse a single `pkg_resources.WorkingSet` for
all invocations of `get_installed_version`.
2018-06-19 12:20:58 +05:30
Adrien Morison c16ff34296 Clearer msg for already installed deps when updating (#5319) 2018-06-19 12:16:43 +05:30
Pradyun Gedam ca031c1f18
Merge pull request #5457 from pradyunsg/check/only-check-requirements-modified
Restrict install time dependency warnings to directly-dependant packages
2018-06-17 12:15:08 +05:30
Pradyun Gedam b41a712123
Merge pull request #5452 from pradyunsg/refactor/reorder-req-install-methods
Reorder methods in req_install to better group them
2018-06-17 12:13:39 +05:30
Pradyun Gedam 9e03fe4c82
Mention complete path in docs for tests-requirements.txt 2018-06-16 16:42:51 +05:30
Pradyun Gedam 93cdb4d243
Update docs reference 2018-06-16 09:37:10 +05:30
Pradyun Gedam 97f4d9483e
Merge pull request #5509 from pradyunsg/misc/drop-useless-manifest-entries
Remove useless manifest entries
2018-06-16 02:38:50 +05:30