1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/commands
Antonio Alvarado Hernandez 57f2d47b84 Proposed fix to #1180 (and maybe #932 & #1104)
This is a rebased final version of a proposed solution to fix
issues #932, #1104 & #1180. Following changes have been done:

* Implemented a new class `PipXmlrpcTransport` using a
  contained `PipSession` object.

* Modified the `pip/commands/search.py` to make use of the
  `PipXmlrpcTransport` class.

* Properly initialized options for testing `SearchCommand`:
  - Changed `options_mock` to an `options` object built from
    `parse_args`, to properly initialize default options.
2014-06-28 00:26:40 +02:00
..
__init__.py Remove the bundle functionality from pip 2014-05-08 16:09:23 -04:00
completion.py Make 'completion' consistent with other commands 2014-04-24 16:10:40 +04:00
freeze.py Move backwardcompat package to compat module 2014-05-14 13:10:06 +10:00
help.py define options once, but don't globally instantiate 2013-09-16 22:21:15 -07:00
install.py Use CacheControl instead of custom cache code 2014-05-09 18:28:20 -04:00
list.py Update docs to ref sorting order of list/freeze 2014-03-09 05:03:28 +11:00
search.py Proposed fix to #1180 (and maybe #932 & #1104) 2014-06-28 00:26:40 +02:00
show.py Allow pip to show files installed for wheels 2014-03-12 16:31:41 +11:00
uninstall.py Fix the style of the code base to better match pep8 2014-01-27 14:11:29 -05:00
unzip.py show what commands are deprecated in pip -h 2014-01-11 09:59:26 -08:00
wheel.py Use CacheControl instead of custom cache code 2014-05-09 18:28:20 -04:00
zip.py Fix code to handle the latest flake8 2014-03-26 18:24:19 -04:00