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

2821 commits

Author SHA1 Message Date
Donald Stufft 7037443975 Require an already created session to be passed into APIs 2014-05-06 22:37:46 -04:00
Donald Stufft fb46902a11 Merge pull request #1798 from dstufft/base85-get-pip
Use base85 instead of base64 for the bundled pip
2014-05-06 22:36:30 -04:00
Donald Stufft 7e7922a839 Use base85 instead of base64 for the bundled pip 2014-05-06 22:02:32 -04:00
Donald Stufft 832182c6d5 Merge pull request #1797 from alex/patch-3
Use the correct URL in the test
2014-05-06 21:02:56 -04:00
Alex Gaynor a94ce18f62 Use the correct URL in the test
This saves loading a redirect in the test suite. speeeeeeed
2014-05-06 16:35:18 -07:00
Donald Stufft 0c1c5d35c6 Merge pull request #1792 from dstufft/cleanup-file-url
requests can handle file:// urls without a hostname now
2014-05-06 16:38:13 -04:00
Donald Stufft 6aaa9bf788 Merge pull request #1794 from dstufft/remove-localfs-response
LocalFSResponse() is no longer required
2014-05-06 15:09:31 -04:00
Donald Stufft bab487f24f LocalFSResponse() is no longer required
requests can now handle a Response().raw that does not have a
_original_response property.
2014-05-06 13:09:59 -04:00
Donald Stufft 399a4276ff requests can handle file:// urls without a hostname now 2014-05-06 13:05:24 -04:00
Donald Stufft cdee19c77c Exclude PyPy and Python 3.2 on OSX 2014-05-04 13:36:28 -04:00
Donald Stufft dd640f23b5 Merge pull request #1529 from dongweiming/bugfix_for_all_versions_duplicate
Bugfix: when not find a version that satisfies the requirement. show all versions but duplicate
2014-05-03 07:52:48 -04:00
Donald Stufft e3873b1be8 Merge pull request #1704 from jamezpolley/develop
If at first you can't stat the index file, try again
2014-05-03 07:46:29 -04:00
Donald Stufft 763c906b3f Merge pull request #1741 from djs/develop
Add option --no-ssl-verify to skip ssl cert verification
2014-05-03 07:45:07 -04:00
Donald Stufft 5ad52827c9 Merge pull request #1778 from alex/typo-fixes
Resolve several typos in the codebase
2014-05-03 07:39:28 -04:00
Donald Stufft 5c843be1e2 Merge pull request #1765 from dstufft/osx-testing
Run our Travis tests on OSX as well as Linux
2014-05-03 06:02:00 -04:00
Donald Stufft f1ab17866d set LC_CTYPE to en_US.UTF-8 to make output to UTF-8 work 2014-05-03 05:01:42 -04:00
Donald Stufft cb31669564 Run our Travis tests on OSX as well as Linux 2014-05-03 03:01:08 -04:00
Donald Stufft 16a435e315 Merge branch 'master' into develop 2014-05-03 02:46:11 -04:00
Donald Stufft 6c71953b54 Refresh the bootstrap script 2014-05-03 02:45:57 -04:00
Donald Stufft a4fec67bba Merge branch 'master' into develop
Conflicts:
	.travis.yml
	CHANGES.txt
	PROJECT.txt
	README.rst
	docs/installing.rst
	pip/__init__.py
	pip/_vendor/vendor.txt
	setup.py
	tox.ini
2014-05-03 02:37:03 -04:00
Donald Stufft 0e72f65bf4 Merge branch '1.5.X'
Conflicts:
	.travis/py34.sh
	CHANGES.txt
	PROJECT.txt
2014-05-03 01:13:28 -04:00
Donald Stufft 93098d0c67 Bump version 2014-05-03 00:03:23 -04:00
Alex Gaynor 15e46c6be9 Wordwrap to appease the great flake8 in the sky 2014-05-02 20:24:39 -07:00
Donald Stufft 5900d7fdc7 Correct link 2014-05-02 23:21:56 -04:00
Donald Stufft e71897269b Merge pull request #1784 from dstufft/upgrade-setuptools
Upgrade setuptools
2014-05-02 23:19:42 -04:00
Donald Stufft afae20557e Upgrade setuptools to 3.4.4 2014-05-02 22:02:50 -04:00
Donald Stufft 86353875a9 Merge pull request #1783 from dstufft/upgrades
Upgrade the bundled projects.
2014-05-02 21:56:11 -04:00
Donald Stufft 060ffb1ec9 Update the change log 2014-05-02 21:01:23 -04:00
Donald Stufft af4d13bb7b Upgrade colorama to 0.3.1 2014-05-02 21:01:00 -04:00
Donald Stufft c0ba583aa4 Upgrade six to 1.6.1 2014-05-02 21:01:00 -04:00
Donald Stufft c3aa72ec17 Upgrade html5lib to 1.0b3 2014-05-02 21:01:00 -04:00
Donald Stufft b3ac7b2240 Upgrade distlib to 0.1.8 2014-05-02 21:01:00 -04:00
Donald Stufft fb8738edd6 Merge pull request #1782 from dstufft/update-doc-url
Update documentation to point at https://pip.pypa.io/
2014-05-02 21:00:09 -04:00
Donald Stufft 23caaf35c2 Update documentation to point at https://pip.pypa.io/ 2014-05-02 20:08:13 -04:00
Donald Stufft c746d38043 Merge pull request #1781 from dstufft/update-docs
Update documentation to point at the new bootstrap location
2014-05-02 20:04:55 -04:00
Donald Stufft 94625d5fa1 Updates for Travis 2014-05-02 19:41:13 -04:00
Donald Stufft 8d0741a0d2 Update documentation to point at the new bootstrap location 2014-05-02 18:55:39 -04:00
Donald Stufft b67c00e9b8 Update tox.ini 2014-05-02 17:23:49 -04:00
Marcus Smith a851db31df changelog update (typo) 2014-05-02 09:58:59 -07:00
Marcus Smith a695264936 changelog updates 2014-05-02 09:41:47 -07:00
Alex Gaynor 48266149fb Random change to trigger tests
But for real, oxford comma best comma.
2014-05-02 09:10:34 -07:00
Donald Stufft e59455593b Merge pull request #1777 from alex/patch-2
Travis now includes its own Python 3.4
2014-05-01 01:05:48 -04:00
Alex Gaynor b48b9ce53f Resolve several typos in the codebase 2014-04-29 22:33:04 -07:00
Alex Gaynor 4928f983f3 The PyPy on travis is also a recent PyPy 2014-04-29 22:23:19 -07:00
Alex Gaynor cc7667f1a8 Travis now includes its own Python 3.4 2014-04-29 22:21:05 -07:00
James Polley 58097b64c4 Add tests (and data required for tests) for new code that enables retry
if we can't stat a file while using a file:/// index-url.
2014-04-30 12:03:55 +10:00
James Polley 8304a8be38 If at first you can't stat the index file, try again
If Pip is using an index url that starts with http:// or https://, and
it gets a 404, it does Magic(TM) to figure out what the real name of the
package is. The code looks as though it's intended to do this for
file:// urls as well - but it doesn't, because nothing catches the
OSError that gets raised when the first stat fails.

In order to let this failure be handled and let the usual logic kick in,
set the response status to 404 and let the error bubble up.
2014-04-30 12:03:55 +10:00
Paul Moore eff93a710f Merge pull request #1776 from pfmoore/changelog_fix
Mentioned issue 1769 in changelog
2014-04-29 16:48:45 +01:00
Paul Moore bfc26a17db Mentioned issue 1769 in changelog 2014-04-29 13:48:16 +01:00
Paul Moore afc4c81c09 Merge pull request #1770 from pfmoore/wheel_retcode
Make pip wheel return failure if any wheels fail to build
2014-04-29 07:54:29 +01:00