pip/src/pip/_internal
Jon Dufresne 004b2cf9a8 Remove unused utility function consume()
Unused since e706af20fe.
2021-01-01 16:07:53 -08:00
..
cli Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
commands Merge pull request #9406 from sbidoul/simplify-check_binary_allowed-sbi 2021-01-01 19:33:13 +01:00
distributions Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
index Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
models Remove unnecessary __ne__ definitions 2020-12-30 08:23:04 -08:00
network Remove unnecessary "noqa" comments 2020-12-28 18:19:09 -08:00
operations Remove unused class CopytreeKwargs 2020-12-28 17:07:56 -08:00
req Remove unnecessary "noqa" comments 2020-12-28 18:19:09 -08:00
resolution Remove unnecessary __ne__ definitions 2020-12-30 08:23:04 -08:00
utils Remove unused utility function consume() 2021-01-01 16:07:53 -08:00
vcs Merge pull request #9403 from jdufresne/get-revision 2021-01-01 19:36:20 +01:00
__init__.py Update linter: isort 2020-09-23 19:52:28 +05:30
build_env.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
cache.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
configuration.py Replace compat.expanduser() with os.path.expanduser() 2020-12-29 08:15:55 -08:00
exceptions.py Re-apply invalid metadata skip 2020-12-27 04:16:24 +08:00
locations.py Remove outdated PyPy workaround for site_packages location 2020-12-27 12:16:28 -08:00
main.py Update linter: isort 2020-09-23 19:52:28 +05:30
pyproject.py Replace io.open() and codecs.open() with builtin open() 2020-12-25 15:53:08 -08:00
self_outdated_check.py Use unified OSError and its subclasses 2020-12-26 12:16:09 -08:00
wheel_builder.py Simplify check_binary_allowed 2020-12-31 13:17:44 +01:00