index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pip
/
_internal
/
commands
/
debug.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typing fixes
Tzu-ping Chung
2021-03-10
1
-2
/
+2
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-8
/
+4
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Replace pkg_resources usage in 'pip debug'
Tzu-ping Chung
2021-02-04
1
-5
/
+6
*
commands: debug: Use packaging.version.parse to compare
Noah Gorny
2021-01-16
1
-1
/
+2
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-2
/
+2
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
Remove obsolete "# type: ignore" comments
Jon Dufresne
2020-12-23
1
-13
/
+2
*
Update linter: isort
Pradyun Gedam
2020-09-23
1
-2
/
+3
*
Enable flake8-logging-format
Nguyễn Gia Phong
2020-07-17
1
-12
/
+5
*
Use module.__file__
Devesh Kumar Singh
2020-06-10
1
-1
/
+5
*
Fix argument type for ca_bundle_info
Devesh Kumar Singh
2020-06-10
1
-2
/
+3
*
Fix src/pip with flake8-bugbear
Devesh Kumar Singh
2020-06-10
1
-2
/
+2
*
fix(_internal/commands): Define a default add_option to child commands
gutsytechster
2020-05-23
1
-5
/
+5
*
refactor(commands): Add method add_options and remove __init__
gutsytechster
2020-05-23
1
-7
/
+4
*
Merge pull request #8051 from deveshks/add-mypy-annotations-comp-dbg
Pradyun Gedam
2020-05-15
1
-7
/
+4
|
\
|
*
Change return type annotation for commands.debug.get_vendor_version_from_module
Devesh Kumar Singh
2020-05-15
1
-1
/
+1
|
*
Remove Any type from run function
Devesh Kumar Singh
2020-04-20
1
-1
/
+1
|
*
Type annotations for completion and debug in commands
Devesh Kumar Singh
2020-04-15
1
-5
/
+2
*
|
Fix bug in pip debug
Pradyun Gedam
2020-04-15
1
-1
/
+2
|
/
*
commands: debug: Add vendor library versions
Noah Gorny
2020-04-11
1
-1
/
+93
*
commands: debug: Print pip._vendor.DEBUNDLED info
Noah Gorny
2020-04-10
1
-0
/
+2
*
Use packaging.tags.Tag in place of Tuple
Chris Hunt
2020-01-07
1
-2
/
+1
*
Move format_tag to pep425tags
Chris Hunt
2019-12-02
1
-1
/
+1
*
Show cert config value first
Neil Botelho
2019-10-17
1
-1
/
+1
*
Add CA cert info to debug, and corresponding tests
Neil Botelho
2019-10-15
1
-2
/
+30
*
add per-file disallow_untyped_defs=False, and set it to True globally
Maxim Kurnikov
2019-09-29
1
-0
/
+3
*
Only import a Command class when it is actually needed.
Chris Jerdonek
2019-07-26
1
-2
/
+0
*
Add some encoding return values to pip-debug.
Chris Jerdonek
2019-07-19
1
-0
/
+6
*
debug: add warnings about its provisional status
Xavier Fernandez
2019-07-18
1
-0
/
+6
*
Add "pip debug" command.
Chris Jerdonek
2019-06-27
1
-0
/
+102