summaryrefslogtreecommitdiff
path: root/src/pip/_internal/models/target_python.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat the codebase, with blackPradyun Gedam2021-08-201-9/+8
* Convert type commentsharupy2021-07-231-1/+1
* Complete type annotations: `pip/_internal/models` (#10138)Diego Ramirez2021-07-121-10/+7
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-6/+3
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-261-1/+1
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* | Remove object from class definitionsJon Dufresne2020-12-251-1/+1
|/
* Support multiple `abi` and `platform` values for `pip download`.Daniel Katz2020-10-271-15/+15
* Prepare isort for blackPradyun Gedam2020-09-231-4/+1
* Remove Base classCristina Muñoz2020-05-261-2/+1
* Restrict dynamic attribute creation with slotsCristina Muñoz2020-05-211-1/+12
* Update references to pep425tagsPradyun Gedam2020-02-261-3/+6
* Use packaging.tags.Tag in place of TupleChris Hunt2020-01-071-3/+4
* Make versions argument singular for pep425tags.get_supported()Chris Hunt2019-11-121-3/+3
* Add LinkEvaluator class.Chris Jerdonek2019-07-041-1/+3
* Add TargetPython.format_given().Chris Jerdonek2019-06-231-2/+26
* Add a TargetPython class.Chris Jerdonek2019-06-111-0/+80