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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redact ingored_parameters from CachedResponse.url
v0.7.5
v0.7
Jordan Cook
2021-09-15
2
-6
/
+24
*
Parallelize unit tests per module instead of per function
Jordan Cook
2021-08-12
1
-11
/
+13
*
Add more test coverage for cache_control and cache_keys modules
Jordan Cook
2021-08-12
2
-2
/
+41
*
Add test coverage for optional serialization dependencies
Jordan Cook
2021-08-12
2
-33
/
+52
*
Apply whitespace/EOF fixes and isort updates
Jordan Cook
2021-08-08
4
-4
/
+5
*
Add a `BaseCache.delete_urls()` method
Jordan Cook
2021-08-02
1
-3
/
+13
*
Update `DbCache.clear()` to succeed even if the database is corrupted
Jordan Cook
2021-08-02
1
-3
/
+3
*
Add CachedResponse.cache_key attribute and update in CachedSession.send()
Jordan Cook
2021-07-20
3
-8
/
+11
*
Fix cache_control option to correctly toggle cache header usage (off by default)
Jordan Cook
2021-07-09
1
-1
/
+8
*
Some serialization fixes & updates:
Jordan Cook
2021-07-03
2
-7
/
+10
*
Add option to exclude expired responses in keys(), values(), and response_cou...
Jordan Cook
2021-07-03
1
-6
/
+15
*
Rephrase BaseCache.__str__() count as 'total rows' to be less ambiguous, sinc...
Jordan Cook
2021-07-03
1
-1
/
+1
*
Add BaseCache.response_count() method to get an accurate count of valid respo...
Jordan Cook
2021-07-03
1
-0
/
+19
*
Merge pull request #286 from parkerhancock/serialization_pipelines
Jordan Cook
2021-06-22
2
-9
/
+10
|
\
|
*
initial serialization pipeline refactor
Parker Hancock
2021-06-14
2
-9
/
+10
*
|
Add ImportError to list of possible deserialization errors to catch
Jordan Cook
2021-06-20
1
-5
/
+2
|
/
*
Workaround for poetry issue on python 3.10 beta
Jordan Cook
2021-06-11
1
-3
/
+1
*
Add tests and docs
Jordan Cook
2021-06-11
2
-6
/
+45
*
Merge 0.6.4 hotfix into master
Jordan Cook
2021-06-04
1
-2
/
+2
*
Compatibility fixes for requests 2.16 and 2.17
Jordan Cook
2021-06-03
1
-1
/
+2
*
Fix broken unit tests and add more coverage
Jordan Cook
2021-05-26
4
-63
/
+108
*
Add support for using request and response cache headers to set cache expiration
Jordan Cook
2021-05-07
3
-63
/
+237
*
Add support for bypassing the cache if expire_after=0
Jordan Cook
2021-04-29
3
-5
/
+40
*
Make sure all tests with SQLite dbs clean up after themselves
Jordan Cook
2021-04-29
2
-51
/
+43
*
Improve performance a bit for remove_expired_responses()
Jordan Cook
2021-04-29
1
-2
/
+2
*
Add response details to CachedResponse str() and repr()
Jordan Cook
2021-04-29
1
-0
/
+41
*
Add BaseCache.keys() and values() methods
Jordan Cook
2021-04-27
1
-2
/
+33
*
Include this behavior in old_data_on_error instead, to avoid complications
Jordan Cook
2021-04-23
1
-19
/
+4
*
Add raise_for_status option
Jordan Cook
2021-04-23
1
-0
/
+29
*
Run multi-threaded tests for all backends, and run with more threads & iterat...
Jordan Cook
2021-04-20
1
-26
/
+0
*
Add option to manually cache response objects
Jordan Cook
2021-04-19
1
-0
/
+6
*
Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...
Jordan Cook
2021-04-18
1
-5
/
+5
*
Read manually instead of using _body, move decode tests to integration tests
shiftinv
2021-04-18
1
-21
/
+1
*
Improve raw response reset, update tests
shiftinv
2021-04-18
1
-17
/
+17
*
Fix handling of decode_content parameter for raw.read(...)
shiftinv
2021-04-18
1
-5
/
+8
*
Handle errors due to invalid responses in `BaseCache.urls`
Jordan Cook
2021-04-10
1
-0
/
+8
*
Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarning
Jordan Cook
2021-04-10
1
-1
/
+7
*
Improvements to Sphinx documentation:
Jordan Cook
2021-04-03
1
-7
/
+7
*
Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...
Jordan Cook
2021-04-02
2
-14
/
+27
*
Improve backend initialization:
Jordan Cook
2021-04-02
2
-18
/
+21
*
Add 'verify' param to cache key
Jordan Cook
2021-04-01
1
-1
/
+7
*
Use pytest-xdist to parallelize stress tests
Jordan Cook
2021-04-01
1
-2
/
+1
*
Convert test_thread_safety and test_monkey_patch from TestCase classes to pyt...
Jordan Cook
2021-03-31
3
-116
/
+119
*
Split tests into unit and integration tests and run separately in CI; update ...
Jordan Cook
2021-03-31
4
-0
/
+792