1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Donald Stufft f893abc216 Merge pull request #2487 from msabramo/install_less_output_on_success_and_failure
install: Less output on success; once on failure
2015-03-05 20:15:36 -05:00
..
_vendor Merge pull request #2469 from Gillingham/update-to-requests-2.5.3 2015-03-05 18:32:16 -05:00
commands Fixes #2483: pip install --user option un(der)documented 2015-03-05 13:39:14 -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 Reset uninstall order as before c509c5c4ab 2015-02-25 14:11:50 +01:00
utils install: Less output on success; once on failure 2015-03-05 16:49:02 -08:00
vcs Style fixes for the latest flake8 2015-02-24 07:46:10 -05:00
__init__.py Bump version for 6.0.8 2015-02-04 21:27:02 -05: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 Style fixes for the latest flake8 2015-02-24 07:46:10 -05: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