pip/src/pip/_internal/utils
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
..
__init__.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
appdirs.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
compat.py Replace compat.expanduser() with os.path.expanduser() 2020-12-29 08:15:55 -08:00
compatibility_tags.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
datetime.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
deprecation.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
direct_url_helpers.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
distutils_args.py Add distutils args helpers 2019-11-30 17:39:56 -05:00
encoding.py Replace typing.Text with str 2020-12-24 16:40:55 -08:00
entrypoints.py Update linter: isort 2020-09-23 19:52:28 +05:30
filesystem.py Remove unnecessary type override NamedTemporaryFileResult 2020-12-27 17:19:28 -08:00
filetypes.py Factor out is_archive_file 2020-11-25 14:13:07 +00:00
glibc.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
hashes.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
inject_securetransport.py Conditionally import ssl 2019-10-08 00:50:22 -04:00
logging.py Remove unnecessary "noqa" comments 2020-12-28 18:19:09 -08:00
misc.py Replace compat.expanduser() with os.path.expanduser() 2020-12-29 08:15:55 -08:00
models.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
packaging.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
parallel.py Remove redundant Python 2.7 code 2020-12-22 09:06:26 +02:00
pkg_resources.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
setuptools_build.py Simplify make_setuptools_egg_info_args 2020-04-07 17:01:08 +02:00
subprocess.py Re-apply invalid metadata skip 2020-12-27 04:16:24 +08:00
temp_dir.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
typing.py Move utils.misc.cast to avoid circular import 2019-11-04 20:16:36 -05:00
unpacking.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
urls.py Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02:00
virtualenv.py Use unified OSError and its subclasses 2020-12-26 12:16:09 -08:00
wheel.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00