1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Pradyun Gedam a39e881479
Fix pip.exe upgrade pip fails on Windows
Merge pull request #6928 from atugushev/fix-issue-6924
2019-09-07 14:14:29 +05:30
..
cli Remove unused arguments from Resolver constructor. 2019-09-06 18:53:35 -04:00
commands Fix pip.exe upgrade pip fails on Windows 2019-09-07 14:14:29 +05:30
distributions Merge pull request #6980 from pradyunsg/refactor/simplify-make_distribution 2019-09-05 15:30:55 +05:30
models Abort when --no-binary/--only-binary receives bad arg (#5847) 2019-09-05 13:42:46 +05:30
operations Move non-throwing code outside try/except. 2019-09-06 19:55:57 -04:00
req Remove unused update parameter from InstallRequirement. 2019-09-06 21:18:10 -04:00
utils Fix pip.exe upgrade pip fails on Windows 2019-09-07 14:14:29 +05:30
vcs Hide security-sensitive strings in VCS command log messages (#6890) 2019-08-21 03:22:57 -07:00
__init__.py Simplify ignoring urllib3 warnings 2019-08-04 23:11:30 +05:30
build_env.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
cache.py Make tags required in Wheel.support_index_min() and supported(). 2019-08-10 02:59:59 -07:00
configuration.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
download.py Remove unused argument from unpack_url. 2019-09-06 19:55:57 -04:00
exceptions.py Improve error message if METADATA or PKG-INFO metadata is None. 2019-05-26 12:35:07 -07:00
index.py Redact single-part login credentials from URLs (#6921) 2019-08-26 15:50:07 -07:00
legacy_resolve.py Remove unused arguments from Resolver constructor. 2019-09-06 18:53:35 -04:00
locations.py Merge pull request #6729 from asottile/3_10_fixes 2019-08-18 09:27:09 +09:00
pep425tags.py Add intermediate is_cpython variable. 2019-08-17 10:30:14 -07:00
pyproject.py Revert "Refactor out read_pyproject_toml() and resolve_pyproject_toml()." 2019-04-26 20:21:04 -07:00
wheel.py Simplify directory delete marker file check. 2019-09-05 11:25:19 +02:00