1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Lincoln de Sousa 9584608aac Cmds {install,wheel} should return proper error code
The `pip` executable was returning a successful status code (`0`) when
trying to install new packages with existing previous build directories.
2013-08-25 19:42:25 -04:00
..
__init__.py set the help order of 'wheel' 2013-03-15 23:58:27 -07:00
bundle.py deprecate pip bundle and support for installing pybundle files 2013-07-13 16:15:30 -07:00
completion.py Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
freeze.py Moved the command description into the command class docstring to follow Python best practices. 2013-02-16 19:00:29 +01:00
help.py Fixed a whole bunch of cosmetic problems, mostly to adhere to PEP8. 2013-02-16 19:02:41 +01:00
install.py Cmds {install,wheel} should return proper error code 2013-08-25 19:42:25 -04:00
list.py Use the new Log.deprecated to log the messages about mirrors 2013-08-04 23:48:45 -04:00
search.py 'pip search' xmlrpc changes in response to pypi changes, http://mail.python.org/pipermail/distutils-sig/2013-May/020888.html 2013-05-28 20:34:25 -07:00
show.py Moved the command description into the command class docstring to follow Python best practices. 2013-02-16 19:00:29 +01:00
uninstall.py Moved the command description into the command class docstring to follow Python best practices. 2013-02-16 19:00:29 +01:00
unzip.py Moved the command description into the command class docstring to follow Python best practices. 2013-02-16 19:00:29 +01:00
wheel.py Cmds {install,wheel} should return proper error code 2013-08-25 19:42:25 -04:00
zip.py merge with develop 2013-03-15 23:46:46 -07:00