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

2743 commits

Author SHA1 Message Date
Matthew Iversen 5a6855dcf1 Fix test logic, tiny error / import cleanup 2014-02-19 10:31:12 +11:00
Matthew Iversen e0818e1240 Remove commented line 2014-02-18 18:01:44 +11:00
Matthew Iversen 897b509275 Python 3 compatibility 2014-02-18 17:59:53 +11:00
Matthew Iversen 6cd145ab62 Add unit test for check_compatibility 2014-02-18 15:21:18 +11:00
Matthew Iversen 9f4f6738a5 Use find_on_path, extract compatibility check 2014-02-18 15:19:35 +11:00
Donald Stufft 2b75d510f9 Merge pull request #1567 from ajdm/minortypofix
Fix minor typo
2014-02-17 21:08:46 -05:00
Matthew Iversen c55544d83e Merge branch 'develop' of https://github.com/pypa/pip into test-wheel-version 2014-02-18 12:10:38 +11:00
Paul Moore 3327753d98 Merge pull request #1576 from pfmoore/executable_wheel
Modify __main__.py to allow running from wheel
2014-02-17 19:47:18 +00:00
Paul Moore 87418e05bb Modify __main__.py to allow running from wheel 2014-02-17 18:40:39 +00:00
Donald Stufft bbdb945dad Merge pull request #1575 from dstufft/remove-unused-constant
Remove an unused constant
2014-02-16 22:06:53 -05:00
Donald Stufft 3c455a0a28 This is no longer in use 2014-02-16 20:33:21 -05:00
Matthew Iversen 5f40562e0f Small cleanup, use email.parser.Parser 2014-02-17 10:01:32 +11:00
Marcus Smith 3333f5def6 Merge pull request #1574 from qwcode/deprecate_build
deprecate --build and --no-clean
2014-02-16 13:28:32 -08:00
Marcus Smith b5e54fc61c Merge pull request #1568 from coagulant/feature/document-exists-action
Documentation for --exists-action option
2014-02-16 12:36:26 -08:00
Marcus Smith c6356c855f deprecate --build and --no-clean 2014-02-16 12:30:49 -08:00
Matthew Iversen 76399f2f96 Explain futurewheel version numbers 2014-02-15 17:53:01 +11:00
Matthew Iversen 1b6b537673 Fix tests to expect installation or not 2014-02-15 17:47:44 +11:00
Matthew Iversen 13f6c68f0c Ensure wheel-Version is compatible with pip 2014-02-15 17:21:22 +11:00
Ashley Manton f5c5319d47 Fix "it's"/"its" typo spotted by @kraai 2014-02-14 23:01:51 +00:00
coagulant 4879bc5e79 Documentation for --exists-action option
Fixes #1458
2014-02-15 02:12:39 +04:00
Ashley Manton f40f9e2072 Fix minor typo 2014-02-14 14:31:01 +00:00
Marcus Smith 19ef5973cd dropped support for Python 3.1 2014-02-11 22:33:24 -08:00
Marcus Smith 9e39d9d8ca pip docs refactor 2014-02-11 22:13:03 -08:00
Marcus Smith 14f7003291 Merge pull request #1556 from pypa/docs_refactor
pip docs refactor
2014-02-11 21:58:01 -08:00
Marcus Smith 96bfe8b0f9 pip docs refactor 2014-02-11 21:55:43 -08:00
Donald Stufft 63b90ce56d Merge pull request #1536 from Ivoz/cleanup_main
Simplify __main__ logic
2014-02-10 19:08:48 -05:00
Donald Stufft 80bd95f482 Merge pull request #1546 from dstufft/cleanup-temp
Cleanup after each test case
2014-02-10 19:02:11 -05:00
Matthew Iversen 2e15dcdb13 rabble rabble rabble 2014-02-11 07:36:55 +11:00
Matthew Iversen 9a54f11fb8 Make main as simple as possible! 2014-02-11 07:28:02 +11:00
Donald Stufft dddc786e71 Merge pull request #1550 from dstufft/revert-dynamic-toxenv
Revert "Use Travis to handle the Matrix"
2014-02-10 13:02:14 -05:00
Donald Stufft 1e29f9eb6f Cleanup after each test case 2014-02-10 13:01:52 -05:00
Donald Stufft ff68f54c29 Revert "Use Travis to handle the Matrix"
This reverts commit 01894aee7b.
2014-02-10 08:20:15 -05:00
Marcus Smith 1b71046762 update changelog 2014-02-08 10:13:05 -08:00
Marcus Smith f1ea95c14b cherry-pick fixes 2014-02-08 09:53:19 -08:00
Marcus Smith 85d68bbf97 fixes for downloading wheels (Issue #1112)
Conflicts:
	pip/req/req_set.py
2014-02-08 09:17:13 -08:00
Marcus Smith a25b3d15c2 when file urls have hash fragments, check it 2014-02-08 09:06:54 -08:00
Marcus Smith 51a93e0672 'pip wheel' should download wheels, when it finds them
Conflicts:
	pip/commands/wheel.py
	pip/download.py
	pip/req/req_set.py
	pip/wheel.py
2014-02-08 09:05:40 -08:00
Paul Moore 553a6b8158 Merge pull request #1544 from pfmoore/devnull
Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file'
2014-02-07 22:35:45 +00:00
Paul Moore b71288b5ca Special case os.devnull for PIP_CONFIG_FILE to mean 'no config file' 2014-02-07 21:04:59 +00:00
Matthew Iversen 777953777e Make main even simpler 2014-02-07 03:41:05 +11:00
Matthew Iversen 2e8f1917c8 Simplify __main__ logic
runner.py seemed to exist for the sole function of containing
a simple function that was called by __main__.py.

I've simply removed that file with its function moved into
__main__.py itself; no functionality should be expected to change.
2014-02-06 23:59:44 +11:00
Marcus Smith ffcd44c716 remove pip wheel warnings due to merge of #1524 2014-02-04 22:15:43 -08:00
Marcus Smith 90d325d6ba update changelog 2014-02-04 22:15:35 -08:00
Roman Bogorodskiy f29dd1ad32 Introduce 'retry' option
Add a 'retry' option which allows to configure how many
retries pip should make before giving up on HTTP request.

When the retries count is specified by user, its value is
passed to HTTPAdapter from requests which handles all
the underlying operations.
2014-02-04 00:37:05 +04:00
Marcus Smith 792a95f964 update changelog 2014-02-02 16:04:46 -08:00
Marcus Smith 3311a449d2 Merge pull request #1527 from qwcode/wheel_deps
fixes for downloading wheels (Issue #1112)
2014-02-02 15:52:16 -08:00
Marcus Smith 4af1008104 fixes for downloading wheels (Issue #1112) 2014-02-02 15:09:32 -08:00
Marcus Smith 386d1b9b08 Merge pull request #1524 from qwcode/download_wheels
'pip wheel' should download wheels, when it finds them
2014-02-02 11:50:25 -08:00
Marcus Smith eb7a31e019 when file urls have hash fragments, check it 2014-02-01 14:04:58 -08:00
Marcus Smith e41bf0230e 'pip wheel' should download wheels, when it finds them 2014-02-01 11:41:55 -08:00