1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Donald Stufft 033fac5ee6 Allow all wheels from PyPI
It's unlikely that we're going to need any changes in pip itself
to support linux enabled wheels except for maybe a more specific
platform tag. If a more specific platform tag is needed then older
pip's won't install that anyways. This should allow experimentation
with some possible solutions to linux enabled wheels.
2016-01-14 13:54:31 -05:00
..
_vendor Drop support for Python 3.2 2015-10-01 09:36:16 -04:00
commands Allow all wheels from PyPI 2016-01-14 13:54:31 -05:00
compat Add pip.compat.expanduser to workaround http://bugs.python.org/issue14768 2015-09-29 16:01:32 -04:00
models Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
operations Replace wheel cache cache_dir with an object. 2015-04-23 10:03:50 +12:00
req Dont raise on #egg metadata mismatch, just warn 2016-01-14 00:30:02 +01:00
utils Allow all wheels from PyPI 2016-01-14 13:54:31 -05:00
vcs Avoid error with svn >= 1.7 which does no longer have an entries-file to read from (fixes #1062) 2016-01-07 23:22:10 +01:00
__init__.py move where the deprecation is so its in pretty colors 2016-01-01 14:33:36 -05:00
__main__.py Handle updates to flake8 2015-02-11 10:23:57 -05:00
basecommand.py fixed a few flake8 errors 2016-01-01 15:47:31 -05:00
baseparser.py Issue #2867: Accept --no/only-binary via pip.conf 2015-06-10 10:25:15 +12:00
cmdoptions.py Allow all wheels from PyPI 2016-01-14 13:54:31 -05:00
download.py conditional fix 2016-01-02 14:29:35 -05:00
exceptions.py Consolidate hash constants in pip.utils.hashing. 2015-10-12 16:29:08 -04:00
index.py Allow all wheels from PyPI 2016-01-14 13:54:31 -05:00
locations.py Fix assert message 2016-01-02 17:06:55 +01:00
pep425tags.py Fix OS X platform detection for pep425tags 2015-11-06 16:39:15 -08:00
status_codes.py Switch to using the stdlib logger instead of pip.log 2014-09-10 09:36:09 -04:00
wheel.py Move SETUPTOOLS_SHIM to its own file 2015-11-26 22:36:59 +01:00