1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Robert Collins 3ed5cf646a Remove excess use of link.
link is assigned in all branches, and then all the checks for it being
set are guarded by a outer if clause.
2015-03-20 10:04:49 +13:00
..
_vendor Upgrade setuptools to 14.3 2015-03-16 08:49:57 -04:00
commands Document locate_files removal plan. 2015-03-19 15:05:22 +13:00
compat Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
models Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
operations Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
req Remove excess use of link. 2015-03-20 10:04:49 +13:00
utils Remove find_command - let subprocess.Popen search PATH for the VCS command to run 2015-03-11 11:37:39 +00:00
vcs Revert "#2414: parse SSH repositories url with a commit hash" 2015-03-16 13:57:41 -04:00
__init__.py Add explicit message in assertion error 2015-03-09 13:49:05 +01:00
__main__.py Handle updates to flake8 2015-02-11 10:23:57 -05:00
basecommand.py Be explicit that -H is for sudo 2015-02-24 07:59:48 -05:00
baseparser.py Merge pull request #2270 from dstufft/speed-up-version-check 2014-12-23 19:59:13 -05:00
cmdoptions.py Merge pull request #2270 from dstufft/speed-up-version-check 2014-12-23 19:59:13 -05:00
download.py Speed up unpack_file_url 2015-03-13 15:03:01 -07:00
exceptions.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
index.py Show # of locations to be searched in debug log 2015-03-18 10:02:21 -07:00
locations.py Fix import so exception module is accesible. With the previous import pip module wouldn't have any exceptions attribute as it's __init__ doesn't actually import it. Fixes the confusing error message from #2067. 2014-12-22 16:53:16 -05:00
pep425tags.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
status_codes.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py wheel install: hide all warnings while compiling 2015-02-28 11:10:42 +01:00