index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pip
/
_internal
/
commands
/
cache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-6
/
+2
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-1
/
+1
*
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
*
Rename to 'Package index page cache location'
Hugo van Kemenade
2020-10-02
1
-2
/
+2
*
Include http directory in 'pip cache info' and 'pip cache purge'
Hugo van Kemenade
2020-09-24
1
-10
/
+31
*
Use format options for abspath
Devesh Kumar Singh
2020-09-11
1
-13
/
+29
*
Add option to output full path of cache enty
Devesh Kumar Singh
2020-09-11
1
-4
/
+19
*
Clean up code style changes
Pradyun Gedam
2020-07-17
1
-2
/
+4
*
Enable flake8-logging-format
Nguyễn Gia Phong
2020-07-17
1
-3
/
+2
*
Apply suggestion from review comments
Pradyun Gedam
2020-05-23
1
-1
/
+1
*
Fix pip cache docstring to render correctly in docs
Devesh Kumar Singh
2020-05-23
1
-6
/
+6
*
Merge pull request #8157 from pradyunsg/cache/ignore-require-venv
Pradyun Gedam
2020-04-28
1
-0
/
+1
|
\
|
*
Ignore require-virtualenv in `pip cache`
Pradyun Gedam
2020-04-28
1
-0
/
+1
*
|
Merge pull request #8095 from hugovk/pip-cache-dir2
Pradyun Gedam
2020-04-28
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Add 'pip cache dir' command to show the path to pip's cache directory
Hugo
2020-04-20
1
-0
/
+10
*
|
commands: cache: Abort early if cache is disabled
Noah Gorny
2020-04-24
1
-0
/
+5
|
/
*
[commands/cache] Have `pip cache info` raise an exception if it gets any argu...
Ellen Marie Dash
2020-04-01
1
-0
/
+3
*
[commands/cache] Remove unnecessary re-definition of __init__.
Ellen Marie Dash
2020-04-01
1
-4
/
+0
*
[commands/cache] Make _find_wheels(), and this `pip cache {list,remove}` beha...
Ellen Marie Dash
2020-04-01
1
-1
/
+20
*
[commands/cache] Reformat output of `pip cache info`
Ellen Marie Dash
2020-04-01
1
-4
/
+3
*
[command/cache, utils/filesystem] Use existing format_size; remove _friendly_...
Ellen Marie Dash
2020-04-01
1
-2
/
+2
*
[commands/cache] Reformat (more) documentation.
Ellen Marie Dash
2020-04-01
1
-2
/
+2
*
[commands/cache] Reformat documentation.
Ellen Marie Dash
2020-04-01
1
-8
/
+4
*
[commands/cache] Correct argument name in documentation for `pip cache list`.
Ellen Marie Dash
2020-04-01
1
-1
/
+1
*
[commands/cache] Be explicit about `pip cache` only working on the wheel cache.
Ellen Marie Dash
2020-04-01
1
-1
/
+1
*
[commands/cache] Avoid use of "(s)" suffix.
Ellen Marie Dash
2020-04-01
1
-1
/
+1
*
[commands/cache] Minor clean-up.
Ellen Marie Dash
2020-04-01
1
-5
/
+5
*
[commands/cache] Add file size information.
Ellen Marie Dash
2020-04-01
1
-9
/
+16
*
[commands/cache] Add missing type annotation.
Ellen Marie Dash
2020-04-01
1
-0
/
+1
*
[commands/cache] Use location of wheel cache dir specifically.
Ellen Marie Dash
2020-04-01
1
-2
/
+5
*
[commands/cache] Change pattern suffix from -*.whl to *.whl.
Ellen Marie Dash
2020-04-01
1
-1
/
+1
*
[commands/cache] Refactor get_cache_info().
Ellen Marie Dash
2020-04-01
1
-6
/
+9
*
[commands/cache] Raise errors if wrong number of args.
Ellen Marie Dash
2020-04-01
1
-1
/
+10
*
[commands/cache] Add docs for 'pip cache' command.
Ellen Marie Dash
2020-04-01
1
-5
/
+10
*
[commands/cache] More refactoring of cache command
Ellen Marie Dash
2020-04-01
1
-15
/
+8
*
[commands/cache] fix 'pip cache info'; don't hide python/abi/platform tags.
Ellen Marie Dash
2020-04-01
1
-9
/
+2
*
[commands/cache] Refactor + fix linting failures.
Ellen Marie Dash
2020-04-01
1
-40
/
+72
*
Add 'pip cache' command.
Ellen Marie Dash
2020-04-01
1
-0
/
+106