1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip
Donald Stufft b005a9bb84 Upgrade setuptools, appdirs, cachecontrol, distro, ipaddress, pyparsing, and requests (#4342)
* Upgrade setuptools to 34.3.2
* Upgrade appdirs to 1.4.3
* Upgrade CacheControl to 0.12.1
* Upgrade distro to 1.0.2
* Upgrade ipaddress to 1.0.18
* Upgrade pyparsing to 2.2.0
* Upgrade requests to 2.13.0
* Remove patching of progress
* Don't translate imports that would be syntax errors
* Patch pkg_resources to handle packaging correctly
2017-03-18 14:51:13 -04:00
..
_vendor Upgrade setuptools, appdirs, cachecontrol, distro, ipaddress, pyparsing, and requests (#4342) 2017-03-18 14:51:13 -04:00
commands add exclude-editable option to list command (#4016) 2017-01-31 13:06:47 +01:00
compat Use the pip._vendor.ordereddict instead of pip.compat (#4045) 2016-10-30 13:42:13 -04:00
models Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
operations Add exclude-editable option to freeze command (#4015) 2017-01-11 22:37:39 +01:00
req Import setuptools in a subprocess. (#4294) 2017-03-05 11:29:50 -05:00
utils Upgrade setuptools, appdirs, cachecontrol, distro, ipaddress, pyparsing, and requests (#4342) 2017-03-18 14:51:13 -04:00
vcs unit test failure on macOS 2016-11-21 10:07:33 +01:00
__init__.py Bump for development 2016-11-06 13:47:54 -05:00
__main__.py Handle updates to flake8 2015-02-11 10:23:57 -05:00
basecommand.py Failing exit status when no requirements specified (#4210) 2017-01-06 23:21:46 +01:00
baseparser.py Remove unnecessary code 2016-12-31 11:22:04 +05:30
cmdoptions.py Add --no-progress <progress_bar> to `pip download and pip install` to suppress progress bar in the console 2017-01-30 10:14:07 +01:00
configuration.py Add the missing argument, Rename variable 2016-12-23 15:53:45 +05:30
download.py Add --no-progress <progress_bar> to `pip download and pip install` to suppress progress bar in the console 2017-01-30 10:14:07 +01:00
exceptions.py Update UnsupportedPythonVersion docstring 2016-10-27 18:43:59 +02:00
index.py Revert "Normalize file URLs" (#4071) 2016-11-03 11:24:34 -04:00
locations.py OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
pep425tags.py OS X -> macOS (#4074) 2016-11-06 12:24:43 -05: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 uninstall file selection logic to req_uninstall.py 2016-11-20 13:04:14 +01:00