1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Jon Dufresne 8662248774 Always close stderr after subprocess completion in call_subprocess()
When running Python with warnings enabled, fixes warnings of the form:

    .../site-packages/pip/_internal/vcs/versioncontrol.py:773: ResourceWarning: unclosed file <_io.BufferedReader name=12>
      return call_subprocess(cmd, cwd,
2020-11-21 07:35:11 -08:00
..
cli cli: Drop --unstable-feature flag 2020-11-14 12:03:53 +02:00
commands Update message displayed on conflicts post-resolution 2020-11-12 06:53:29 +05:30
distributions Update linter: isort 2020-09-23 19:52:28 +05:30
index Cache find_best_candidate results 2020-10-31 16:22:59 +01:00
models Support multiple abi and platform values for pip download. 2020-10-27 19:00:22 -04:00
network Prepare isort for black 2020-09-23 21:47:47 +05:30
operations New resolver: Avoid polluting dest dir 2020-10-07 13:42:21 +07:00
req Removed unused comes_from argument of parse_requirements 2020-11-08 19:07:28 +01:00
resolution Include package name in backtracking messaging 2020-11-19 18:38:30 +00:00
utils utils: make Hashes object hashable 2020-10-31 15:54:54 +01:00
vcs Always close stderr after subprocess completion in call_subprocess() 2020-11-21 07:35:11 -08:00
__init__.py Update linter: isort 2020-09-23 19:52:28 +05:30
build_env.py Update linter: isort 2020-09-23 19:52:28 +05:30
cache.py Update linter: isort 2020-09-23 19:52:28 +05:30
configuration.py Update linter: isort 2020-09-23 19:52:28 +05:30
exceptions.py Bump mypy to 0.790 for Python 3.9 compat 2020-10-12 17:37:55 +07:00
locations.py Update linter: isort 2020-09-23 19:52:28 +05:30
main.py Update linter: isort 2020-09-23 19:52:28 +05:30
pyproject.py Update linter: isort 2020-09-23 19:52:28 +05:30
self_outdated_check.py Prepare isort for black 2020-09-23 21:47:47 +05:30
wheel_builder.py Update linter: isort 2020-09-23 19:52:28 +05:30