1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2011-12-16 17:10:03 +01:00
..
commands Fixes #391: "pip freeze -r" ValueError if requirements file contains --find-links or --index-url 2011-12-03 21:59:16 -08:00
vcs Fixed issue #283 and did some refactorings on git vcs backend 2011-05-15 13:05:14 -03:00
__init__.py Removed unused argument to commands. 2011-12-12 02:02:01 -07: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 Removed unused argument to commands. 2011-12-12 02:02:01 -07:00
baseparser.py Removed unused imports and trailing whitespace. 2011-12-12 02:02:14 -07:00
download.py Handle exception on Python 3 correctly. Fixed #314. 2011-07-16 16:17:24 +02:00
exceptions.py Fix --upgrade to leave already up-to-date packages alone. Add --force-reinstall to force reinstallation even of up-to-date packages, as was the prior behavior. 2011-08-24 14:07:16 -04:00
index.py Yeah ('.zip') is not a tuple. doh. Applied wart remover. 2011-12-16 17:10:03 +01:00
locations.py merging from bitbucket/callahad patch for #182 2011-12-12 00:07:12 -07:00
log.py show download progress only when writing to a TTY 2011-03-15 11:05:54 -04:00
req.py removing uninstall feature for extras dependency 2011-12-09 22:38:49 +01:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
util.py Directly extract symbolic links rather than their targets (#288). 2011-05-29 17:19:19 -04:00