Commit Graph

7428 Commits

Author SHA1 Message Date
Pradyun Gedam d59c35fcb4
Document the release cadence in README 2019-06-12 04:46:03 +05:30
Pradyun Gedam 781a0f9a7a
Better surface release details in README
* pip is spelt with a lower-case 'p'
* Avoid specifying release cadence in README so that we have a single point of truth
* Merge release related items into a single list
  * Place this immediately after "install-and-use" section of the README
* Fix the syntax of the link (this is rst, not md)
* Update link to the hosted, built sphinx documentation instead of sources
2019-06-12 03:29:06 +05:30
Paul Moore 53d57a2acc
Merge pull request #6593 from abhinavsagar/patch-2
Document pip's release
2019-06-11 20:15:08 +01:00
Abhinav Sagar e2e43a2a05
Update README.rst 2019-06-11 21:26:22 +05:30
Chris Jerdonek 5776ddd058
Merge pull request #6418 from gzpan123/master
FIX #6413 pip install <url> allow directory traversal
2019-06-11 01:11:42 -07:00
gzpan123 a4c735b14a FIX #6413 pip install <url> allow directory traversal 2019-06-11 00:22:29 -07:00
Chris Jerdonek 148519396d
Merge pull request #6585 from cjerdonek/python-version-support-dotted
Allow dotted version strings for --python-version.
2019-06-10 11:01:29 -07:00
Chris Jerdonek 4bb225d486 Allow dotted version strings for --python-version. 2019-06-08 19:59:09 -07:00
Chris Jerdonek 9c8b2ea759
Merge pull request #6577 from cjerdonek/issue-5369-download-python-version
Update pip download to respect --python-version
2019-06-07 13:55:37 -07:00
Pradyun Gedam 9dc2458579
Merge pull request #6552 from pypa/rename-auto-lock-label
Rename the label applied to auto-locked issues
2019-06-07 12:45:14 +05:30
Chris Jerdonek 8dbf88dff7 Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
Chris Jerdonek e6b1070e14 Add normalize_version_info() with tests. 2019-06-06 13:20:26 -07:00
Abhinav Sagar 107258da0b Document issue tracker triage as a contribution area (#6569) 2019-06-05 06:36:32 +05:30
Chris Jerdonek ea864f1def
Merge pull request #6567 from cjerdonek/path-to-url-imports
Import path_to_url() from utils/misc.py instead of download.py
2019-06-03 10:40:21 -07:00
Chris Jerdonek 99228e503a Import path_to_url() from utils/misc.py instead of download.py. 2019-06-03 02:31:40 -07:00
Chris Jerdonek ce46f8524e
Merge pull request #6545 from cjerdonek/vcs-imports
Remove from pip/_internal/__init__.py the vcs module imports
2019-06-03 02:10:43 -07:00
Chris Jerdonek 5c89643d3d Remove importing from vcs in pip/_internal/__init__.py.
This also renames the current vcs/__init__.py to vcs/versioncontrol.py.
2019-06-03 01:18:36 -07:00
Xavier Fernandez dd720118b7 Disable comment for lock-bot on auto-locking
For users watching the repository it is really annoying with 1400 mails
already sent and 4400 more to come.
And the comment might be superfluous as the Github lock message:

    @lock lock bot locked as resolved and limited conversation to collaborators 6 days ago

provides a direct link to https://github.com/apps/lock explaining the
purpose of the bot.
2019-06-02 22:42:02 +02:00
Artem b490eb673e Add a link to pip's dev documentation from README (#6556) 2019-05-31 15:14:06 -04:00
Pradyun Gedam 83d813c01e
Updated comment-matching regex to be Jython-compatible (#5959) 2019-05-29 23:03:27 -04:00
Chris Jerdonek 0cb8f60e50
Merge pull request #6539 from cjerdonek/package-finder-version-info
Change PackageFinder to accept py_version_info instead of python_versions
2019-05-28 03:46:50 -07:00
Chris Jerdonek 798d814629 Change PackageFinder to use Tuple[int, ...] instead of List[str] for --python-version. 2019-05-28 03:05:14 -07:00
Chris Jerdonek fada348b00 Make all Option callbacks start with the same prefix. 2019-05-28 02:32:18 -07:00
László Kiss Kollár 929fefdbae Add --path to pip freeze to support --target installations (#6450)
* Add support for --path in pip freeze
2019-05-28 02:28:18 -07:00
Pradyun Gedam 9fdff90ee6
Rename the label applied to auto-locked issues 2019-05-27 23:32:03 -04:00
Pradyun Gedam d3b9942a24
Merge pull request #5458 from pradyunsg/bots
Add configuration for bots
2019-05-27 16:54:01 -04:00
Pradyun Gedam 6599f99096
Rename 3662.bugfix to 3662.trivial 2019-05-27 16:47:06 -04:00
Pradyun Gedam 24e9e4aa37
Display install instructions for pre-releases (#5921) 2019-05-27 16:38:17 -04:00
Pradyun Gedam a1ad4b7c41
Improve deprecation warnings (#6549) 2019-05-27 16:33:45 -04:00
Pradyun Gedam 5802a63799
📰 2019-05-27 13:59:48 -04:00
Pradyun Gedam 2ff13e4340
Use a loop instead of multiple similar conditionals 2019-05-27 13:57:38 -04:00
Pradyun Gedam bf728499be
🎨 2019-05-27 13:57:37 -04:00
Pradyun Gedam 995ef743ec
Add tests for the deprecated helper 2019-05-27 13:57:31 -04:00
Chris Jerdonek 2d450936c6 Move path_to_url() from download.py to misc.py. 2019-05-26 22:51:00 -07:00
Chris Jerdonek 30855ff9b7
Merge pull request #6542 from cjerdonek/issue-5082-missing-metadata-error
Improve error message if METADATA or PKG-INFO metadata is None
2019-05-26 16:17:22 -07:00
Chris Jerdonek 6178f9681b
Merge pull request #6540 from cjerdonek/issue-6121-incompatible-wheel-message
Improve the debug log message when installing an incompatible wheel
2019-05-26 14:10:09 -07:00
Chris Jerdonek cd5bd2cd52 Improve error message if METADATA or PKG-INFO metadata is None. 2019-05-26 12:35:07 -07:00
Chris Jerdonek a9a9cfd98c Improve the debug log message when installing an incompatible wheel. 2019-05-25 23:59:32 -07:00
Pradyun Gedam 2e77720446
Mention gone_in version in deprecation messages 2019-05-25 21:52:15 -04:00
Chris Jerdonek f44344f122
Merge pull request #6515 from johnthagen/svn-interactive-final
Properly support interactive Subversion client
2019-05-25 14:47:51 -07:00
Chris Jerdonek 98a77a9317
Merge pull request #6538 from cjerdonek/issue-6513-freeze-requirement-error
Include more details in a pip freeze warning message
2019-05-25 11:17:23 -07:00
Pradyun Gedam c197b11816
Move Resolver to a legacy_resolve module (#6535) 2019-05-25 13:36:29 -04:00
johnthagen 920b95fe49 Add test with non-trivial RevOptions input 2019-05-25 13:36:03 -04:00
johnthagen ae03f49bd5 Fold obtain and export tests into TestSubversionArgs TestCase 2019-05-25 13:31:03 -04:00
Pradyun Gedam 287aa4b7bf
Merge pull request #6008 from jaraco/bugfix/4106-distutils-option-error-target-prefix-conflict
Prevent distutils option error target prefix conflict
2019-05-25 13:29:49 -04:00
johnthagen c90e632f35 Simplify test method names 2019-05-25 13:23:43 -04:00
johnthagen 8de73a130e Use bare strings in test assertion 2019-05-25 13:22:53 -04:00
Pradyun Gedam d5c4fcc39c
Rename test_{resolve -> legacy_resolve}.py 2019-05-25 12:44:45 -04:00
Pradyun Gedam b05c66722e
Move Resolver to a legacy_resolve module 2019-05-25 12:35:31 -04:00
Pradyun Gedam 77da032c91
Make _check_dist_requires_python() parallel _check_link_requires_python(), and add more complete tests (#6528) 2019-05-25 12:09:25 -04:00