summaryrefslogtreecommitdiff
path: root/src/pip/_internal/cli/autocompletion.py
Commit message (Expand)AuthorAgeFilesLines
* Include files/folders in `pip install` autocomplete (#10682)Andy Freeland2022-01-251-1/+9
* Complete type annotations in `pip/_internal/cli` (#10169)Harutaka Kawamura2021-07-231-1/+1
* Remove get_installed_distributions usagesTzu-ping Chung2021-07-221-4/+6
* Convert type hint comments into annotationsDiego Ramirez2021-06-071-6/+5
* Blacken src/pip/_internal/cli directoryJon Dufresne2021-02-211-29/+29
* Replace for/if/append pattern with list comprehension in autocompletion.pyJon Dufresne2021-02-201-4/+5
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* remove disallow_untyped_defs=False for most of pip._internal.cli modulesMaxim Kurnikov2019-12-131-17/+26
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Remove get_summaries().Chris Jerdonek2019-07-271-2/+2
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-261-2/+2
* Fix error when autocompleting after flagLaurie Opperman2018-09-171-1/+2
* Change the import names as renamedPradyun Gedam2018-08-051-1/+1
* Move autocompletion logic out to pip._internal.cli.autocompletionPradyun Gedam2018-08-051-0/+151