pip/src/pip/_internal
Ellen Marie Dash 2d978309a2 [commands/cache] Minor clean-up.
- Consistently use singular 'cache' (not plural 'caches').
- Remove unnecessary uses of the word 'currently'.
- Use 'file(s)' instead of 'files', to account for case of only one file.
- Use .format() when appropriate.
- Minor cleanup of `pip cache`-related files in docs/.
2020-04-01 16:54:42 -04:00
..
cli Merge pull request #7801 from uranusjr/yanked-link-refactor 2020-03-31 15:14:37 +05:30
commands [commands/cache] Minor clean-up. 2020-04-01 16:54:42 -04:00
distributions Rename pip._internal.distributions.{source -> sdist} 2020-01-21 17:53:24 +05:30
index Merge pull request #7596 from uranusjr/6446-link-url-quoting 2020-02-14 16:00:43 +05:30
models Merge pull request #7792 from pradyunsg/misc/utils-tags 2020-03-12 14:46:52 +05:30
network Move UI helpers to cli subpackage (#6727) 2020-02-21 14:01:13 +05:30
operations Merge pull request #7929 from McSinyx/tmp-file 2020-04-01 16:47:30 +01:00
req Merge pull request #7801 from uranusjr/yanked-link-refactor 2020-03-31 15:14:37 +05:30
resolution Reword docstring to match code 2020-03-31 01:31:11 +08:00
utils [commands/cache] Add file size information. 2020-04-01 16:54:42 -04:00
vcs Changed ValueError to InstallationError 2020-03-30 22:29:40 +05:30
__init__.py Setup old entrypoints in pip module 2019-12-19 21:20:51 -05:00
build_env.py Move UI helpers to cli subpackage (#6727) 2020-02-21 14:01:13 +05:30
cache.py Remove unused WheelCache.cleanup 2020-02-04 23:11:27 -05:00
configuration.py Added `__repr__` for `Configuration`. 2020-03-03 13:36:50 +03:00
exceptions.py Move wheel cache out of InstallRequirment 2020-03-30 17:36:03 +08:00
locations.py Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
main.py Setup old entrypoints in pip module 2019-12-19 21:20:51 -05:00
pyproject.py Capital S in BuildSystemDetails 2019-11-23 16:46:40 +00:00
self_outdated_check.py Update src/pip/_internal/self_outdated_check.py 2020-01-02 00:00:59 +08:00
wheel_builder.py Add info log when wheel building is skipped (#7768) 2020-02-23 22:56:36 +01:00