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
*
Remove setup.py install legacy
Stéphane Bidoul
2023-03-31
1
-14
/
+0
*
Implement `--break-system-packages` for EXTERNALLY-MANAGED installations (#11...
Stefano Rivera
2023-02-06
1
-1
/
+3
*
Fall back to non-localized message on Windows
Tzu-ping Chung
2023-01-03
1
-1
/
+11
*
Add tests for EXTERNALLY-MANAGED parser
Tzu-ping Chung
2023-01-03
1
-9
/
+14
*
Isolate EXTERNALLY-MANAGED parsing logic
Tzu-ping Chung
2023-01-03
1
-4
/
+12
*
Use ExternallyManagedEnvironment to show error
Tzu-ping Chung
2023-01-03
1
-1
/
+63
*
Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading...
Danny McClanahan
2022-09-10
1
-6
/
+5
*
Use --no-implicit-optional for type checking
hauntsaninja
2022-08-12
1
-1
/
+4
*
Drop the doctype check (#10906)
q0w
2022-02-27
1
-24
/
+0
*
Place the link as "context" instead of "Link:"
Pradyun Gedam
2022-02-02
1
-2
/
+2
*
Warn on bad/missing doctype declarations instead of erroring out
Pradyun Gedam
2022-02-01
1
-0
/
+24
*
Add a dedicated exception for metadata generation failures
Pradyun Gedam
2022-01-25
1
-0
/
+19
*
Add diagnostics to `InstallationSubprocessError`
Pradyun Gedam
2022-01-25
1
-9
/
+36
*
Improve presentation of `LegacyInstallFailure`
Pradyun Gedam
2022-01-25
1
-0
/
+14
*
Clearly document that exceptions shouldn't import any internals
Pradyun Gedam
2022-01-25
1
-1
/
+6
*
Escape the package name, allowing rich to stylize URLs and links
Pradyun Gedam
2021-12-12
1
-2
/
+3
*
Stop stylizing PEP **518**
Pradyun Gedam
2021-12-12
1
-2
/
+2
*
Clean up where `Text` is used to wrap diagnostic messages.
Pradyun Gedam
2021-12-12
1
-8
/
+7
*
Replace {attention -> note}_stmt
Pradyun Gedam
2021-12-12
1
-12
/
+8
*
Enable the use of rich for presenting output
Pradyun Gedam
2021-12-12
1
-3
/
+3
*
Improve DiagnosticPipError presentation
Pradyun Gedam
2021-12-12
1
-33
/
+100
*
NoneMetadataError doesn't need pkg_resources now
Tzu-ping Chung
2021-12-04
1
-3
/
+2
*
Remove pkg_resources usages from utils modules
Tzu-ping Chung
2021-12-04
1
-6
/
+6
*
Merge pull request #10535 from lukasjuhrich/main
Pradyun Gedam
2021-11-12
1
-0
/
+11
|
\
|
*
Improve BadZipFile reporting
Lukas Juhrich
2021-10-23
1
-0
/
+11
*
|
Implement diagnostic errors for `build-system.requires` issues
Pradyun Gedam
2021-10-22
1
-0
/
+39
*
|
Fix a typo
Pradyun Gedam
2021-10-22
1
-1
/
+1
*
|
Introduce `DiagnosticPipError`
Pradyun Gedam
2021-10-22
1
-2
/
+81
|
/
*
Remove direct pkg_resource usages from resolver and preparer
Tzu-ping Chung
2021-08-23
1
-2
/
+7
*
Reformat the codebase, with black
Pradyun Gedam
2021-08-20
1
-46
/
+66
*
Fix __bool__
harupy
2021-08-07
1
-1
/
+1
*
Merge branch 'main' into type-annotations-internal
Harutaka Kawamura
2021-08-06
1
-3
/
+0
|
\
|
*
Remove Python 2 __nonzero__ method definitions
Jon Dufresne
2021-08-02
1
-5
/
+1
*
|
convert type comments
harupy
2021-07-24
1
-56
/
+39
|
/
*
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
[next]