summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/parallel.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken src/pip/_internal/utils directoryJon Dufresne2021-02-211-3/+3
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-8/+5
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-3/+2
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-3/+1
* Update linter: isortPradyun Gedam2020-09-231-1/+1
* Drop parallel map for Python 2 and the non-lazy variantNguyễn Gia Phong2020-06-251-139/+31
* Wrap lazy map as wellNguyễn Gia Phong2020-06-251-33/+183
* Add utilities for paralleliztionNguyễn Gia Phong2020-06-251-0/+65