1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
2019-05-19 11:03:47 -07:00
..
cli Add PackageFinder.create(), and simplify PackageFinder(). 2019-05-17 11:55:21 -07:00
commands Add PackageFinder.create(), and simplify PackageFinder(). 2019-05-17 11:55:21 -07:00
models remove unused imports 2019-02-22 14:18:46 +03:00
operations Store instances in the VcsSupport registry instead of classes. 2019-05-09 22:35:26 -04:00
req Remove url as an instance attribute of the VersionControl class. 2019-05-06 22:59:18 -04:00
utils Add PackageFinder.create(), and simplify PackageFinder(). 2019-05-17 11:55:21 -07:00
vcs Store instances in the VcsSupport registry instead of classes. 2019-05-09 22:35:26 -04:00
__init__.py Fix some typos 2019-03-12 21:54:18 +01:00
build_env.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
cache.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
configuration.py fix-5963: fail elegantly on missing name or section in config set / unset 2019-05-09 20:33:30 +03:00
download.py Merge pull request #6492 from cjerdonek/vcs-registry 2019-05-12 12:03:16 -04:00
exceptions.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
index.py Move get_install_candidate() to PackageFinder. 2019-05-19 11:03:47 -07:00
locations.py Configuration files may now also be stored under sys.prefix (#6268) 2019-03-07 11:14:56 +05:30
pep425tags.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
pyproject.py Revert "Refactor out read_pyproject_toml() and resolve_pyproject_toml()." 2019-04-26 20:21:04 -07:00
resolve.py Remove utils/packaging.py's dependence on the current environment. 2019-05-07 21:51:39 -04:00
wheel.py Respect --global-option and --install-option for VCS installs. 2019-04-08 02:03:17 -07:00