summaryrefslogtreecommitdiff
path: root/src/pip/_internal/commands/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Typing fixesTzu-ping Chung2021-03-101-2/+2
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-8/+4
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Replace pkg_resources usage in 'pip debug'Tzu-ping Chung2021-02-041-5/+6
* commands: debug: Use packaging.version.parse to compareNoah Gorny2021-01-161-1/+2
* Use f-strings for simple string formattingJon Dufresne2020-12-251-2/+2
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Remove obsolete "# type: ignore" commentsJon Dufresne2020-12-231-13/+2
* Update linter: isortPradyun Gedam2020-09-231-2/+3
* Enable flake8-logging-formatNguyễn Gia Phong2020-07-171-12/+5
* Use module.__file__Devesh Kumar Singh2020-06-101-1/+5
* Fix argument type for ca_bundle_infoDevesh Kumar Singh2020-06-101-2/+3
* Fix src/pip with flake8-bugbearDevesh Kumar Singh2020-06-101-2/+2
* fix(_internal/commands): Define a default add_option to child commandsgutsytechster2020-05-231-5/+5
* refactor(commands): Add method add_options and remove __init__gutsytechster2020-05-231-7/+4
* Merge pull request #8051 from deveshks/add-mypy-annotations-comp-dbgPradyun Gedam2020-05-151-7/+4
|\
| * Change return type annotation for commands.debug.get_vendor_version_from_moduleDevesh Kumar Singh2020-05-151-1/+1
| * Remove Any type from run functionDevesh Kumar Singh2020-04-201-1/+1
| * Type annotations for completion and debug in commandsDevesh Kumar Singh2020-04-151-5/+2
* | Fix bug in pip debugPradyun Gedam2020-04-151-1/+2
|/
* commands: debug: Add vendor library versionsNoah Gorny2020-04-111-1/+93
* commands: debug: Print pip._vendor.DEBUNDLED infoNoah Gorny2020-04-101-0/+2
* Use packaging.tags.Tag in place of TupleChris Hunt2020-01-071-2/+1
* Move format_tag to pep425tagsChris Hunt2019-12-021-1/+1
* Show cert config value firstNeil Botelho2019-10-171-1/+1
* Add CA cert info to debug, and corresponding testsNeil Botelho2019-10-151-2/+30
* 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-2/+0
* Add some encoding return values to pip-debug.Chris Jerdonek2019-07-191-0/+6
* debug: add warnings about its provisional statusXavier Fernandez2019-07-181-0/+6
* Add "pip debug" command.Chris Jerdonek2019-06-271-0/+102