1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2015-03-22 11:11:57 -07:00
..
_vendor Update cachecontrol from 0.11.1 to 0.11.2 2015-03-22 11:11:57 -07: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 Merge pull request #2552 from takluyver/uninstall-symlinks 2015-03-22 08:36:10 -07:00
utils Add test for normalize_path() 2015-03-18 16:02:30 -07: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