1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
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
..
_vendor Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
backwardcompat Get rid of backwardcompat.fwrite() as it doesn't do what it seems to... 2013-10-05 16:27:31 +01:00
commands changed the pip bundle deprecation notice so that: 2013-10-22 20:06:55 -07:00
vcs Moved a recursive import. 2013-07-23 20:06:11 +02:00
__init__.py Fix recursive import issue in pip/__init__.py 2013-10-21 11:48:47 +01:00
__main__.py Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
basecommand.py Use requests instead of urllib2 2013-09-24 23:32:03 -04:00
baseparser.py have --version report the version of pip that's running, not installed 2013-09-17 22:00:22 -07:00
cmdoptions.py replace make_option_maker with OptionMaker class 2013-09-16 22:45:51 -07:00
download.py Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
exceptions.py Refactor unpack_http_url. 2013-05-30 16:59:57 -06:00
index.py Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
locations.py Use requests instead of urllib2 2013-09-24 23:32:03 -04:00
log.py Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
pep425tags.py e.message is not cross-python compatible 2013-07-27 20:46:55 -07:00
req.py Merge remote-tracking branch 'niedbalski/develop' into subdirectory-editable 2013-09-27 14:42:05 -04:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
status_codes.py Cmds {install,wheel} should return proper error code 2013-08-26 18:55:55 -07:00
util.py Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private 2013-10-22 21:32:25 -04:00
wheel.py Clarify setuptools requirement message by including the minimum version 2013-10-10 16:32:05 +01:00