1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Ralf Schmitt 9815271737 raise InvalidWheelFilename if version is missing in wheel filename
Wheel('Cython-cp27-none-linux_x86_64.whl') did raise an AttributeError
instead of InvalidWheelFilename.

This has also been discussed an is similar to
https://github.com/pypa/pip/pull/1445
2014-01-16 00:18:03 +01:00
..
_vendor Upgraded requests to 2.2.0 2014-01-09 16:49:19 -05:00
backwardcompat fix for certain platforms/versions not having os.O_NOFOLLOW 2013-11-24 15:26:22 -08:00
commands show what commands are deprecated in pip -h 2014-01-11 09:59:26 -08:00
vcs a single path_to_url function with tests 2013-11-18 22:12:41 -08:00
__init__.py have bootstrap install setuptools as well if it's not installed 2014-01-14 20:58:53 -08: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 Refactor virtual env requirement to use the pip.locations func 2013-12-27 01:09:48 -05:00
baseparser.py Switch to importing the vendored pkg_resources 2014-01-07 04:47:04 -05:00
cmdoptions.py unsuppress --log-file 2013-11-14 18:13:23 -08:00
download.py Return the native string type 2014-01-11 20:27:14 -05: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 If --allow-unverified is used assume it also means --allow-external 2014-01-10 10:35:55 -05:00
locations.py Find the virtual environments created by Python3.3 2013-12-19 19:52:40 -05:00
log.py Switch to importing the vendored pkg_resources 2014-01-07 04:47:04 -05:00
pep425tags.py e.message is not cross-python compatible 2013-07-27 20:46:55 -07:00
req.py Explicitly test for setuptools and not pkg_resources 2014-01-10 05:05:54 -05:00
runner.py merged changes related to PEP 8 from hltbra's fork 2010-06-02 23:25:26 -03:00
status_codes.py Cmds {install,wheel} should return proper error code 2013-08-26 18:55:55 -07:00
util.py Switch to importing the vendored pkg_resources 2014-01-07 04:47:04 -05:00
wheel.py raise InvalidWheelFilename if version is missing in wheel filename 2014-01-16 00:18:03 +01:00