summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/hashes.py
Commit message (Expand)AuthorAgeFilesLines
* Add function to check hashes against known digestsStéphane Bidoul2023-04-141-0/+7
* fixupshauntsaninja2022-08-121-1/+1
* Use --no-implicit-optional for type checkinghauntsaninja2022-08-121-1/+1
* Revert "Filter available distributions using hash declarations from constrain...Pradyun Gedam2022-05-031-4/+0
* Replace Iterator[T] with Generator[T,None, None] (#11007)q0w2022-04-091-2/+2
* Filter available distributions using hash declarations from constraints files...q0w2022-03-161-0/+4
* Move all remaining type comments to annotationsJon Dufresne2021-08-271-30/+13
* Remove Python 2 __nonzero__ method definitionsJon Dufresne2021-08-021-5/+1
* Fix import error introduced in 21.1James Curtin2021-04-241-1/+5
* Blacken src/pip/_internal/utils directoryJon Dufresne2021-02-211-12/+14
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-2/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-261-1/+1
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* | Remove object from class definitionsJon Dufresne2020-12-251-1/+1
|/
* Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-12/+5
* utils: make Hashes object hashableXavier Fernandez2020-10-311-1/+22
* Prepare isort for blackPradyun Gedam2020-09-231-5/+1
* Update linter: isortPradyun Gedam2020-09-231-3/+2
* Hashes from lines should intersect, not unionTzu-ping Chung2020-09-031-6/+14
* Implement new Provider.find_matches()Tzu-ping Chung2020-05-271-0/+12
* string_formattingDeepak Sharma2020-01-301-1/+3
* remove disallow_untyped_defs=False for more modulesMaxim Kurnikov2019-12-131-3/+1
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Change isort multi_line_output to 3Pradyun Gedam2019-07-221-1/+3
* Add debug logging to filter_unallowed_hashes().Chris Jerdonek2019-07-141-0/+5
* Add Hashes.is_hash_allowed().Chris Jerdonek2019-07-101-0/+8
* remove #noqa: F401Maxim Kurnikov2019-02-221-3/+3
* Add type annotations for pip._internal.utils and pip._internal.vcs.__init__ (...Maxim Kurnikov2018-12-081-0/+21
* isort: Include trailing commasPradyun Gedam2017-11-211-1/+1
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-0/+94