pip/src/pip/_internal
Jelmer Vernooij eb7d4b2178
Bazaar: Export directly from the remote branch.
This significantly improves performance, since it allows the remote
server to directly stream a tarball that just contains the requested
revision rather than the full repository contents.
2019-01-20 17:46:31 +00:00
..
cli Deprecate Python 3.4 2019-01-12 22:08:24 +01:00
commands Merge pull request #6116 from peterlisak/bug-fix-outdated-not-required 2019-01-09 22:15:53 +01:00
models add type annotations for pip._internal.models (#6065) 2018-12-17 16:42:36 +05:30
operations Tweak freeze comment when no version control detected. (#6128) 2019-01-12 12:44:45 -08:00
req Remove --process-dependency-links and related support code 2019-01-02 17:27:06 +05:30
utils Remove --process-dependency-links and related support code 2019-01-02 17:27:06 +05:30
vcs Bazaar: Export directly from the remote branch. 2019-01-20 17:46:31 +00:00
__init__.py Move logic for parsing commands into a main_parser 2018-08-05 14:24:08 +05:30
build_env.py Remove --process-dependency-links and related support code 2019-01-02 17:27:06 +05:30
cache.py Add typing to cache.py 2018-10-30 12:23:13 +00:00
configuration.py Show error messages when configuration-related errors occur 2018-09-20 11:18:22 +05:30
download.py Cleanup for issues fixed with mypy upgrade 2018-12-18 15:10:40 +05:30
exceptions.py Fix new issues found in mypy 0.620 -> 0.650 2018-12-18 11:20:14 +05:30
index.py Remove --process-dependency-links and related support code 2019-01-02 17:27:06 +05:30
locations.py Fix new issues found in mypy 0.620 -> 0.650 2018-12-18 11:20:14 +05:30
pep425tags.py Add type annotations for pip._internal.download, pip._internal.wheel and pip._internal.pep425tags (#6067) 2018-12-16 14:46:39 +05:30
pyproject.py Tweak two use_pep517 identity checks. (#6135) 2019-01-14 23:25:20 -08:00
resolve.py Stop passing finder to DistAbstraction.dist 2019-01-02 17:27:34 +05:30
wheel.py Add type annotations for pip._internal.download, pip._internal.wheel and pip._internal.pep425tags (#6067) 2018-12-16 14:46:39 +05:30