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

4192 commits

Author SHA1 Message Date
Donald Stufft dfb177fa64 Merge branch 'release/7.0.2' 2015-06-01 19:37:02 -04:00
Donald Stufft fbebfc338b Bump version 2015-06-01 19:12:01 -04:00
Donald Stufft 463aed282b Update changelog 2015-06-01 18:32:05 -04:00
Donald Stufft d57d19c468 Merge pull request #2853 from dstufft/expand-path
Expand ~ in the wheel cache directory
(cherry picked from commit d97ff459ee)
2015-06-01 18:31:02 -04:00
Donald Stufft d97ff459ee Merge pull request #2853 from dstufft/expand-path
Expand ~ in the wheel cache directory
2015-06-01 18:26:50 -04:00
Donald Stufft 6c631fa0e3 Merge pull request #2815 from kitterma/develop
Update __init__.py
(cherry picked from commit c631081484)
2015-06-01 18:17:54 -04:00
Paul Moore f146ee7c23 Merge pull request #2830 from pfmoore/py_m_pip
Advise use of python -m pip on Windows when suggesting an upgrade
(cherry picked from commit b3c6f61175)
2015-06-01 18:17:37 -04:00
Donald Stufft 02b3482e24 Merge pull request #2836 from dstufft/py35
Try to test against Python 3.5
(cherry picked from commit 91172f578a)
2015-06-01 18:17:16 -04:00
Donald Stufft 224c625646 Merge pull request #2841 from rbtcollins/stable
Issue #2839: Avoid dequoting markers in req files.
(cherry picked from commit 70c200be7e)
2015-06-01 18:16:44 -04:00
Donald Stufft 0ebc37d17a Expand ~ in the wheel cache directory 2015-06-01 17:24:11 -04:00
Donald Stufft 70c200be7e Merge pull request #2841 from rbtcollins/stable
Issue #2839: Avoid dequoting markers in req files.
2015-06-01 17:07:59 -04:00
Robert Collins 1d04615a37 Tweak requirement file documentation.
We're actually pinning down a fairly specific grammar now, so lets
make it official. All options are at the end, and only options get
quoting. I've also tweaked some of the existing examples to make the
existing grammar features (that I know people use) clearer - like
spaces between requirements and version specifiers.
2015-06-02 07:15:42 +12:00
Marcus Smith ab2ec7f85b update changelog 2015-06-02 06:50:16 +12:00
Marcus Smith 230b2b808b update changelog 2015-06-02 06:50:16 +12:00
Marcus Smith 1afd2e8494 docs updates related to environment markers 2015-06-02 06:50:16 +12:00
Marcus Smith 1a083514fc intersphinx to PyPUG and pypa.io 2015-06-02 06:50:16 +12:00
Marcus Smith 8c20947a23 update 'pip freeze -r' test to include marker case 2015-06-02 06:50:16 +12:00
Marcus Smith c16747bfd0 - we won't be shlex parsing the args later,
so the split here should just be simple string split on ' '
- token parsing logic fixes
- text fixes (tuples, not lists)
2015-06-02 06:50:16 +12:00
Marcus Smith f4b2ee1a9e Break up the line into an args and options string.
We only want to shlex (and then optparse) the options, not the args.
args can contain markers which are corrupted by shlex
2015-06-02 06:50:05 +12:00
Marcus Smith d85ceb06fe Merge pull request #2846 from mrtrumbe/dev/issue1236_movetests
Moved tests for InstallRequirement extras handling from test_req_file to test_req.
2015-06-01 07:30:21 -07:00
matthew 111dbc95dc Moved tests for InstallRequirement extras handling from test_req_file to test_req. 2015-05-31 13:43:39 -05:00
Donald Stufft 91172f578a Merge pull request #2836 from dstufft/py35
Try to test against Python 3.5
2015-05-27 22:02:54 -04:00
Donald Stufft f6856d6687 Try to test against Python 3.5 2015-05-27 21:34:17 -04:00
Paul Moore b3c6f61175 Merge pull request #2830 from pfmoore/py_m_pip
Advise use of python -m pip on Windows when suggesting an upgrade
2015-05-26 16:32:04 +01:00
Paul Moore 27d01147d0 Advise use of python -m pip on Windows when suggesting an upgrade 2015-05-26 14:13:41 +01:00
Donald Stufft c631081484 Merge pull request #2815 from kitterma/develop
Update __init__.py
2015-05-23 13:15:38 -04:00
Scott Kitterman 88d0cca5e9 Update __init__.py
Add support in pip/compat for use of ipaddr in addition to ipaddress, this time with nested try accept.
2015-05-23 12:59:53 -04:00
Donald Stufft 91e59df2f0 Merge branch 'master' into develop 2015-05-22 20:21:02 -04:00
Donald Stufft c7d298d639 Upgrade installer to 7.0.1 2015-05-22 20:19:06 -04:00
Donald Stufft b2c8fb9f2c bump version 2015-05-22 20:14:27 -04:00
Donald Stufft 04571b10fa Merge branch 'release/7.0.1' 2015-05-22 20:13:21 -04:00
Donald Stufft 7c4f8db5da Don't install wheel 2015-05-22 19:57:57 -04:00
Donald Stufft 7c969b6e62 Guard against req.link being None 2015-05-22 19:43:29 -04:00
Donald Stufft 1730747a19 bump changelog and version 2015-05-22 19:32:26 -04:00
Donald Stufft 6413f628ac Merge pull request #2808 from dstufft/only-wheel-artifact
Don't cache wheels for links which do not point to release artifacts
(cherry picked from commit 66d970dbcf)
2015-05-22 19:29:55 -04:00
Donald Stufft 3a7adebe79 Merge pull request #2810 from dstufft/allow-all-external-req-file
Allow --allow-all-external inside of a requirements.txt
(cherry picked from commit b6b77e7957)
2015-05-22 19:29:21 -04:00
Donald Stufft b6b77e7957 Merge pull request #2810 from dstufft/allow-all-external-req-file
Allow --allow-all-external inside of a requirements.txt
2015-05-22 18:09:53 -04:00
Donald Stufft 66d970dbcf Merge pull request #2808 from dstufft/only-wheel-artifact
Don't cache wheels for links which do not point to release artifacts
2015-05-22 17:53:25 -04:00
Donald Stufft 09542477a9 Allow --allow-all-external inside of a requirements.txt 2015-05-22 17:51:35 -04:00
Donald Stufft fc5746a34c Don't cache wheels for links which do not point to release artifacts 2015-05-22 17:13:26 -04:00
Donald Stufft e7a92ec440 Merge pull request #2803 from xavfernandez/fix_changelog
CHANGES.txt: fix PR link
2015-05-22 07:04:24 -04:00
Xavier Fernandez 790b56975d CHANGES.txt: fix PR link 2015-05-22 10:03:01 +02:00
Donald Stufft 28e94c7a2e Don't install wheel inside our virtual environment 2015-05-21 23:49:28 -04:00
Donald Stufft c77e8f068a bump version to 7.1.0.dev0 2015-05-21 23:38:10 -04:00
Donald Stufft 02fd712e7f Merge branch 'master' into develop 2015-05-21 23:37:03 -04:00
Donald Stufft 323ff6df55 Upgrade get-pip.py to 7.0 2015-05-21 23:00:44 -04:00
Donald Stufft 01e6230e91 Bump version and update changelog 2015-05-21 22:56:59 -04:00
Donald Stufft 33219836dc Update the AUTHORS.txt 2015-05-21 22:53:20 -04:00
Donald Stufft 96d40ed699 Merge branch 'develop' 2015-05-21 22:53:07 -04:00
Donald Stufft 9b72585627 Merge pull request #2800 from dstufft/install-wheel-get-pip
Attempt to install Wheel in get-pip.py
2015-05-21 22:39:39 -04:00