summaryrefslogtreecommitdiff
path: root/src/pip/_internal/models/scheme.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat the codebase, with blackPradyun Gedam2021-08-201-1/+1
* Complete type annotations: `pip/_internal/models` (#10138)Diego Ramirez2021-07-121-6/+6
* Remove object from class definitionsJon Dufresne2020-12-251-1/+1
* Get non-root scheme files from paths, not diskChris Hunt2020-07-091-1/+4
* Remove Base classCristina Muñoz2020-05-261-3/+1
* Clean up lint errorsCristina Muñoz2020-05-211-0/+1
* Restrict dynamic attribute creation with slotsCristina Muñoz2020-05-211-1/+5
* Create Scheme model and wrap distutils_schemeChris Hunt2019-11-071-0/+25