Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat the codebase, with black | Pradyun Gedam | 2021-08-20 | 1 | -2/+7 |
* | Convert type comments | harupy | 2021-07-23 | 1 | -2/+1 |
* | Complete type annotations: `pip/_internal/models` (#10138) | Diego Ramirez | 2021-07-12 | 1 | -5/+5 |
* | Remove typing.TYPE_CHECKING guards | Jon Dufresne | 2021-02-19 | 1 | -5/+2 |
* | Replace pip._internal.utils.typing with stdlib typing | Jon Dufresne | 2021-02-18 | 1 | -2/+2 |
* | Remove object from class definitions | Jon Dufresne | 2020-12-25 | 1 | -1/+1 |
* | Update linter: isort | Pradyun Gedam | 2020-09-23 | 1 | -0/+1 |
* | Remove Base class | Cristina Muñoz | 2020-05-26 | 1 | -2/+1 |
* | Clean up lint errors | Cristina Muñoz | 2020-05-21 | 1 | -1/+2 |
* | Restrict dynamic attribute creation with slots | Cristina Muñoz | 2020-05-21 | 1 | -2/+4 |
* | Add a SelectionPreferences class. | Chris Jerdonek | 2019-06-28 | 1 | -0/+47 |