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

3786 commits

Author SHA1 Message Date
Xavier Fernandez 4d475468c1 Drop the now useless comment 2015-04-08 00:16:02 +02:00
Xavier Fernandez a947c29903 Always check environment markers
Fixes #2658
2015-04-07 22:42:17 +02:00
Donald Stufft 086e698eae Merge pull request #2584 from msabramo/tests_ignore_DoctestTextfile
Ignore DoctestTextfile when collecting
2015-04-07 14:56:42 -04:00
Donald Stufft 93ce6e5e90 Merge pull request #2653 from dstufft/ensure-dir
Create ensure_dir helper.
2015-04-07 09:10:31 -04:00
Robert Collins 12e719db78 Create ensure_dir helper.
We had a very widely used pattern which can be factored out for a mild
saving in LOC, and a gain in clarity.
2015-04-07 08:55:52 -04:00
Donald Stufft 1f9c3fed93 Merge pull request #2652 from dstufft/reduce-duplication
Reduce duplicate code in wheel and install commands.
2015-04-07 08:47:50 -04:00
Donald Stufft f41fee6a21 Reduce duplicate code in wheel and install commands.
(cherry picked from commit 9ed1dd75fc1d2c7a747066a90cd897db441319e0)
2015-04-07 08:36:14 -04:00
Donald Stufft 3f515f77dd Merge pull request #2651 from dstufft/fix-virtualenv-repr
Fix VirtualEnvironment repr for Python2.6.
2015-04-07 08:11:43 -04:00
Robert Collins 0692704c89 Fix VirtualEnvironment repr for Python2.6.
(cherry picked from commit b424e40d375851beea683f7dcdbe5134216a09b0)
2015-04-07 08:00:49 -04:00
Donald Stufft 5fdc76f370 Remove a broken import 2015-04-07 07:18:43 -04:00
Donald Stufft 92a15cd28b Remove the temporary shim 2015-04-07 07:16:06 -04:00
Donald Stufft d12060bd45 Merge branch 'master' into develop 2015-04-07 07:15:44 -04:00
Donald Stufft 701a80f451 Update the get-pip.py script with 6.1.1 2015-04-07 07:00:57 -04:00
Donald Stufft 573ddd44e5 bump version to 6.1.1 2015-04-07 06:35:59 -04:00
Donald Stufft cf31e40105 Merge branch 'release/6.1.1' 2015-04-07 06:35:36 -04:00
Donald Stufft 66c1d3bb6a Add a small shim for InstallRequirement.url 2015-04-07 06:27:36 -04:00
Donald Stufft 368294be59 Revert #2636 - It caused issues when stdlib things were dependencies 2015-04-07 06:23:26 -04:00
Donald Stufft 3175c418db bump version to 6.1.1.dev0 2015-04-07 06:23:26 -04:00
Donald Stufft 7113e434a6 Merge pull request #2629 from xavfernandez/index_cleanup
Index cleanup
2015-04-07 06:10:40 -04:00
Donald Stufft 1d58e09588 Merge pull request #2645 from techtonik/patch-3
pip_install.rst: Fix backslashes in Windows path
2015-04-07 05:39:31 -04:00
Xavier Fernandez e84cf4e490 Update changelog 2015-04-07 11:39:20 +02:00
Donald Stufft 6cd0f06ba5 Merge pull request #2644 from xavfernandez/sort_locations
Index code simplification
2015-04-07 05:24:49 -04:00
Xavier Fernandez 2aa9f53e9a Deal with indexes, find-links and dep-links the same way 2015-04-07 11:10:00 +02:00
Xavier Fernandez a1451b192d add expand_dir arg to _sort_locations 2015-04-07 10:59:14 +02:00
Xavier Fernandez d8609a5890 Log all skipped link the same way 2015-04-07 10:41:03 +02:00
Xavier Fernandez 6253c12308 Remove useless code
splitext already has a special case for .tar
2015-04-07 10:41:03 +02:00
Xavier Fernandez 33753fb887 Centralize archive extensions list 2015-04-07 10:41:03 +02:00
Xavier Fernandez 2d14e4ec8b Remove useless _egg_fragment_re 2015-04-07 10:39:49 +02:00
Donald Stufft c5d3dd2baf Merge pull request #2641 from dstufft/bump-deprecations
Add the Deprecation class for pip 9.0 and remove things deprecated in 7.0
2015-04-07 04:38:40 -04:00
Donald Stufft 7288475118 We no longer need to handle a static build directory 2015-04-07 04:20:51 -04:00
Donald Stufft b7309c6bcc Remove the items deprecated for removal in 7.0 2015-04-07 04:20:51 -04:00
Donald Stufft 6ab5f586c1 Add the RemovedInPip9Warning for new deprecations in 7.x 2015-04-07 01:38:54 -04:00
Donald Stufft d9e93240aa Add the change log for 7.0.0 2015-04-07 01:18:58 -04:00
Donald Stufft 3776923fd6 Merge branch 'master' into develop 2015-04-07 01:18:39 -04:00
Donald Stufft e4e7ab4464 Add forgotten release date 2015-04-07 01:18:18 -04:00
Donald Stufft 43d0e4b02a Bump version to 7.0 for the next release 2015-04-07 00:51:53 -04:00
Donald Stufft 5ac850aede Merge branch 'master' into develop 2015-04-07 00:51:28 -04:00
Donald Stufft 4944e97183 Update get-pip.py with 6.1.0 2015-04-07 00:51:05 -04:00
Donald Stufft 64184dcb2f remove unneeded whitespace 2015-04-07 00:38:43 -04:00
Donald Stufft c045ccb56c Update the AUTHORS.txt file 2015-04-07 00:37:41 -04:00
Donald Stufft e7d7bee4b7 Bump version to 6.1.0 2015-04-07 00:32:12 -04:00
Donald Stufft c44321307b Merge branch 'develop' 2015-04-07 00:31:49 -04:00
Donald Stufft 3f26ef4995 Update changelog with more missing items 2015-04-07 00:22:12 -04:00
Donald Stufft acdaee398f Merge pull request #2421 from radhermit/venv-install-headers
Install headers into the project name subdirectory in virtualenvs
2015-04-07 00:11:52 -04:00
Donald Stufft 3d78b82720 Merge pull request #2396 from sashkab/b2390-check-path-owner
Checking if path is writable in pip.utils.filesystem.check_path_owner
2015-04-07 00:09:06 -04:00
Donald Stufft afb9d77ae4 Merge pull request #2638 from dstufft/upgrade-setuptools
Upgrade pkg_resources to 15.0
2015-04-06 23:57:42 -04:00
Donald Stufft 4d0a1ee07d Upgrade pkg_resources to 15.0 2015-04-06 23:44:12 -04:00
Donald Stufft d79bedf94e Merge pull request #2637 from dstufft/use-stable-not-latest
Direct users to the /stable/ url not /latest/
2015-04-06 23:40:30 -04:00
Donald Stufft f96b2a15fa Direct users to the /stable/ url not /latest/ 2015-04-06 23:25:56 -04:00
Donald Stufft e6de98f082 Merge pull request #2543 from dstufft/logging-stderr
Send log messages >= logging.WARNING to stderr
2015-04-06 23:21:47 -04:00