1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/lib
Jon Dufresne a6392bd62e Replace pip._internal.utils.typing with stdlib typing
The stdlib module has been available since Python 3.5 and the
TYPE_CHECKING constant has been available since 3.5.2.

By using stdlib, this removes the need for pip to maintain its own
Python 2 typing compatibility shim.
2021-02-18 19:09:13 -08:00
..
__init__.py Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00
certs.py Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00
configuration_helpers.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
filesystem.py Revert "remove _copy_source_tree and friends" 2020-05-13 02:50:10 +05:30
git_submodule_helpers.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
index.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
local_repos.py Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00
options_helpers.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
path.py Remove encoding cookie from Python source files 2020-12-25 07:26:07 -08:00
requests_mocks.py Remove object from class definitions 2020-12-25 15:48:11 -08:00
server.py Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00
test_lib.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_wheel.py Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00
venv.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
wheel.py Replace pip._internal.utils.typing with stdlib typing 2021-02-18 19:09:13 -08:00