pip/tests
Tzu-ping Chung 8326148149 Implement "lazy sequence" to avoid Internet
find_matches() is modified to return a special type that implements
the sequence protocol (instead of a plain list). This special sequence
type tries to use the installed candidate as the first element if
possible, and only access indexes when the installed candidate is
considered unsatisfactory.
2020-10-13 16:06:00 +08:00
..
data Add integration tests for experimental feature fast-deps 2020-07-21 16:00:34 +07:00
functional Merge pull request #8910 from hugovk/pip-cache-http 2020-10-02 13:26:00 +05:30
lib Update linter: isort 2020-09-23 19:52:28 +05:30
unit Implement "lazy sequence" to avoid Internet 2020-10-13 16:06:00 +08:00
yaml Failing test for new resolver + extras + --no-deps 2020-08-02 16:12:46 +08:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Update linter: isort 2020-09-23 19:52:28 +05:30