pip/src/pip/_internal
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
..
cli Merge usage of download_dir and wheel_download_dir 2020-10-07 13:42:21 +07:00
commands New resolver: Avoid polluting dest dir 2020-10-07 13:42:21 +07:00
distributions Update linter: isort 2020-09-23 19:52:28 +05:30
index Cache PackageFinder.find_all_candidates() 2020-09-26 15:26:05 +08:00
models Prepare isort for black 2020-09-23 21:47:47 +05:30
network Prepare isort for black 2020-09-23 21:47:47 +05:30
operations New resolver: Avoid polluting dest dir 2020-10-07 13:42:21 +07:00
req Merge usage of download_dir and wheel_download_dir 2020-10-07 13:42:21 +07:00
resolution Implement "lazy sequence" to avoid Internet 2020-10-13 16:06:00 +08:00
utils Move lru_cache to utils for reuse 2020-09-26 15:26:05 +08:00
vcs Prepare isort for black 2020-09-23 21:47:47 +05:30
__init__.py Update linter: isort 2020-09-23 19:52:28 +05:30
build_env.py Update linter: isort 2020-09-23 19:52:28 +05:30
cache.py Update linter: isort 2020-09-23 19:52:28 +05:30
configuration.py Update linter: isort 2020-09-23 19:52:28 +05:30
exceptions.py Update linter: isort 2020-09-23 19:52:28 +05:30
locations.py Update linter: isort 2020-09-23 19:52:28 +05:30
main.py Update linter: isort 2020-09-23 19:52:28 +05:30
pyproject.py Update linter: isort 2020-09-23 19:52:28 +05:30
self_outdated_check.py Prepare isort for black 2020-09-23 21:47:47 +05:30
wheel_builder.py Update linter: isort 2020-09-23 19:52:28 +05:30