index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests_cache
/
backends
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redact ingored_parameters from CachedResponse.url
Jordan Cook
2021-09-15
1
-1
/
+2
*
Allow match_headers to optionally accept a list of specific headers to match
Jordan Cook
2021-09-06
1
-2
/
+2
*
Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...
Jordan Cook
2021-09-06
1
-3
/
+3
*
Allow has_url(), delete_url(), and create_key() to optionally take requests.R...
Jordan Cook
2021-08-28
1
-13
/
+16
*
Reorganize user docs: break down User Guide and Advanced Usage sections into ...
Jordan Cook
2021-08-26
1
-2
/
+2
*
Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...
Jordan Cook
2021-08-25
1
-1
/
+2
*
Add BaseCache.update() method as a shortcut for exporting to a different cach...
Jordan Cook
2021-08-25
1
-53
/
+59
*
Add support for SQLite in-memory databases
Jordan Cook
2021-08-20
1
-1
/
+8
*
Better backend docs
Jordan Cook
2021-08-20
1
-11
/
+29
*
Move autosummaries to module docstrings instead of template, to make them eas...
Jordan Cook
2021-08-20
1
-0
/
+6
*
Add support for custom cache keys
Jordan Cook
2021-08-14
1
-2
/
+12
*
Add support for Last-Modified + If-Modified-Since headers
Jordan Cook
2021-08-14
1
-15
/
+6
*
Remove deprecated 'core' module and BaseCache.remove_old_entries()
Jordan Cook
2021-08-14
1
-6
/
+0
*
Replace some 'type: ignore' statements with better type hinting
Jordan Cook
2021-08-14
1
-1
/
+1
*
Parallelize unit tests per module instead of per function
Jordan Cook
2021-08-12
1
-1
/
+1
*
Add a `BaseCache.delete_urls()` method
Jordan Cook
2021-08-02
1
-0
/
+4
*
Add CachedResponse.cache_key attribute and update in CachedSession.send()
Jordan Cook
2021-07-20
1
-6
/
+5
*
Improve type annotations and fix type checking errors
Jordan Cook
2021-07-06
1
-11
/
+13
*
Some serialization fixes & updates:
Jordan Cook
2021-07-03
1
-16
/
+2
*
Add option to exclude expired responses in keys(), values(), and response_cou...
Jordan Cook
2021-07-03
1
-18
/
+25
*
Rephrase BaseCache.__str__() count as 'total rows' to be less ambiguous, sinc...
Jordan Cook
2021-07-03
1
-1
/
+4
*
Add BaseCache.response_count() method to get an accurate count of valid respo...
Jordan Cook
2021-07-03
1
-0
/
+6
*
Merge pull request #286 from parkerhancock/serialization_pipelines
Jordan Cook
2021-06-22
1
-10
/
+16
|
\
|
*
removed initialization serializer check
Parker Hancock
2021-06-21
1
-10
/
+0
|
*
extirpated 'is_binary' from pipelines
Parker Hancock
2021-06-14
1
-2
/
+2
|
*
initial serialization pipeline refactor
Parker Hancock
2021-06-14
1
-10
/
+26
*
|
Add ImportError to list of possible deserialization errors to catch
Jordan Cook
2021-06-20
1
-1
/
+1
|
/
*
Allow selecting a serializer by name, class, or instance (with same behavior ...
Jordan Cook
2021-06-11
1
-22
/
+3
*
remove scratch code
Parker Hancock
2021-06-03
1
-6
/
+0
*
remove 'ignored parameters' from request prior to caching
Parker Hancock
2021-06-03
1
-2
/
+11
*
Split out serializers and models into separate classes
Jordan Cook
2021-05-26
1
-9
/
+10
*
Refactor CachedResponse + nested classes using attrs + cattrs
Jordan Cook
2021-05-26
1
-2
/
+2
*
Add support for using request and response cache headers to set cache expiration
Jordan Cook
2021-05-07
1
-2
/
+7
*
Adjust line length for black + isort
Jordan Cook
2021-04-30
1
-1
/
+4
*
Implement a faster bulk delete method for each backend
Jordan Cook
2021-04-30
1
-10
/
+21
*
Improve performance a bit for remove_expired_responses()
Jordan Cook
2021-04-29
1
-22
/
+31
*
Add BaseCache.keys() and values() methods
Jordan Cook
2021-04-27
1
-17
/
+40
*
Move storage class __str__ methods to base class, and just show keys instead ...
Jordan Cook
2021-04-22
1
-0
/
+3
*
Allow passing any valid backend connection kwargs via BaseCache
Jordan Cook
2021-04-19
1
-8
/
+3
*
Add option to manually cache response objects
Jordan Cook
2021-04-19
1
-1
/
+2
*
Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...
Jordan Cook
2021-04-18
1
-7
/
+16
*
Demote most logging.info statements to debug
Jordan Cook
2021-04-10
1
-2
/
+2
*
Handle errors due to invalid responses in `BaseCache.urls`
Jordan Cook
2021-04-10
1
-14
/
+18
*
Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarning
Jordan Cook
2021-04-10
1
-0
/
+5
*
Improvements to Sphinx documentation:
Jordan Cook
2021-04-03
1
-2
/
+1
*
Add 'verify' param to cache key
Jordan Cook
2021-04-01
1
-2
/
+2
*
Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c...
Jordan Cook
2021-03-31
1
-6
/
+7
*
Fix BaseCache.urls to return only response URLs (no redirect keys)
Jordan Cook
2021-03-30
1
-1
/
+1
*
Move cache key utilities to a separate module
Jordan Cook
2021-03-30
1
-101
/
+10
*
Add normalization for request json
Jordan Cook
2021-03-30
1
-4
/
+29
[next]