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
/
cache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove now unused FormatControl in WheelCache
Stéphane Bidoul
2023-03-29
1
-31
/
+10
*
Deprecate --no-binary disabling the wheel cache
Stéphane Bidoul
2022-09-17
1
-1
/
+5
*
Enforce utf-8 encoding for origin.json in wheel cache
Stéphane Bidoul
2022-06-11
1
-1
/
+1
*
Record origin url in wheel cache
Stéphane Bidoul
2022-05-22
1
-0
/
+25
*
Reformat the codebase, with black
Pradyun Gedam
2021-08-20
1
-26
/
+16
*
convert type comments
harupy
2021-07-24
1
-44
/
+31
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-9
/
+3
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Remove support for legacy cache entries
Stéphane Bidoul
2021-01-10
1
-47
/
+0
*
Remove object from class definitions
Jon Dufresne
2020-12-25
1
-2
/
+2
*
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-10
/
+4
*
Update linter: isort
Pradyun Gedam
2020-09-23
1
-1
/
+1
*
Clean up code style changes
Pradyun Gedam
2020-07-17
1
-1
/
+2
*
Enable flake8-logging-format
Nguyễn Gia Phong
2020-07-17
1
-5
/
+3
*
Add type annotations to pip._internal.cache
Devesh Kumar Singh
2020-07-09
1
-5
/
+3
*
Add WheelCache method to inform which cache was used
Stéphane Bidoul
2020-04-01
1
-2
/
+32
*
Remove unused WheelCache.cleanup
Chris Hunt
2020-02-04
1
-4
/
+0
*
Remove no-op calls to WheelCache.cleanup
Chris Hunt
2020-02-04
1
-9
/
+0
*
Globally manage EphemWheelCache temp directory
Chris Hunt
2020-02-04
1
-2
/
+3
*
Make ephem-wheel-cache tempdir name globally accessible
Chris Hunt
2020-02-04
1
-2
/
+4
*
Remove redundant expanduser in WheelCache
Stéphane Bidoul (ACSONE)
2020-01-08
1
-2
/
+2
*
Use packaging.tags.Tag in place of Tuple
Chris Hunt
2020-01-07
1
-4
/
+6
*
Replace get_abbr_impl with interpreter_name
Chris Hunt
2020-01-06
1
-2
/
+1
*
Replace get_impl_ver with interpreter_version
Chris Hunt
2020-01-06
1
-1
/
+2
*
Simplify handling of cache candidate directories
Stéphane Bidoul (ACSONE)
2019-12-16
1
-7
/
+6
*
Fix WheelCache.get in presence of legacy cache keys
Stéphane Bidoul (ACSONE)
2019-12-15
1
-12
/
+15
*
Use interpreter_name and _version in cache keys
Stéphane Bidoul (ACSONE)
2019-12-02
1
-7
/
+3
*
Better support for unicode cache entries
Stéphane Bidoul (ACSONE)
2019-12-02
1
-8
/
+4
*
Use legacy cache entries when they exist.
Stéphane Bidoul (ACSONE)
2019-12-02
1
-8
/
+50
*
New cache key generation algorithm
Stéphane Bidoul (ACSONE)
2019-12-02
1
-10
/
+18
*
Better workaround for cache poisoning #3025
Stéphane Bidoul (ACSONE)
2019-12-02
1
-1
/
+15
*
Move wheel.Wheel to models.wheel.Wheel
Chris Hunt
2019-12-02
1
-1
/
+2
*
Debug logging in case of unexpected wheel name in cache
Stéphane Bidoul (ACSONE)
2019-11-13
1
-0
/
+6
*
Avoid double package name canonicalization
Stéphane Bidoul (ACSONE)
2019-11-13
1
-6
/
+5
*
Simplify SimpleWheelCache.get in case package_name is falsy
Stéphane Bidoul (ACSONE)
2019-11-13
1
-4
/
+4
*
Include subdirectory URL fragment in the cache key
Stéphane Bidoul (ACSONE)
2019-11-12
1
-0
/
+10
*
Import FormatControl more directly
Pradyun Gedam
2019-10-19
1
-1
/
+1
*
Move path_to_url() to utils/urls.py (#7075)
Pradyun Gedam
2019-09-25
1
-1
/
+1
|
\
|
*
Move path_to_url() to utils/urls.py.
Chris Jerdonek
2019-09-24
1
-1
/
+1
*
|
Unconditionally create TempDirectory.path
Chris Hunt
2019-09-22
1
-1
/
+0
|
/
*
Make tags required in Wheel.support_index_min() and supported().
Chris Jerdonek
2019-08-10
1
-12
/
+39
*
Use mypy's inline configuration syntax for opt-outs
Pradyun Gedam
2019-07-30
1
-0
/
+3
*
Import path_to_url() from utils/misc.py instead of download.py.
Chris Jerdonek
2019-06-03
1
-1
/
+1
*
remove #noqa: F401
Maxim Kurnikov
2019-02-22
1
-2
/
+2
*
Add typing to cache.py
cytolentino
2018-10-30
1
-0
/
+22
*
update parametrize test and comment
Nitesh Sharma
2018-09-04
1
-1
/
+1
*
refactor format control and rename test functions
Nitesh Sharma
2018-08-28
1
-1
/
+1
*
Refactoring: Move FormatControl to separate class
Nitesh Sharma
2018-08-28
1
-4
/
+3
*
Update imports for the moved compat module
Pradyun Gedam
2018-07-29
1
-1
/
+1
*
Move Link to models
Pradyun Gedam
2018-06-24
1
-1
/
+2
[next]