summaryrefslogtreecommitdiff
path: root/src/pip/_internal/models/candidate.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat the codebase, with blackPradyun Gedam2021-08-201-6/+9
* Complete type annotations: `pip/_internal/models` (#10138)Diego Ramirez2021-07-121-6/+3
* Typing fixesTzu-ping Chung2021-03-101-2/+1
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-7/+2
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+3
* Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
* Update linter: isortPradyun Gedam2020-09-231-0/+1
* Restrict dynamic attribute creation with slotsCristina Muñoz2020-05-211-0/+2
* remove disallow_untyped_defs=False for more modulesMaxim Kurnikov2019-12-131-3/+1
* Rename InstallationCandidate.{project -> name}Pradyun Gedam2019-11-111-7/+6
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Rename InstallationCandidate.{location -> link}Pradyun Gedam2019-07-201-5/+5
* Update PackageFinder to support "yanked" files (PEP 592).Chris Jerdonek2019-06-261-0/+5
* remove #noqa: F401Maxim Kurnikov2019-02-221-3/+3
* add type annotations for pip._internal.models (#6065)Maxim Kurnikov2018-12-171-1/+9
* Add a utility for comparision logic and switch to itPradyun Gedam2018-06-241-32/+8
* Move InstallationCandidate to models + add testsPradyun Gedam2018-06-241-0/+47