1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2011-03-15 11:05:54 -04:00
..
commands Completely use our rmtree instead of shutil.rmtree direct. 2010-11-22 20:32:14 +01:00
vcs removed unused imports and unused vars 2011-02-12 00:47:31 -02:00
__init__.py If a subcommand can't be found, try to find it. 2010-08-31 14:48:58 +02:00
_pkgutil.py removed one line after and before class definition to make pep8 checker happy 2010-08-19 10:35:46 -03:00
backwardcompat.py Added support for mirrors as defined in PEP 381. This feature is disabled by default and will query the DNS entry of the main mirror index URL to get a list of mirrors. Optinally can be passed a list of mirrors instead. 2010-08-16 01:46:23 +02:00
basecommand.py removed unused imports and unused vars 2011-02-12 00:47:31 -02:00
baseparser.py Added option to disable prompting for input. Also added ability to interactively ask for username and/or password in case a request requires authentication. 2010-08-31 13:08:57 +02:00
download.py removed unused imports and unused vars 2011-02-12 00:47:31 -02:00
exceptions.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
index.py merged with ianb`s repo 2011-02-13 16:41:06 -02:00
locations.py added fix to mac os x + virtualenv - and fixed test_basic.py to install distribute when using --user option 2010-11-21 13:27:37 -02:00
log.py show download progress only when writing to a TTY 2011-03-15 11:05:54 -04:00
req.py Added workaround for broken setuptools on Debian/Ubuntu; fixes 'pip uninstall' outside of venv for users of packaged setuptools on those platforms. 2011-03-14 16:45:47 -04:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
util.py make sure paths found by find_command are files 2011-03-14 18:07:12 -04:00
venv.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00