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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for key-only request parameters
Jordan Cook
2022-01-14
1
-0
/
+6
*
Format using a more typical line length of 100
Jordan Cook
2022-01-01
6
-13
/
+50
*
Drop idea of storing each response in a separate hash, and go back to seriali...
Jordan Cook
2021-12-01
2
-3
/
+3
*
Add a new RedisDict class that stores responses in separate hashes instead of...
Jordan Cook
2021-12-01
1
-4
/
+10
*
Improve some RedisDict methods and rename to RedisHashDict
Jordan Cook
2021-12-01
2
-7
/
+6
*
Add unit test to test revalidation refreshening behavior
Manuel Eggimann
2021-11-30
1
-0
/
+33
*
Add back overrides for requests.Response.__getstate__ and __setstate__ so pla...
Jordan Cook
2021-11-24
1
-0
/
+13
*
Fix some typos in docs for custom serializers, and add a test for it
Jordan Cook
2021-11-19
1
-1
/
+24
*
Add support for BaseCache keyword arguments passed along with a backend instance
Jordan Cook
2021-11-13
1
-2
/
+17
*
Move misc minor utils to a separate module
Jordan Cook
2021-10-27
2
-15
/
+4
*
Add support for Cache-Control: immutable
Jordan Cook
2021-10-23
1
-0
/
+2
*
Add tests for memory (plain dict) backend
Jordan Cook
2021-10-23
1
-0
/
+20
*
Fix duplicate cache read (contains + getitem)
Jordan Cook
2021-10-23
2
-1
/
+16
*
Fix immediate expiration with Expires: 0 and reorganize cache header logic a bit
Jordan Cook
2021-10-13
2
-23
/
+17
*
Support immediate expiration + revalidation for Cache-Control: max-age=0 and ...
Jordan Cook
2021-10-10
2
-2
/
+41
*
Fix behavior for cache_control=True with expire_after
Jordan Cook
2021-10-10
1
-16
/
+51
*
Add better error message if parent path exists but isn't a directory
Jordan Cook
2021-10-10
1
-1
/
+10
*
Define __all__ for a couple more modules for star imports
Jordan Cook
2021-09-20
1
-4
/
+3
*
Reorganize & improve request normalization functions:
Jordan Cook
2021-09-20
2
-46
/
+93
*
Support expire_after param for CachedSession.send()
Jordan Cook
2021-09-18
1
-0
/
+16
*
Use only integers for expire_after values in seconds, since this is what Cach...
Jordan Cook
2021-09-18
2
-23
/
+25
*
Make per-request expiration thread-safe by passing via request headers instea...
Jordan Cook
2021-09-18
1
-25
/
+24
*
Redact ingored_parameters from CachedResponse.url
Jordan Cook
2021-09-15
2
-6
/
+24
*
Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...
Jordan Cook
2021-09-06
1
-8
/
+14
*
Use blake2 instead of sha256 for hashing request info
Jordan Cook
2021-09-06
2
-3
/
+4
*
Add a bit of missing test coverage
Jordan Cook
2021-09-06
4
-13
/
+36
*
Allow match_headers to optionally accept a list of specific headers to match
Jordan Cook
2021-09-06
4
-13
/
+8
*
Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...
Jordan Cook
2021-09-06
1
-6
/
+12
*
Revert renaming DynamoDB backend classes; a minor inconsistency is probably b...
Jordan Cook
2021-08-30
1
-6
/
+6
*
Use pathlib.Path objects for all file paths in Filesystem and SQLite backends
Jordan Cook
2021-08-29
2
-12
/
+11
*
Allow has_url(), delete_url(), and create_key() to optionally take requests.R...
Jordan Cook
2021-08-28
1
-2
/
+20
*
Add some additional tests for cache key normalization
Jordan Cook
2021-08-28
1
-2
/
+39
*
Enable conditional requests by default
Jordan Cook
2021-08-26
1
-14
/
+6
*
Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...
Jordan Cook
2021-08-25
1
-2
/
+1
*
Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...
Jordan Cook
2021-08-25
1
-6
/
+6
*
Add BaseCache.update() method as a shortcut for exporting to a different cach...
Jordan Cook
2021-08-25
1
-0
/
+11
*
Fix incorrect location of redirects.sqlite when using filesystem backend
Jordan Cook
2021-08-23
2
-1
/
+8
*
Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...
Jordan Cook
2021-08-21
2
-0
/
+15
*
Add support for SQLite in-memory databases
Jordan Cook
2021-08-20
1
-1
/
+16
*
Make DynamoDB and MongoDB naming consistent
Jordan Cook
2021-08-20
1
-2
/
+2
*
Add pytest-rerunfailures to rerun a flaky test
Jordan Cook
2021-08-20
1
-0
/
+2
*
Add FileCache.paths() wrapper method, and return a list instead of generator
Jordan Cook
2021-08-20
1
-11
/
+11
*
Use pytest tmpdir fixture + UUID instead of NamedTemporaryFile
Jordan Cook
2021-08-19
1
-29
/
+19
*
Rename DbDict to SQLiteDict for consistency with other backends (with aliases...
Jordan Cook
2021-08-19
3
-17
/
+17
*
s/whitelist/allowlist
Jordan Cook
2021-08-19
1
-1
/
+1
*
Increase integration test timeout for DynamoDB, since it has a longer startup...
Jordan Cook
2021-08-14
4
-15
/
+15
*
Add support for custom cache keys
Jordan Cook
2021-08-14
2
-2
/
+13
*
Add unit tests for new header support
Jordan Cook
2021-08-14
4
-14
/
+116
*
Add support for Last-Modified + If-Modified-Since headers
Jordan Cook
2021-08-14
1
-5
/
+0
*
Convert CacheActions into an attrs class
Jordan Cook
2021-08-14
1
-7
/
+17
[next]