1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
W. Trevor King c3d51bd891 Preserve the query portion of URL-type InstallRequirement URLs.
With this patch, install commands like:

  pip install 'http://foo.com/?p=bar.git;a=snapshot;h=v0.3;sf=tgz'

will work as expected.
2012-04-05 16:55:29 -04:00
..
commands Issue #482 search raises exception. 2012-03-18 10:33:13 +00:00
vcs No .format() formatting yet. 2012-03-13 23:55:17 -07:00
__init__.py Show the subdirectory where a VCS operation failed (helps in debugging issue #58) 2012-02-01 14:52:32 +02:00
_pkgutil.py Fixed circular import under Python 2.4. 2011-03-18 23:17:35 -04:00
backwardcompat.py Encapsulate write/buffer Python 2 vs. Python 3 check into a utility method (fwrite) in pip.backwardcompat. 2011-12-27 09:26:33 -08:00
basecommand.py Fix pep8 CI build. 2012-01-30 06:26:12 +00:00
baseparser.py Minor name nitpicking and a fix for subcommands. 2012-01-20 14:38:34 +01:00
download.py download dependencies. (breaks existing test cases) 2012-01-31 17:59:40 +08:00
exceptions.py Fix pep8 CI build. 2012-01-30 06:26:12 +00:00
index.py Preserve the query portion of URL-type InstallRequirement URLs. 2012-04-05 16:55:29 -04:00
locations.py merging from bitbucket/callahad patch for #182 2011-12-12 00:07:12 -07:00
log.py Encapsulate write/buffer Python 2 vs. Python 3 check into a utility method (fwrite) in pip.backwardcompat. 2011-12-27 09:26:33 -08:00
req.py Preserve the query portion of URL-type InstallRequirement URLs. 2012-04-05 16:55:29 -04:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
status_codes.py Move status codes to a module and import from there 2011-12-04 18:50:34 -02:00
util.py Adapt unit to SI standards: Kb/Mb -> KB/MB 2012-03-09 21:02:13 +02:00