summaryrefslogtreecommitdiff
path: root/src/pip/_internal/commands/cache.py
Commit message (Expand)AuthorAgeFilesLines
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-6/+2
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* Rename to 'Package index page cache location'Hugo van Kemenade2020-10-021-2/+2
* Include http directory in 'pip cache info' and 'pip cache purge'Hugo van Kemenade2020-09-241-10/+31
* Use format options for abspathDevesh Kumar Singh2020-09-111-13/+29
* Add option to output full path of cache entyDevesh Kumar Singh2020-09-111-4/+19
* Clean up code style changesPradyun Gedam2020-07-171-2/+4
* Enable flake8-logging-formatNguyễn Gia Phong2020-07-171-3/+2
* Apply suggestion from review commentsPradyun Gedam2020-05-231-1/+1
* Fix pip cache docstring to render correctly in docsDevesh Kumar Singh2020-05-231-6/+6
* Merge pull request #8157 from pradyunsg/cache/ignore-require-venvPradyun Gedam2020-04-281-0/+1
|\
| * Ignore require-virtualenv in `pip cache`Pradyun Gedam2020-04-281-0/+1
* | Merge pull request #8095 from hugovk/pip-cache-dir2Pradyun Gedam2020-04-281-0/+10
|\ \ | |/ |/|
| * Add 'pip cache dir' command to show the path to pip's cache directoryHugo2020-04-201-0/+10
* | commands: cache: Abort early if cache is disabledNoah Gorny2020-04-241-0/+5
|/
* [commands/cache] Have `pip cache info` raise an exception if it gets any argu...Ellen Marie Dash2020-04-011-0/+3
* [commands/cache] Remove unnecessary re-definition of __init__.Ellen Marie Dash2020-04-011-4/+0
* [commands/cache] Make _find_wheels(), and this `pip cache {list,remove}` beha...Ellen Marie Dash2020-04-011-1/+20
* [commands/cache] Reformat output of `pip cache info`Ellen Marie Dash2020-04-011-4/+3
* [command/cache, utils/filesystem] Use existing format_size; remove _friendly_...Ellen Marie Dash2020-04-011-2/+2
* [commands/cache] Reformat (more) documentation.Ellen Marie Dash2020-04-011-2/+2
* [commands/cache] Reformat documentation.Ellen Marie Dash2020-04-011-8/+4
* [commands/cache] Correct argument name in documentation for `pip cache list`.Ellen Marie Dash2020-04-011-1/+1
* [commands/cache] Be explicit about `pip cache` only working on the wheel cache.Ellen Marie Dash2020-04-011-1/+1
* [commands/cache] Avoid use of "(s)" suffix.Ellen Marie Dash2020-04-011-1/+1
* [commands/cache] Minor clean-up.Ellen Marie Dash2020-04-011-5/+5
* [commands/cache] Add file size information.Ellen Marie Dash2020-04-011-9/+16
* [commands/cache] Add missing type annotation.Ellen Marie Dash2020-04-011-0/+1
* [commands/cache] Use location of wheel cache dir specifically.Ellen Marie Dash2020-04-011-2/+5
* [commands/cache] Change pattern suffix from -*.whl to *.whl.Ellen Marie Dash2020-04-011-1/+1
* [commands/cache] Refactor get_cache_info().Ellen Marie Dash2020-04-011-6/+9
* [commands/cache] Raise errors if wrong number of args.Ellen Marie Dash2020-04-011-1/+10
* [commands/cache] Add docs for 'pip cache' command.Ellen Marie Dash2020-04-011-5/+10
* [commands/cache] More refactoring of cache commandEllen Marie Dash2020-04-011-15/+8
* [commands/cache] fix 'pip cache info'; don't hide python/abi/platform tags.Ellen Marie Dash2020-04-011-9/+2
* [commands/cache] Refactor + fix linting failures.Ellen Marie Dash2020-04-011-40/+72
* Add 'pip cache' command.Ellen Marie Dash2020-04-011-0/+106