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
/
exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement sysconfig locations and warn on mismatch
Tzu-ping Chung
2021-02-23
1
-0
/
+15
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-6
/
+5
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-3
/
+2
*
Include both sources in inconsistency error
Tzu-ping Chung
2021-01-18
1
-6
/
+9
*
Merge remote-tracking branch 'upstream/master' into 7969-revert-sbi
Stéphane Bidoul
2020-12-27
1
-22
/
+27
|
\
|
*
Re-apply invalid metadata skip
Tzu-ping Chung
2020-12-27
1
-0
/
+15
|
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-5
/
+5
|
*
Merge pull request #9354 from jdufresne/super
Pradyun Gedam
2020-12-25
1
-3
/
+2
|
|
\
|
|
*
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-3
/
+2
|
*
|
Replace typing.Text with str
Jon Dufresne
2020-12-24
1
-2
/
+2
|
|
/
|
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
|
*
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-10
/
+3
*
|
Revert "Create call_subprocess just for vcs commands"
Stéphane Bidoul
2020-12-27
1
-5
/
+0
|
/
*
Revert "Skip candidate not providing valid metadata"
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
Pradyun Gedam
2020-12-15
1
-15
/
+0
*
Skip candidate not providing valid metadata
Tzu-ping Chung
2020-12-12
1
-0
/
+15
*
Bump mypy to 0.790 for Python 3.9 compat
Nguyễn Gia Phong
2020-10-12
1
-1
/
+1
*
Update linter: isort
Pradyun Gedam
2020-09-23
1
-2
/
+2
*
reformat(pip/_internal): Resolve lint errors
Prashant Sharma
2020-07-09
1
-6
/
+13
*
feat(pip/_internal/*): Use custom raise_for_status method
gutsytechster
2020-07-08
1
-0
/
+17
*
Raise proper exceptions on metadata mismatch
Tzu-ping Chung
2020-06-03
1
-2
/
+25
*
Merge pull request #8296 from deveshks/mypy-pip-internal
Stéphane Bidoul
2020-05-31
1
-7
/
+28
|
\
|
*
Remove redundant variable annotations
Devesh Kumar Singh
2020-05-30
1
-3
/
+3
|
*
Update message type to configparser.Error
Devesh Kumar Singh
2020-05-23
1
-3
/
+3
|
*
Type annotations for pip._internal.exceptions
Devesh Kumar Singh
2020-05-22
1
-10
/
+31
*
|
Create call_subprocess just for vcs commands
Devesh Kumar Singh
2020-05-23
1
-0
/
+5
|
/
*
Move wheel cache out of InstallRequirment
Tzu-ping Chung
2020-03-30
1
-1
/
+1
*
Update old-style formatting to new-style formatting (#7762)
Anudit Nagar
2020-02-21
1
-5
/
+5
*
string_formatting
Deepak Sharma
2020-01-30
1
-5
/
+5
*
add per-file disallow_untyped_defs=False, and set it to True globally
Maxim Kurnikov
2019-09-29
1
-0
/
+4
*
Remove unused assignment
Albert Tugushev
2019-09-28
1
-1
/
+0
*
Improve error message if METADATA or PKG-INFO metadata is None.
Chris Jerdonek
2019-05-26
1
-0
/
+31
*
remove #noqa: F401
Maxim Kurnikov
2019-02-22
1
-2
/
+2
*
Fix new issues found in mypy 0.620 -> 0.650
Pradyun Gedam
2018-12-18
1
-2
/
+2
*
Fix inconsistencies in mypy annotations
Pradyun Gedam
2018-12-17
1
-1
/
+7
*
Show error messages when configuration-related errors occur
Pradyun Gedam
2018-09-20
1
-0
/
+19
*
Move all internal APIs to pip._internal
Donald Stufft
2017-08-31
1
-0
/
+249