summaryrefslogtreecommitdiff
path: root/src/pip/_internal/commands/help.py
Commit message (Expand)AuthorAgeFilesLines
* Complete type annotations in `pip/_internal/commands` (#10182)Harutaka Kawamura2021-07-231-2/+1
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-5/+2
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+3
* Use f-strings for simple string formattingJon Dufresne2020-12-251-2/+2
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Update linter: isortPradyun Gedam2020-09-231-2/+4
* Remove Any type from run functionDevesh Kumar Singh2020-04-201-2/+2
* Type annotations for help, list and uninstall in commandsDevesh Kumar Singh2020-04-141-3/+6
* string_formattingDeepak Sharma2020-01-301-2/+2
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-261-4/+5
* Don't import SUCCESS from base_commandPradyun Gedam2018-07-301-1/+2
* Rename basecommand -> base_commandPradyun Gedam2018-07-301-1/+1
* Move basecommand to pip._internal.cliPradyun Gedam2018-07-291-1/+1
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+36