1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2010-04-13 16:08:54 -04:00
..
commands support Debian/Ubuntu "dist-packages" in zip command. Thanks duckx. Fixes #80 2010-04-13 16:08:54 -04:00
vcs better directory detection and rename 'filename' functions to 'path' functions 2010-04-13 18:12:50 +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 create log file's base directory if it doesn't exist 2010-04-09 18:12:44 +02: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 better directory detection and rename 'filename' functions to 'path' functions 2010-04-13 18:12:50 +02: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 better directory detection and rename 'filename' functions to 'path' functions 2010-04-13 18:12:50 +02:00
runner.py Make sure exit code is used in -E situation 2009-11-20 12:20:08 -06:00
util.py better directory detection and rename 'filename' functions to 'path' functions 2010-04-13 18:12:50 +02: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