1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
2010-04-15 19:19:31 -03:00
..
__init__.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
bundle.py Extracted the vcs support into a package/modules. Moved some routines from __init__ into pip.util 2009-11-20 15:03:40 -06:00
completion.py changed error to go to stderr 2010-04-15 19:19:31 -03:00
freeze.py move logging setup earlier in main() to avoid raw prints; fixes #75 2010-03-09 16:31:03 -05:00
help.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
install.py Add search for source folders if not downloading files (--no-download tests should now pass). 2010-04-15 15:27:00 +02:00
search.py Fix some pyflakes warnings. Thanks Simon Cross. 2010-04-15 11:59:55 -04:00
uninstall.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
unzip.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
zip.py support Debian/Ubuntu "dist-packages" in zip command. Thanks duckx. Fixes #80 2010-04-13 16:08:54 -04:00