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

2292 commits

Author SHA1 Message Date
Donald Stufft
3ffa404d3e Merge pull request #1272 from dstufft/fix-pip-wheel
Make Wheel respect --root
2013-10-31 06:07:08 -07:00
Donald Stufft
00c11deb25 Ensure that --root continues to work with Wheels 2013-10-31 08:49:23 -04:00
Marcus Smith
588fb6f25e some extra logging and options tests 2013-10-30 18:16:30 -07:00
Donald Stufft
97507f8931 Make Wheel respect --root 2013-10-30 08:19:39 -04:00
Donald Stufft
39b2aaf729 Fix the test which is still looking for the by typo 2013-10-30 08:19:10 -04:00
Marcus Smith
c397e19deb Added a section for "pip" itself in the usage.
The top of the usage page needed something to hold the
orphaned General and Index options, otherwise it's disorientating.
2013-10-29 14:18:02 -07:00
Marcus Smith
e6f9094904 Merge pull request #1270 from awentzonline/patch-1
Fixed error message
2013-10-29 12:21:34 -07:00
awentzonline
96d2eb98d0 Fixed error message
Seems like this should be "be", not "by"
2013-10-29 14:17:30 -05:00
Donald Stufft
d930423b6e Merge pull request #1264 from dstufft/dont-process-dependency-links
Do not respect dependency links by default
2013-10-27 15:49:23 -07:00
Donald Stufft
12ee7cc6d9 Do not respect dependency links by default 2013-10-27 18:34:46 -04:00
Donald Stufft
02fff2b7a0 Merge pull request #1257 from dstufft/rename-allow-insecure
Cleanup --allow-insecure
2013-10-26 21:13:58 -07:00
Donald Stufft
43afb0d4fb Add the Pull Request 2013-10-26 23:57:14 -04:00
Donald Stufft
e98c279c43 Add the change to the changes 2013-10-26 23:55:47 -04:00
Donald Stufft
fac6021466 Fix up the documentation 2013-10-26 23:54:41 -04:00
Donald Stufft
dd160beb0b Better name the need_allow_insecure variable 2013-10-26 23:53:21 -04:00
Donald Stufft
840db882de Remove the allow_all_unverified 2013-10-26 23:52:04 -04:00
Donald Stufft
616ce39061 Rename --allow-insecure to --allow-unverified 2013-10-26 23:47:57 -04:00
Paul Moore
00a324f91f Merge pull request #1254 from pfmoore/win-tests
Fix tests using virtualenv on Windows.
2013-10-26 08:22:56 -07:00
Donald Stufft
252036139c Merge pull request #1256 from dstufft/update-requests
Update requests to 2.0.1
2013-10-26 06:53:01 -07:00
Donald Stufft
326f59466b Remove license for no longer bundled software 2013-10-26 09:23:34 -04:00
Donald Stufft
2036bcb215 Update requests to 2.0.1 2013-10-26 09:22:30 -04:00
Marcus Smith
c030ae26f3 fix wheel test to match current error message 2013-10-25 17:23:42 -07:00
Marcus Smith
0eac84a114 better messages when requirements aren't met for "pip wheel" 2013-10-25 17:14:22 -07:00
Paul Moore
ba97b0c030 Fix tests using virtualenv on Windows.
Do not hard code bin as the location of the executables, as this is not
correct on Windows.
2013-10-24 21:26:38 +01:00
Marcus Smith
0cd0aba40d Merge pull request #1247 from qwcode/req_docs
improved cookbook entry for "Requirements Files"
2013-10-23 15:59:05 -07:00
Marcus Smith
434490a088 Merge pull request #1248 from qwcode/logging_docs
details on logging for users, but also for maintainers
2013-10-23 15:58:50 -07:00
Marcus Smith
6c1e87a16b details on logging for users, but also for maintainers 2013-10-23 00:36:10 -07:00
Marcus Smith
e7facfea82 changed the pip bundle deprecation notice so that:
- it says when the feature became deprecated
- for now, it doesn't specify when it will be removed until we're sure
- logs as a warning (with yellow color)
2013-10-22 20:06:55 -07:00
Marcus Smith
0e7f1ab0be improved cookbook entry for "Requirements Files" 2013-10-22 19:30:43 -07:00
Donald Stufft
6d68ded399 Merge pull request #1246 from dstufft/make-explicit-vendor-private
Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private
2013-10-22 18:52:25 -07:00
Donald Stufft
814514e1bd Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
Paul Moore
c375a35a68 Merge pull request #1245 from pfmoore/package_data
Add distlib's package_data to setup.py
2013-10-22 10:10:32 -07:00
Paul Moore
bc6911b15c Add distlib's package_data to setup.py 2013-10-22 17:39:35 +01:00
Paul Moore
6ece87808d Merge pull request #1243 from pfmoore/distlib-revendor
Re-vendor distlib and modify normalized version handling to match
2013-10-22 08:11:14 -07:00
Paul Moore
a797cafd8b Re-vendor distlib and modify normalized version handling to match 2013-10-22 14:07:23 +01:00
Paul Nasrat
8e75ed0942 Merge pull request #1239 from pfmoore/recursive_import
Fix recursive import issue in pip/__init__.py
2013-10-21 11:40:03 -07:00
Paul Moore
3da2197264 Fix recursive import issue in pip/__init__.py 2013-10-21 11:48:47 +01:00
Donald Stufft
7cf21c6d2c Merge pull request #1213 from dstufft/deprecate-regex-parsing
Deprecate the regex <th> finding
2013-10-14 12:33:48 -07:00
Marcus Smith
c7c101d0d0 remove 1.4.2 from changelog. proceeding straight to 1.5. 2013-10-14 09:20:31 -07:00
Paul Moore
fb34b2d95a Merge pull request #1225 from pfmoore/distinfo-distribution
Make the check for wheel support in setuptools test for DistInfoDistribution rather than check the version
2013-10-10 11:50:19 -07:00
Paul Moore
55272b264e Clarify setuptools requirement message by including the minimum version 2013-10-10 16:32:05 +01:00
Paul Moore
2902ce7985 Make the check for wheel support in setuptools test for DistInfoDistribution rather than check the version 2013-10-06 20:15:47 +01:00
Marcus Smith
6cd3e99954 update changelog 2013-10-05 22:51:02 -07:00
Marcus Smith
b2341831b9 merge fix due to 1.4.X still using nose 2013-10-05 22:18:20 -07:00
Marcus Smith
3c0072cc00 merge from 1.4.X 2013-10-05 21:49:41 -07:00
Marcus Smith
3aafbab838 Merge pull request #1218 from qwcode/issue-1192
fix for #1192
2013-10-05 21:35:42 -07:00
Paul Nasrat
ad66052f05 Merge pull request #1215 from pnasrat/subdirectory-editable
Merge subdirectory editable feature
2013-10-05 19:13:10 -07:00
Paul Moore
ebce1cf91f Merge pull request #1224 from pfmoore/stringio
Fix test_log on Python 3, StringIO module is no longer available
2013-10-05 14:49:43 -07:00
Paul Moore
e1c5497b11 Python 2.7 io.StringIO is text-only, use backwardcompat 2013-10-05 17:41:52 +01:00
Paul Moore
465425c435 Get rid of backwardcompat.fwrite() as it doesn't do what it seems to... 2013-10-05 16:27:31 +01:00