1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
2010-02-23 15:01:43 -06:00
..
commands Change function name "translate_hits" to "transform_hits" for clarity. 2010-02-23 15:01:43 -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 Fixed #53 - Fixed backwards compat import error on Windows 2010-01-21 13:27:02 +01: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 correct ordering of versions from last commit 2010-02-12 16:51:01 -05: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 add --local option to freeze; fixes #9 2010-02-22 00:37:28 -05:00
runner.py Make sure exit code is used in -E situation 2009-11-20 12:20:08 -06:00
util.py Added pip search command with basic documentation and tests. 2010-02-22 17:03: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