pip/src/pip/_internal/commands
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
..
__init__.py [commands/cache] Minor clean-up. 2020-04-01 16:54:42 -04:00
cache.py [commands/cache] Minor clean-up. 2020-04-01 16:54:42 -04:00
check.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
completion.py 👹 Feed the hobgoblins (delint). 2020-03-06 12:43:10 -05:00
configuration.py Better indentation for `pip config` description 2020-03-14 00:29:41 +05:30
debug.py Use packaging.tags.Tag in place of Tuple 2020-01-07 01:42:42 -05:00
download.py Move wheel cache out of InstallRequirment 2020-03-30 17:36:03 +08:00
freeze.py Remove no-op calls to WheelCache.cleanup 2020-02-04 23:11:27 -05:00
hash.py string_formatting 2020-01-30 20:33:00 +05:30
help.py string_formatting 2020-01-30 20:33:00 +05:30
install.py Move wheel cache out of InstallRequirment 2020-03-30 17:36:03 +08:00
list.py Update imports to {index -> index.package_finder} 2019-10-19 22:24:01 +05:30
search.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
show.py NEWS.rst: Fix typos discovered by codespell (#7642) 2020-02-03 01:14:08 +08:00
uninstall.py Convert the remaining '%' formatters to '.format'. Fixes #6973. 2020-03-06 12:43:03 -05:00
wheel.py Move wheel cache out of InstallRequirment 2020-03-30 17:36:03 +08:00