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

5122 commits

Author SHA1 Message Date
Pradyun S. Gedam 1832569530 Sort all imports 2017-05-16 15:47:47 +05:30
Donald Stufft c4cc0de249 Merge pull request #4477 from pradyunsg/misc-1
Use a dictionary comprehension
2017-05-13 12:42:57 -04:00
Pradyun S. Gedam 6c201b7c8e New entry 2017-05-13 15:59:13 +05:30
Pradyun S. Gedam 03aaedc3eb Use a dictionary comprehension
All supported versions of likely support this construct. Please correct me if I'm wrong though.
2017-05-13 15:56:22 +05:30
Paul Moore ccd75d4daf Merge pull request #4442 from pfmoore/user_site
Ensure USER_SITE is set by calling getusersitepackages() on Python 3.2+
2017-05-05 15:53:00 +01:00
AraHaan 0d513acd0f Inform users when vcs's are not in the path. (#4461)
Inform users when the vcs command is not in the path.

This provides extra information when someone who tries to use git with pip but can't because git is not in the path environment variable.
2017-05-03 08:46:36 +01:00
Xavier Fernandez 548a913652 Deprecate SVN specific code based on dependency links
This seems to have been around since forever (c2000d7de6 at least)
for an undocumented, untested and quite specific corner case based
on the deprecated dependency links.
2017-04-19 23:20:16 +02:00
Donald Stufft d4884bb934 Merge pull request #4441 from tiran/install_multiple_extras
Example for installation of multiple extras
2017-04-12 17:02:29 -04:00
Donald Stufft ddc4c670d2 Merge pull request #4443 from bitdancer/patch-2
Fix English wording in warning message
2017-04-12 17:02:14 -04:00
R. David Murray dbe5d0b897 Fix English wording in warning message 2017-04-12 16:02:42 -04:00
Paul Moore 048dacde21 Ensure USER_SITE is set by calling getusersitepackages() 2017-04-12 19:36:11 +01:00
Christian Heimes 041b603704 Example for installation of multiple extras
Documention did not have an example for installation of multiple extras.
To the reader it is not clear if SomePackage[extra1,extra2] works or
SomePackage[extra1] SomePackage[extra2].

(Spoiler alert: Donald told me, it's SomePackage[extra1,extra2].)

Signed-off-by: Christian Heimes <christian@python.org>
2017-04-12 18:17:44 +02:00
Xavier Fernandez 2552da3f27 Bump progress to 1.3
Closes #3015
2017-04-10 15:49:43 +02:00
Xavier Fernandez fd7ac26ade Merge pull request #4429 from di/fix/3876
Support installing from Git refs
2017-04-08 12:21:03 +02:00
Dustin Ingram 253d2a673e
Support installing from Git refs 2017-04-07 09:50:58 -04:00
Dustin Ingram 0eb8033808
Add failing test for installing from git refs 2017-04-07 09:34:27 -04:00
Xavier Fernandez 4ee868553c Merge pull request #4208 from frame-technology/relative-file-paths
Support relative paths for file links.
2017-04-07 10:02:48 +02:00
Donald Stufft 88fa958db2 Merge pull request #4224 from kuzmiigo/fix-search-latest-version
Fix the latest version number in search results
2017-04-06 18:18:06 -04:00
Donald Stufft 29e54d2344 Merge pull request #4415 from dstufft/add-pull-request-template
Add a pull request template to provide advice
2017-04-06 18:16:00 -04:00
Donald Stufft 5765ddd693 Merge pull request #4425 from di/fix/4316
Generalize help text for compile/no-compile flags
2017-04-06 14:52:59 -04:00
Igor Kuzmitshov fe9f070133 Add NEWS entry 2017-04-06 18:29:10 +01:00
Dustin Ingram 13373c37cf
Generalize help text for compile/no-compile flags 2017-04-06 13:27:46 -04:00
Donald Stufft 4b705165b8 Add a pull request template to provide advice 2017-04-06 12:40:54 -04:00
Donald Stufft 4749845a51 Merge pull request #4413 from luojiebin/Fixed-issue#4008
Allowed combinations of -q and -v to act sanely
2017-04-06 12:37:02 -04:00
Donald Stufft dd85bb70ec Merge pull request #4416 from dstufft/contributing
Start documentation on contributing
2017-04-06 12:36:05 -04:00
Brandon L. Reiss 1902760220 Fix egg= param in relative path tests
Also, reduce the number of test cases because these tests take too long.

The issue is that the setup and teardown of the test environment takes a
long time, and in order to reuse the same test environment, we must
perform install/uninstall cycles to test different URL and path formats.

A better approach might be to generate `FSPkg` using a function that
writes the `setup.py` and `__init__.py` files to a new directory. The
test packages would be easy to generate and save the uninstall time.

For now, we reduce the number of URL/path formats tested, since the
previous test coverage was even more limited.
2017-04-06 09:49:57 -04:00
luojiebin d0c0cc9e80 Fixed issue #949 (#4414)
* Showed installers when list command runs with -vv option

* Added news entry

* Updated code to show both location and installer of a package when '-v' is used

* Removed installer from freeze format

* Moved get_installer function to pip.utils.packaging
2017-04-06 15:16:18 +02:00
Donald Stufft 9f7f820886 Start documentation on contributing 2017-04-05 20:25:14 -04:00
Donald Stufft 1f47903c59 Merge pull request #4421 from di/webencodings-0.5.1
Upgrade webencodings==0.5.1
2017-04-05 19:58:22 -04:00
Brandon L. Reiss c932706bbe Split relative paths tests to avoid timeout
Tests are timing out and also not following requirements/install test
factorization. Split to conform to test organization and to prevent
test timeout.
2017-04-05 18:38:26 -04:00
Dustin Ingram 07d0bb7928
Upgrade webencodings==0.5.1 2017-04-05 17:31:53 -04:00
Brandon L. Reiss 97667d55f1 Fix from PR comments.
Responding to comments from @xavfernandez.
2017-04-05 12:33:48 -04:00
Brandon L. Reiss f4f67ea5d2 Add install relative path test. 2017-04-05 11:58:21 -04:00
Brandon L. Reiss 465ca092c0 Add news/4208.bugfix. 2017-04-05 10:17:02 -04:00
Brandon L. Reiss ddcf6b0346 Merge remote-tracking branch 'upstream/master' into relative-file-paths 2017-04-05 10:00:28 -04:00
Luo Jiebin f6ec983282 Handled with multiple 'v' or 'q' 2017-04-05 15:56:27 +08:00
Luo Jiebin 9aee3e6e82 Added news entry 2017-04-04 14:51:55 +08:00
Luo Jiebin a6f1b789e1 Allowed combinations of -q and -v to act sanely 2017-04-04 14:31:34 +08:00
Donald Stufft 491294f61e Merge pull request #3721 from gdanielson/patch-1
Update installing.rst example proxy URI
2017-04-03 09:18:39 -04:00
Donald Stufft 0abb87d39a Merge pull request #4402 from luojiebin/master
Fixed issue #979
2017-04-03 08:56:40 -04:00
Luo Jiebin 45880ffaf6 Replaced == with >= to deal with multiple v 2017-04-03 18:34:15 +08:00
Luo Jiebin 58346dfab8 Added a news entry 2017-04-03 09:57:27 +08:00
Luo Jiebin 7917036d3f Remove code for issue #4008 2017-04-03 09:08:18 +08:00
Xavier Fernandez 4581fc7ba4 Fix small docs typos 2017-04-02 18:26:46 +02:00
Xavier Fernandez 893f0b0029 Remove uninstall mechanism from RequirementSet 2017-04-02 15:22:48 +02:00
Luo Jiebin 6d4d186acc Added a warning when both --verbose and --quiet options used simultaneously 2017-04-02 21:15:10 +08:00
Donald Stufft 76f823bfcd Merge pull request #4397 from dstufft/fix-news-file-entry
Fix a typo in the news file entry
2017-04-02 07:17:24 -04:00
Donald Stufft 07e79127dd Merge pull request #4394 from Lucas-C/master
Avoid pip.main leaking loggers - fixes #3043
2017-04-02 07:16:44 -04:00
Luo Jiebin aa32689e28 Updated AUTHORS.txt 2017-04-02 19:06:02 +08:00
Luo Jiebin 5394bc744f Added test for verbose option of list command 2017-04-02 19:00:50 +08:00