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
/
session.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect debug message for skipping cache write
Jordan Cook
2021-09-15
1
-1
/
+2
*
Add note about 'cache_name' argument usage in init_backend()
Jordan Cook
2021-09-06
1
-1
/
+1
*
Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...
Jordan Cook
2021-09-06
1
-8
/
+8
*
Allow match_headers to optionally accept a list of specific headers to match
Jordan Cook
2021-09-06
1
-1
/
+2
*
Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...
Jordan Cook
2021-09-06
1
-4
/
+4
*
Allow has_url(), delete_url(), and create_key() to optionally take requests.R...
Jordan Cook
2021-08-28
1
-1
/
+2
*
Add another Quickstart example to briefly introduce some options
Jordan Cook
2021-08-28
1
-4
/
+6
*
Enable conditional requests by default
Jordan Cook
2021-08-26
1
-1
/
+1
*
Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...
Jordan Cook
2021-08-25
1
-5
/
+5
*
Move autosummaries to module docstrings instead of template, to make them eas...
Jordan Cook
2021-08-20
1
-1
/
+15
*
Some misc docstring edits
Jordan Cook
2021-08-19
1
-4
/
+4
*
Add support for custom cache keys
Jordan Cook
2021-08-14
1
-2
/
+4
*
Add support for Last-Modified + If-Modified-Since headers
Jordan Cook
2021-08-14
1
-42
/
+41
*
Add support for ETag + If-None-Match headers
Jordan Cook
2021-08-14
1
-2
/
+14
*
Convert CacheActions into an attrs class
Jordan Cook
2021-08-14
1
-2
/
+2
*
Replace some 'type: ignore' statements with better type hinting
Jordan Cook
2021-08-14
1
-1
/
+1
*
Apply whitespace/EOF fixes and isort updates
Jordan Cook
2021-08-08
1
-2
/
+0
*
Add better examples for using requests-cache with requests-mock
Jordan Cook
2021-08-07
1
-1
/
+1
*
Add CachedResponse.cache_key attribute and update in CachedSession.send()
Jordan Cook
2021-07-20
1
-4
/
+5
*
Improve type annotations and fix type checking errors
Jordan Cook
2021-07-06
1
-12
/
+23
*
Merge 0.6.4 hotfix into master
Jordan Cook
2021-06-04
1
-1
/
+1
*
Split out serializers and models into separate classes
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
-106
/
+94
*
Log the original exception when returning stale data
Marius Gedminas
2021-05-07
1
-1
/
+1
*
Remove spurious logger.exception()
Marius Gedminas
2021-05-06
1
-1
/
+0
*
Add support for caching multipart file uploads
Jordan Cook
2021-04-30
1
-1
/
+16
*
Add support for bypassing the cache if expire_after=0
Jordan Cook
2021-04-29
1
-6
/
+13
*
Include this behavior in old_data_on_error instead, to avoid complications
Jordan Cook
2021-04-23
1
-5
/
+1
*
Add raise_for_status option
Jordan Cook
2021-04-23
1
-2
/
+9
*
Allow passing any valid backend connection kwargs via BaseCache
Jordan Cook
2021-04-19
1
-3
/
+3
*
Add option to manually cache response objects
Jordan Cook
2021-04-19
1
-1
/
+1
*
Add warning about cache_disabled() not being thread-safe, and use a lock for ...
Jordan Cook
2021-04-17
1
-5
/
+14
*
Demote most logging.info statements to debug
Jordan Cook
2021-04-10
1
-4
/
+4
*
Improvements to Sphinx documentation:
Jordan Cook
2021-04-03
1
-14
/
+14
*
Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...
Jordan Cook
2021-04-02
1
-0
/
+263