1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Donald Stufft 75cef55df7 Do a check prior to returning HTMLPage that it is indeed html
Previously pip would check with a HEAD request if the url looked
like it contained an archive and skip the file. However this didn't
work if the url didn't look like an archive and instead just
redirected to an archive.

This will therefore, after the url has been fetched, inspect the
headers and look to see if the Content-Type is text/html.
2013-06-07 08:42:49 -04:00
..
backwardcompat don't install or build wheels for distribute in python3 2013-05-16 19:53:48 -07:00
commands '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
vcs Combine Git get_tag_revs and get_branch_revs into single get_refs method. 2013-05-29 16:40:34 -06:00
vendor Rewrite six dependency to import from pip.vendor.six instead of six 2013-06-02 20:07:10 -04:00
__init__.py get-pip.py: accept cli flags 2013-04-15 19:57:06 +02:00
__main__.py Added a get_prog util to correctly show the name of the program when using python -m pip. 2012-09-01 20:36:31 +02:00
basecommand.py remove python 2.5 logic 2013-04-17 22:50:22 -07:00
baseparser.py remove python 2.5 logic 2013-04-17 22:50:22 -07:00
cacert.pem remove old cert from pem file 2013-02-16 15:40:22 -08:00
cmdoptions.py --no-clean for 'pip wheel' 2013-05-24 17:11:15 -07:00
download.py Merge remote-tracking branch 'skwash/develop' into develop 2013-06-02 22:31:14 -04:00
exceptions.py Refactor unpack_http_url. 2013-05-30 16:59:57 -06:00
index.py Do a check prior to returning HTMLPage that it is indeed html 2013-06-07 08:42:49 -04:00
locations.py write pip delete marker into global build dir upon creation 2013-05-18 18:05:25 -07:00
log.py merge with develop 2013-02-16 14:17:22 -08:00
pep425tags.py wheel finder priority based on supported_tags order 2013-05-02 15:28:32 -07:00
req.py Merge pull request #948 from qwcode/global_build_cleanup 2013-05-18 19:50:02 -07: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 Cached or already-downloaded files with bad hashes are ignored. 2013-05-30 17:00:10 -06:00
wheel.py 4 more wheel tests 2013-06-06 19:11:43 -07:00