summaryrefslogtreecommitdiff
path: root/src/pip/_internal/models/selection_prefs.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat the codebase, with blackPradyun Gedam2021-08-201-2/+7
* Convert type commentsharupy2021-07-231-2/+1
* Complete type annotations: `pip/_internal/models` (#10138)Diego Ramirez2021-07-121-5/+5
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-5/+2
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Remove object from class definitionsJon Dufresne2020-12-251-1/+1
* Update linter: isortPradyun Gedam2020-09-231-0/+1
* Remove Base classCristina Muñoz2020-05-261-2/+1
* Clean up lint errorsCristina Muñoz2020-05-211-1/+2
* Restrict dynamic attribute creation with slotsCristina Muñoz2020-05-211-2/+4
* Add a SelectionPreferences class.Chris Jerdonek2019-06-281-0/+47