1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2013-10-26 23:53:21 -04:00
..
_vendor Update requests to 2.0.1 2013-10-26 09:22:30 -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 Rename --allow-insecure to --allow-unverified 2013-10-26 23:47:57 -04: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 Rename --allow-insecure to --allow-unverified 2013-10-26 23:47:57 -04: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 Better name the need_allow_insecure variable 2013-10-26 23:53:21 -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 Remove the allow_all_unverified 2013-10-26 23:52:04 -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