summaryrefslogtreecommitdiff
path: root/src/pip/_internal/models/index.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyzHugo van Kemenade2020-12-271-3/+3
* Remove object from class definitionsJon Dufresne2020-12-251-1/+1
* Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-1/+1
* Remove Base classCristina Muñoz2020-05-261-3/+1
* Clean up lint errorsCristina Muñoz2020-05-211-1/+3
* Restrict dynamic attribute creation with slotsCristina Muñoz2020-05-211-1/+4
* add type annotations for pip._internal.models (#6065)Maxim Kurnikov2018-12-171-0/+2
* Fix issues that occured due to mergingPradyun Gedam2018-07-241-3/+7
* Fix a mistake made while mergingPradyun Gedam2018-07-241-1/+1
* Merge branch 'master' into refactor/introduce-modelsPradyun Gedam2018-07-241-4/+9
|\
| * Allow PEP508 url dependencies in install_requiresBstrdsmkr2018-07-111-2/+8
* | Rename Index -> PackageIndex and add testsPradyun Gedam2018-06-241-5/+10
|/
* Switch pip to use Warehouse by defaultDonald Stufft2018-04-161-1/+1
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+15