1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2010-04-26 03:53:17 -04:00
..
commands centralized clean up code in one place 2010-04-17 18:36:31 +02:00
vcs remove hardcoded 'svn' and 'hg' commands 2010-04-15 16:01:29 +02:00
__init__.py make completion allow global options before subcommand 2010-03-09 16:30:04 -05:00
backwardcompat.py Fixed #53 - Fixed backwards compat import error on Windows 2010-01-21 13:27:02 +01:00
basecommand.py Make sure logfile directory exists before writing a log there 2010-04-26 03:53:17 -04:00
baseparser.py Overwrite the local log file in ~/.pip/pip.log instead of appending to prevent huge log files. For a verbose log file use the --log option explicitely (which will be appended to). 2010-03-11 00:41:42 +01:00
exceptions.py Extracted the Command class (and helpers); fix -E now that pip is a package; extracted some virtualenv stuff; extracted exceptions; tweak tests 2009-11-20 02:47:28 -06:00
index.py Fix some pyflakes warnings. Thanks Simon Cross. 2010-04-15 11:59:55 -04:00
locations.py Fixed #47 - Use ~/.pip/pip.log as the default location of log files. 2010-03-11 00:20:33 +01:00
log.py Move log into another file 2009-11-20 01:06:11 -06:00
req.py Make sure uninstallation target directory exists before moving files there 2010-04-26 03:52:46 -04:00
runner.py Make sure exit code is used in -E situation 2009-11-20 12:20:08 -06:00
util.py Fix some pyflakes warnings. Thanks Simon Cross. 2010-04-15 11:59:55 -04:00
venv.py Extract commands into their own modules; fix a few imports and dead functions that pyflakes found 2009-11-20 12:20:52 -06:00