1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2009-12-08 13:25:07 -06:00
..
commands Fix for pip bundle and local files, from whit 2009-12-08 13:25:07 -06:00
vcs Factor out the requirement handling into pip.req, and most of the remaining utility functions into pip.util 2009-11-20 18:26:59 -06:00
__init__.py Factor out the requirement handling into pip.req, and most of the remaining utility functions into pip.util 2009-11-20 18:26:59 -06:00
backwardcompat.py Python 2.6 requires any=any to make the name importable 2009-11-20 15:03:14 -06:00
basecommand.py avoid raw ImportError on nonexistent command 2009-12-04 13:43:46 -05:00
baseparser.py fix missing import 2009-11-20 02:46:21 -06: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 Factor out the PackageIndex code; move more stuff to pip.util 2009-11-20 17:39:44 -06:00
locations.py Factor out the base option parser, and the file locations 2009-11-20 01:25:32 -06:00
log.py Move log into another file 2009-11-20 01:06:11 -06:00
req.py Fix for pip bundle and local files, from whit 2009-12-08 13:25:07 -06:00
runner.py Make sure exit code is used in -E situation 2009-11-20 12:20:08 -06:00
util.py use shutil.move for rollback-save (fixes #27) 2009-12-05 00:23:35 -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