summaryrefslogtreecommitdiff
path: root/src/pip/_internal/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update linter: isortPradyun Gedam2020-09-231-2/+2
* reformat(pip/_internal): Resolve lint errorsPrashant Sharma2020-07-091-6/+13
* feat(pip/_internal/*): Use custom raise_for_status methodgutsytechster2020-07-081-0/+17
* Raise proper exceptions on metadata mismatchTzu-ping Chung2020-06-031-2/+25
* Merge pull request #8296 from deveshks/mypy-pip-internalStéphane Bidoul2020-05-311-7/+28
|\
| * Remove redundant variable annotationsDevesh Kumar Singh2020-05-301-3/+3
| * Update message type to configparser.ErrorDevesh Kumar Singh2020-05-231-3/+3
| * Type annotations for pip._internal.exceptionsDevesh Kumar Singh2020-05-221-10/+31
* | Create call_subprocess just for vcs commandsDevesh Kumar Singh2020-05-231-0/+5
|/
* Move wheel cache out of InstallRequirmentTzu-ping Chung2020-03-301-1/+1
* Update old-style formatting to new-style formatting (#7762)Anudit Nagar2020-02-211-5/+5
* string_formattingDeepak Sharma2020-01-301-5/+5
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+4
* Remove unused assignmentAlbert Tugushev2019-09-281-1/+0
* Improve error message if METADATA or PKG-INFO metadata is None.Chris Jerdonek2019-05-261-0/+31
* remove #noqa: F401Maxim Kurnikov2019-02-221-2/+2
* Fix new issues found in mypy 0.620 -> 0.650Pradyun Gedam2018-12-181-2/+2
* Fix inconsistencies in mypy annotationsPradyun Gedam2018-12-171-1/+7
* Show error messages when configuration-related errors occurPradyun Gedam2018-09-201-0/+19
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+249