summaryrefslogtreecommitdiff
path: root/src/pip/_internal/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Remove setup.py install legacyStéphane Bidoul2023-03-311-14/+0
* Implement `--break-system-packages` for EXTERNALLY-MANAGED installations (#11...Stefano Rivera2023-02-061-1/+3
* Fall back to non-localized message on WindowsTzu-ping Chung2023-01-031-1/+11
* Add tests for EXTERNALLY-MANAGED parserTzu-ping Chung2023-01-031-9/+14
* Isolate EXTERNALLY-MANAGED parsing logicTzu-ping Chung2023-01-031-4/+12
* Use ExternallyManagedEnvironment to show errorTzu-ping Chung2023-01-031-1/+63
* Use data-dist-info-metadata (PEP 658) to decouple resolution from downloading...Danny McClanahan2022-09-101-6/+5
* Use --no-implicit-optional for type checkinghauntsaninja2022-08-121-1/+4
* Drop the doctype check (#10906)q0w2022-02-271-24/+0
* Place the link as "context" instead of "Link:"Pradyun Gedam2022-02-021-2/+2
* Warn on bad/missing doctype declarations instead of erroring outPradyun Gedam2022-02-011-0/+24
* Add a dedicated exception for metadata generation failuresPradyun Gedam2022-01-251-0/+19
* Add diagnostics to `InstallationSubprocessError`Pradyun Gedam2022-01-251-9/+36
* Improve presentation of `LegacyInstallFailure`Pradyun Gedam2022-01-251-0/+14
* Clearly document that exceptions shouldn't import any internalsPradyun Gedam2022-01-251-1/+6
* Escape the package name, allowing rich to stylize URLs and linksPradyun Gedam2021-12-121-2/+3
* Stop stylizing PEP **518**Pradyun Gedam2021-12-121-2/+2
* Clean up where `Text` is used to wrap diagnostic messages.Pradyun Gedam2021-12-121-8/+7
* Replace {attention -> note}_stmtPradyun Gedam2021-12-121-12/+8
* Enable the use of rich for presenting outputPradyun Gedam2021-12-121-3/+3
* Improve DiagnosticPipError presentationPradyun Gedam2021-12-121-33/+100
* NoneMetadataError doesn't need pkg_resources nowTzu-ping Chung2021-12-041-3/+2
* Remove pkg_resources usages from utils modulesTzu-ping Chung2021-12-041-6/+6
* Merge pull request #10535 from lukasjuhrich/mainPradyun Gedam2021-11-121-0/+11
|\
| * Improve BadZipFile reportingLukas Juhrich2021-10-231-0/+11
* | Implement diagnostic errors for `build-system.requires` issuesPradyun Gedam2021-10-221-0/+39
* | Fix a typoPradyun Gedam2021-10-221-1/+1
* | Introduce `DiagnosticPipError`Pradyun Gedam2021-10-221-2/+81
|/
* Remove direct pkg_resource usages from resolver and preparerTzu-ping Chung2021-08-231-2/+7
* Reformat the codebase, with blackPradyun Gedam2021-08-201-46/+66
* Fix __bool__harupy2021-08-071-1/+1
* Merge branch 'main' into type-annotations-internalHarutaka Kawamura2021-08-061-3/+0
|\
| * Remove Python 2 __nonzero__ method definitionsJon Dufresne2021-08-021-5/+1
* | convert type commentsharupy2021-07-241-56/+39
|/
* Implement sysconfig locations and warn on mismatchTzu-ping Chung2021-02-231-0/+15
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-6/+5
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-3/+2
* Include both sources in inconsistency errorTzu-ping Chung2021-01-181-6/+9
* Merge remote-tracking branch 'upstream/master' into 7969-revert-sbiStéphane Bidoul2020-12-271-22/+27
|\
| * Re-apply invalid metadata skipTzu-ping Chung2020-12-271-0/+15
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-5/+5
| * Merge pull request #9354 from jdufresne/superPradyun Gedam2020-12-251-3/+2
| |\
| | * Use short Python3 super() syntaxJon Dufresne2020-12-241-3/+2
| * | Replace typing.Text with strJon Dufresne2020-12-241-2/+2
| |/
| * Remove __future__ importsJon Dufresne2020-12-241-2/+0
| * Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-10/+3
* | Revert "Create call_subprocess just for vcs commands"Stéphane Bidoul2020-12-271-5/+0
|/
* Revert "Skip candidate not providing valid metadata"revert-9264-new-resolver-dont-abort-on-inconsistent-candidatePradyun Gedam2020-12-151-15/+0
* Skip candidate not providing valid metadataTzu-ping Chung2020-12-121-0/+15
* Bump mypy to 0.790 for Python 3.9 compatNguyễn Gia Phong2020-10-121-1/+1