1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/network
Itamar Turner-Trauring 5e7cc16c3b
Fix parallel pip cache downloads causing crash (#12364)
Co-authored-by: Itamar Turner-Trauring <itamar@pythonspeed.com>
2023-10-18 23:14:22 +01:00
..
__init__.py Add documentation string to pip._internal.network.auth 2019-09-20 19:46:40 -04:00
auth.py Fix new lint errors 2023-06-05 14:32:44 +01:00
cache.py Fix parallel pip cache downloads causing crash (#12364) 2023-10-18 23:14:22 +01:00
download.py Replace cgi module with email.message (#11098) 2022-05-24 17:06:56 +05:30
lazy_wheel.py Replace deprecated BadZipfile with BadZipFile 2023-03-12 18:55:38 +02:00
session.py Use strict optional checking in misc.py (#11382) 2023-07-17 10:40:25 +01:00
utils.py Replace Iterator[T] with Generator[T,None, None] (#11007) 2022-04-09 16:11:58 +01:00
xmlrpc.py Blacken src/pip/_internal/network/ 2021-07-23 20:51:50 +01:00