1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
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
..
_vendor Merge branch '1.5.X' into develop 2014-06-16 11:02:09 -04:00
commands Proposed fix to #1180 (and maybe #932 & #1104) 2014-06-28 00:26:40 +02:00
req Merge pull request #1859 from nailor/support-no-use-wheel 2014-06-25 23:45:01 -04:00
vcs Merge pull request #1854 from Ivoz/compat-cleaning 2014-06-16 12:06:21 -04:00
__init__.py Bump version 2014-05-16 22:17:28 -04:00
__main__.py Added a comment explaining how __main__.py gets teh wheel name 2014-02-19 09:33:51 +00:00
appdirs.py Use CacheControl instead of custom cache code 2014-05-09 18:28:20 -04:00
basecommand.py Move backwardcompat package to compat module 2014-05-14 13:10:06 +10:00
baseparser.py Remove unnecessary imports, move some to six 2014-06-07 04:21:51 +10:00
cmdoptions.py Fix #1680 - Use System SSL Certificates if Available 2014-06-12 23:10:00 -04:00
compat.py Removed reduce from pip's compat module 2014-06-16 09:11:55 -07:00
download.py Proposed fix to #1180 (and maybe #932 & #1104) 2014-06-28 00:26:40 +02:00
exceptions.py - if installing directly from a wheel, fail if it has an invalid name or is unsupported 2013-11-14 16:35:24 -08:00
index.py Fix #1101 - Properly handle a <base> without a href 2014-06-13 07:49:56 -04:00
locations.py Fix #1680 - Use System SSL Certificates if Available 2014-06-12 23:10:00 -04:00
log.py Add tests, improve code addition 2014-04-17 08:42:41 +10:00
pep425tags.py add missing multi-arch tags 2014-05-29 22:00:42 -07:00
status_codes.py Cmds {install,wheel} should return proper error code 2013-08-26 18:55:55 -07:00
util.py Merge pull request #1854 from Ivoz/compat-cleaning 2014-06-16 12:06:21 -04:00
wheel.py Merge pull request #1854 from Ivoz/compat-cleaning 2014-06-16 12:06:21 -04:00