pip/tests/lib
Jon Dufresne 14380668b5 Drop csv23 in favor of stdlib csv
Using csv23 has been unnecessary since dropping Python 2 support. It
previously remained as a compatibility shim.
2020-12-27 08:09:32 -08:00
..
__init__.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
certs.py Replace typing.Text with str 2020-12-24 16:40:55 -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 Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz 2020-12-27 16:18:44 +02: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 Merge pull request #9354 from jdufresne/super 2020-12-25 19:18:28 +00:00
test_lib.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
test_wheel.py Remove redundant Python 2.7 code 2020-12-22 09:06:26 +02:00
venv.py Merge pull request #9361 from jdufresne/f-strings 2020-12-26 10:24:18 +00:00
wheel.py Drop csv23 in favor of stdlib csv 2020-12-27 08:09:32 -08:00