summaryrefslogtreecommitdiff
path: root/src/pip/_internal/distributions/base.py
Commit message (Expand)AuthorAgeFilesLines
* Opt to check build dependenciesq0w2022-05-131-1/+4
* Remove direct pkg_resource usages from resolver and preparerTzu-ping Chung2021-08-231-4/+2
* Fix the `pip/_internal/distributions` annotations (#10074)Diego Ramirez2021-07-131-6/+5
* Blacken the src/pip/_internal/distributions directoryJon Dufresne2021-02-211-0/+1
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-7/+4
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-3/+2
* Remove object from class definitionsJon Dufresne2020-12-251-1/+1
* Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-5/+1
* Update linter: isortPradyun Gedam2020-09-231-1/+2
* remove disallow_untyped_defs=False for pip._internal.distributions, pip._inte...Maxim Kurnikov2019-12-121-3/+12
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Rename AbstractDistribution.prep_for_dist()Pradyun Gedam2019-06-161-2/+1
* Rename AbstractDistribution.dist()Pradyun Gedam2019-06-161-2/+1
* Add TODOs to improve the names for Distribution's methodsPradyun Gedam2019-06-141-0/+2
* Add docstrings to Distribution classesPradyun Gedam2019-06-141-0/+14
* Add distributions sub-package for holding build logicPradyun Gedam2019-06-141-0/+19