1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Paul Nasrat 2606cf37a6 Issue #482 search raises exception.
Handle pypi results for packages with no ordering.

TESTED=2.4.6 2.7.1 3.2.2
2012-03-18 10:33:13 +00: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 Handle option defaults better in bundle command; fixes failing test introduced in pull request #340. 2011-10-24 10:50:56 -06:00
completion.py Port to Python3 2011-03-15 15:49:48 -04:00
freeze.py Fixes #391: "pip freeze -r" ValueError if requirements file contains --find-links or --index-url 2011-12-03 21:59:16 -08:00
help.py Moved SUCCESS and ERROR to basecommand.py, and added a FIXME, explaining why there is a integer check for status (return from self.run) 2011-08-02 13:54:18 -04:00
install.py --target-dir implies --ignore-installed. 2012-02-07 09:13:02 +02:00
search.py Issue #482 search raises exception. 2012-03-18 10:33:13 +00:00
uninstall.py Fix whitespace, etc for pep8 compliance 2011-05-04 08:44:02 +01:00
unzip.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
zip.py Port to Python3 2011-03-15 15:49:48 -04:00