1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Donald Stufft 30204be35b Remove uses of sys.exc_info()[1]
Using sys.exc_info()[1] is a hack that was used to use a shared
source approach to Python 3.x support that also included versions
of Python that didn't include the except ... as exc: construction.
Pip no longer supports any of these versions of Python so we can
remove it.
2014-01-27 08:02:10 -05:00
..
_vendor Upgrade requests to 2.2.1 2014-01-23 13:39:44 -05:00
backwardcompat fix for certain platforms/versions not having os.O_NOFOLLOW 2013-11-24 15:26:22 -08:00
commands merge from 1.5.X 2014-01-11 16:28:00 -08:00
req Remove uses of sys.exc_info()[1] 2014-01-27 08:02:10 -05:00
vcs Remove uses of sys.exc_info()[1] 2014-01-27 08:02:10 -05:00
__init__.py Remove uses of sys.exc_info()[1] 2014-01-27 08:02:10 -05: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 uses of sys.exc_info()[1] 2014-01-27 08:02:10 -05:00
baseparser.py Remove uses of sys.exc_info()[1] 2014-01-27 08:02:10 -05:00
cmdoptions.py unsuppress --log-file 2013-11-14 18:13:23 -08:00
download.py Remove uses of sys.exc_info()[1] 2014-01-27 08:02:10 -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 23:42:32 -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
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 Remove uses of sys.exc_info()[1] 2014-01-27 08:02:10 -05:00
wheel.py Merge branch 'master' into develop 2014-01-20 22:48:44 -05:00