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
*
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
*
Use url-normalize for additional URL normalization for cache keys
Jordan Cook
2021-03-30
1
-2
/
+6
*
Also remove invalid responses when running remove_expired_responses()
Jordan Cook
2021-03-30
1
-13
/
+15
*
Add logging to main cache operations
Jordan Cook
2021-03-30
1
-8
/
+23
*
Update get_response + tests to check additional error types
Jordan Cook
2021-03-29
1
-1
/
+1
*
Remove some redundant module docstrings, and fix some ref links
Jordan Cook
2021-03-29
1
-7
/
+0
*
Handle AttributeErrors when a cached item can't be deserialized
Jordan Cook
2021-03-29
1
-1
/
+4
*
Show warning when using pickle without itsdangerous
Jordan Cook
2021-03-28
1
-4
/
+11
*
Pass along optional kwargs to all storage classes, and make default table nam...
Jordan Cook
2021-03-24
1
-1
/
+1
*
Enable DynamoDB integration test with GitHub Actions and local docker-compose...
Jordan Cook
2021-03-24
1
-1
/
+1
*
Combine storage classes from backends.storage.* with their respective backend...
Jordan Cook
2021-03-24
1
-1
/
+1
*
Add optional integration with intsdangerous for safer serialization
Jordan Cook
2021-03-24
1
-3
/
+46
*
Rename BaseCache.keys_map property and its associated table to 'redirects'
Jordan Cook
2021-03-24
1
-13
/
+11
*
Add a 'urls' property on BaseCache to get all cached URLs
Jordan Cook
2021-03-24
1
-0
/
+8
*
Consolidate expiration, pre-serializiation, and other response object logic i...
Jordan Cook
2021-03-22
1
-198
/
+94
*
Some refactoring to reduce code complexity:
Jordan Cook
2021-03-18
1
-7
/
+10
*
Add individual expire_after per request. (#177)
Sebastian Höffner
2021-03-05
1
-7
/
+13
*
Refactor CachedSession to be usable as a mixin class
Jordan Cook
2021-03-04
1
-2
/
+18
*
Remove all python 2 compatibility
Jordan Cook
2021-02-26
1
-7
/
+3
*
Apply code formatting with black + isort
Jordan Cook
2021-02-26
1
-26
/
+36
*
Removing extra check of whether key is in responses, unnecesasry after copyin...
Boris Danilovich
2021-02-25
1
-5
/
+1
*
Making BaseCache use a copy of the dict when iterating over it, to avoid iter...
Boris Danilovich
2021-02-25
1
-1
/
+1
*
Fix tests for new requests version
Roman Haritonov
2016-08-18
1
-1
/
+3
*
Emulate raw stream is not consumed after content prefetch #68
Roman Haritonov
2016-07-30
1
-1
/
+4
*
#58 Ability to force removal of expired entries
Roman Haritonov
2015-12-14
1
-0
/
+15
*
remove ignored parameters only from cachekeys
YetAnotherNerd
2015-09-24
1
-3
/
+32
*
Fix requests 2.6.2 stream responses, fix mocking
Roman Haritonov
2015-04-29
1
-0
/
+2
*
#6 Add optional support for including headers to cache key in GET requests
Roman Haritonov
2015-01-17
1
-2
/
+11
*
#33 Support for streaming requests
Roman Haritonov
2014-12-12
1
-1
/
+14
*
Fix response history handling for requests 2.5.0
Roman Haritonov
2014-12-06
1
-4
/
+18
*
Add required _Store.release_conn() method
Willem de Groot
2014-08-22
1
-2
/
+3
*
Make raw_response picklable by leaving only known picklable attributes (#13)
Roman Haritonov
2013-08-25
1
-1
/
+7
*
Forgive absent attributes (like 'raw') in old cache file
Roman Haritonov
2013-08-19
1
-1
/
+1
*
Add raw attribute to pickled response for v1.2.3 compatibility
Roman Haritonov
2013-08-19
1
-1
/
+3
*
Fix issue with new hooks dispatching
Roman Haritonov
2013-03-31
1
-1
/
+9
*
use UTC time
Roman Haritonov
2013-02-02
1
-1
/
+1
*
cleanup
Roman Haritonov
2013-02-02
1
-4
/
+2
*
Fix create_key() for Py3
Roman Haritonov
2013-01-13
1
-4
/
+17
[next]