1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Stéphane Bidoul (ACSONE) 8601bb5d06
Make build_wheels return all failures
Check for PEP 517 build failures by
filtering failures.
2020-01-05 23:52:03 +01:00
..
cli Check that the cache is writable in _main() 2019-12-28 13:04:54 +01:00
commands Make build_wheels return all failures 2020-01-05 23:52:03 +01:00
distributions Use pkg_resources.Distribution derived from wheel directly 2020-01-05 10:57:14 -05:00
index remove disallow_untyped_defs=False for more modules 2019-12-13 10:22:21 +03:00
models remove disallow_untyped_defs=False for more modules 2019-12-13 10:22:21 +03:00
network Check that the cache is writable in _main() 2019-12-28 13:04:54 +01:00
operations Move parse_wheel and supporting functions to utils.wheel 2020-01-04 23:11:51 +01:00
req Merge pull request #7496 from pradyunsg/refactor/move-legacy-install-process 2019-12-31 12:00:23 +08:00
utils Use pkg_resources.Distribution derived from wheel directly 2020-01-05 10:57:14 -05:00
vcs Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
__init__.py Setup old entrypoints in pip module 2019-12-19 21:20:51 -05:00
build_env.py Update imports to {index -> index.package_finder} 2019-10-19 22:24:01 +05:30
cache.py Simplify handling of cache candidate directories 2019-12-16 17:39:25 +01:00
configuration.py Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
exceptions.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
legacy_resolve.py In Resolver, assume wheel_download_dir exists 2019-12-30 09:53:08 +01:00
locations.py Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
main.py Setup old entrypoints in pip module 2019-12-19 21:20:51 -05:00
pep425tags.py Use interpreter_name and _version in cache keys 2019-12-02 12:10:12 +01:00
pyproject.py Capital S in BuildSystemDetails 2019-11-23 16:46:40 +00:00
self_outdated_check.py Update references to collector.py 2019-10-19 22:24:53 +05:30
wheel_builder.py Don't unpack wheel files after building for install 2020-01-05 10:57:15 -05:00