1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2011-09-13 16:25:20 +02:00
..
commands Allowing empty requirements.txt to be specified as valid dependency list by stopping to raise an InstallationError if the requirements set is empty. Closes #345. 2011-09-13 16:25:20 +02:00
vcs Fixed issue #283 and did some refactorings on git vcs backend 2011-05-15 13:05:14 -03:00
__init__.py Removed some unused imports. 2011-05-18 10:27:15 -05:00
_pkgutil.py Fixed circular import under Python 2.4. 2011-03-18 23:17:35 -04:00
backwardcompat.py Fix #297 adding deflate and gzip handling 2011-06-03 15:26:21 +01:00
basecommand.py "search" command reports error via exception 2011-07-20 22:14:56 +03:00
baseparser.py Removed broken and no-longer-useful -E and PIP_RESPECT_VIRTUALENV options. 2011-05-18 10:27:14 -05:00
download.py Handle exception on Python 3 correctly. Fixed #314. 2011-07-16 16:17:24 +02:00
exceptions.py Fix pep8 2011-08-04 16:09:38 +01:00
index.py Fix #297 adding deflate and gzip handling 2011-06-03 15:26:21 +01:00
locations.py Port to Python3 2011-03-15 15:49:48 -04:00
log.py show download progress only when writing to a TTY 2011-03-15 11:05:54 -04:00
req.py Strip = character from --editable lines in requirements files. Fixes #320. 2011-07-16 16:15:41 +02:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
util.py Fix whitespace, etc for pep8 compliance 2011-05-04 08:44:02 +01:00