summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/glibc.py
Commit message (Expand)AuthorAgeFilesLines
* Move many type comments to annotationsJon Dufresne2021-08-101-8/+4
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-3/+2
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Remove unused glibc functionsChris Hunt2020-01-071-28/+0
* Fix mypy checks on WindowsChris Hunt2019-12-291-0/+3
* Use mypy's inline configuration syntax for opt-outsPradyun Gedam2019-07-301-0/+3
* Reduce dependency on ctypes when discovering glibc version. (#6678)Brandt Bucher2019-07-211-2/+29
* remove #noqa: F401Maxim Kurnikov2019-02-221-1/+1
* Adding type annotations to pip._internal.utils.glibc (#5956)Adam Tse2018-11-061-1/+1
* Added type hintspetr-tik2018-10-271-0/+9
* Stop depending on platform.libc_ver()Pradyun S. Gedam2017-10-041-3/+6
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+81