summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/encoding.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken src/pip/_internal/utils directoryJon Dufresne2021-02-211-12/+12
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-3/+2
* Replace typing.Text with strJon Dufresne2020-12-241-3/+3
* Update linter: isortPradyun Gedam2020-09-231-1/+1
* Assert not None instead of if checkDevesh Kumar Singh2020-05-211-3/+3
* Type annotations for pip._internal.utils.encodingDevesh Kumar Singh2020-05-201-5/+4
* Use mypy's inline configuration syntax for opt-outsPradyun Gedam2019-07-301-0/+3
* Fix utils.encoding.auto_decode() LookupError with invalid encodingsMiro HronĨok2019-03-011-7/+7
* remove #noqa: F401Maxim Kurnikov2019-02-221-1/+1
* Add type annotations for pip._internal.utils and pip._internal.vcs.__init__ (...Maxim Kurnikov2018-12-081-1/+7
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+33