1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2015-03-15 12:07:06 +01:00
..
_vendor Merge pull request #2469 from Gillingham/update-to-requests-2.5.3 2015-03-05 18:32:16 -05:00
commands Merge pull request #2280 from xavfernandez/url_to_link 2015-03-06 18:04:38 -05: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 Merge pull request #2280 from xavfernandez/url_to_link 2015-03-06 18:04:38 -05: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 Merge pull request #2522 from msabramo/pip_vcs_add_logging 2015-03-11 22:57:23 +00: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 Be explicit that -H is for sudo 2015-02-24 07:59:48 -05:00
exceptions.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
index.py add minimal find_requirement docstring 2015-03-15 12:07:06 +01: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