pip/pip
Carl Meyer 735193d7c8 forgot to import WindowsError from compat 2010-05-27 17:42:36 -04:00
..
commands On Windows, .pth files must be saved in binary mode ('wb') 2010-05-02 22:18:41 -04:00
vcs remove revision-from-repo 2010-05-25 16:09:42 -04: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 remove redundant logfile directory creation 2010-05-25 17:40:55 -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 forgot to import WindowsError from compat 2010-05-27 17:42:36 -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 clearer handling of Windows pth paths 2010-05-25 17:49:44 -04:00
runner.py Make sure exit code is used in -E situation 2009-11-20 12:20:08 -06:00
util.py minor whitespace and formatting stuff 2010-05-25 10:54:05 -05: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