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

6045 commits

Author SHA1 Message Date
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
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
Pradyun Gedam
3a7efcb13e
Remove useless manifest entries
These were made redundant since those files have been removed.
2018-06-16 00:16:21 +05:30
Pradyun Gedam
bb43340a17
Update MANIFEST.in 2018-06-16 00:12:06 +05:30
Pradyun Gedam
69783941c7
Move linting requirements to a requirements file 2018-06-16 00:08:33 +05:30
Pradyun Gedam
c57705d1e4
Move requirements files to tools/
* Rename dev-requirements to tests-requirements
2018-06-15 23:36:28 +05:30
Pradyun Gedam
66b2c7f7ba
Move Travis files into tools/ 2018-06-15 21:54:55 +05:30
Pradyun Gedam
161e8bd210
Switch to using a set and callable argument 2018-06-15 11:29:36 +05:30
Pradyun Gedam
7d03f036a8
📰 2018-06-15 11:29:36 +05:30
Pradyun Gedam
daa3163d08
Restrict install time dependency warnings to directly-dependant packages 2018-06-15 11:29:36 +05:30
Pradyun Gedam
60a7774704
Merge pull request #5506 from pradyunsg/misc/cleanup-files
Miscellaneous minor cleanups
2018-06-15 11:24:50 +05:30
Pradyun Gedam
8cb234c7c2
Simplify the call to mypy
This makes no functional difference, it's just cleaner.
2018-06-14 23:44:02 +05:30
Pradyun Gedam
fcb3039010
vendoring: remove outdated Makefile 2018-06-14 23:44:02 +05:30
Pradyun Gedam
45f0456f93
flake8: Ignore files in .scratch 2018-06-14 23:44:01 +05:30
Pradyun Gedam
4fac098951
Merge pull request #5504 from pradyunsg/ci/remove-pinned-versions
Remove pytest version constraint for CI
2018-06-14 20:45:46 +05:30
Pradyun Gedam
0983d0da6c
Update failing tests for pytest changes 2018-06-14 16:37:10 +05:30
Pradyun Gedam
e8544eb543
Sort alphabetically 2018-06-14 16:37:10 +05:30
Pradyun Gedam
e00cc5af19
Remove no-longer-needed dependency 2018-06-14 16:37:10 +05:30
Pradyun Gedam
6934950c54
Move PyYAML to the bottom 2018-06-14 16:37:10 +05:30
Pradyun Gedam
ad5c076366
Remove version constraints on pytest and scripttest 2018-06-14 16:37:10 +05:30
kpinc
d0b40a09de Change sentence from future to present tense (#5490) 2018-06-14 10:07:27 +05:30
Jon Dufresne
9c4bd6d5eb Update doc and comment URLs to https where available 2018-06-13 09:00:42 -07:00