pip/src/pip/_internal
Jon Dufresne 5150129f6b Replace compat.expanduser() with os.path.expanduser()
The upstream bug has been fixed and released in all supported Python
version: https://bugs.python.org/issue14768
2020-12-29 08:15:55 -08:00
..
cli Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
commands Merge pull request #9364 from jdufresne/oserror 2020-12-27 12:15:41 +00: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 Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02: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 unused type VersionCandidate 2020-12-28 19:18:20 -08:00
utils Replace compat.expanduser() with os.path.expanduser() 2020-12-29 08:15:55 -08:00
vcs Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02: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 Update linter: isort 2020-09-23 19:52:28 +05:30