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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #698 from requests-cache/redis-ttl-offset
Jordan Cook
2022-09-30
4
-12
/
+51
|
\
|
*
Fix tests for python 3.7
Jordan Cook
2022-09-30
1
-2
/
+2
|
*
Add ttl_offset argument for Redis backend
Jordan Cook
2022-09-30
4
-12
/
+51
|
/
*
Merge pull request #696 from requests-cache/delete-docs
Jordan Cook
2022-09-29
4
-16
/
+61
|
\
|
*
Add delete() function for patcher
Jordan Cook
2022-09-29
3
-8
/
+29
|
*
Add more examples to docs for BaseCache.delete()
Jordan Cook
2022-09-29
2
-8
/
+32
|
/
*
Merge pull request #694 from requests-cache/match-ignored-params
Jordan Cook
2022-09-29
14
-122
/
+134
|
\
|
*
Match whether ignored_parameters are present in a request (without matching c...
Jordan Cook
2022-09-29
5
-31
/
+57
|
*
Add some missing sample cache files
Jordan Cook
2022-09-29
5
-0
/
+0
|
*
Rename 'test_compat' test module to 'test_upgrade' for disambiguation with ot...
Jordan Cook
2022-09-29
1
-2
/
+0
|
*
Update dependencies
Jordan Cook
2022-09-29
3
-89
/
+77
|
/
*
Merge pull request #686 from underyx/patch-1
Jordan Cook
2022-09-01
1
-0
/
+0
|
\
|
*
Delete file::memory:?cache=shared
Bence Nagy
2022-09-01
1
-0
/
+0
|
/
*
Merge pull request #684 from requests-cache/dependabot/github_actions/superch...
Jordan Cook
2022-08-29
2
-2
/
+2
|
\
|
*
Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0
dependabot[bot]
2022-08-27
2
-2
/
+2
|
/
*
Remove upper version constraint for all non-dev dependencies
Jordan Cook
2022-08-24
5
-20
/
+27
*
Merge pull request #681 from requests-cache/recreate-keys
Jordan Cook
2022-08-23
7
-138
/
+215
|
\
|
*
Add method to recreate cache keys
Jordan Cook
2022-08-23
7
-138
/
+215
|
/
*
Merge pull request #680 from requests-cache/duplicate-request-params
Jordan Cook
2022-08-15
2
-13
/
+42
|
\
|
*
Add support for duplicate request params
Jordan Cook
2022-08-15
2
-13
/
+42
|
/
*
Merge pull request #673 from requests-cache/only-if-cached
Jordan Cook
2022-07-30
5
-814
/
+187
|
\
|
*
Update only_if_cached to take precedence over refresh or other revalidation c...
Jordan Cook
2022-07-30
5
-814
/
+187
|
/
*
Merge pull request #666 from requests-cache/gh-actions-example
Jordan Cook
2022-07-19
2
-0
/
+46
|
\
|
*
Add example with GitHub Actions
Jordan Cook
2022-07-19
2
-0
/
+46
|
/
*
Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runners
Jordan Cook
2022-07-05
3
-114
/
+121
*
Run pre-deploy tests for most recent python and requests versions
Jordan Cook
2022-06-29
3
-48
/
+55
*
Remove catching/logging ImportErrors in top-level package
Jordan Cook
2022-06-29
2
-16
/
+14
*
Merge pull request #659 from requests-cache/docs
Jordan Cook
2022-06-17
28
-203
/
+292
|
\
|
*
Use sphinx-design tabs instead of sphinx-inline-tabs
Jordan Cook
2022-06-17
6
-44
/
+40
|
*
Use sphinx-design dropdown instead of custom CSS/JS
Jordan Cook
2022-06-17
13
-108
/
+183
|
*
Update to FontAwesome 6
Jordan Cook
2022-06-17
21
-22
/
+21
|
*
Sphinx + extension updates:
Jordan Cook
2022-06-17
3
-49
/
+68
|
/
*
Merge pull request #658 from requests-cache/docs
Jordan Cook
2022-06-17
15
-14
/
+151
|
\
|
*
Related doc updates
Jordan Cook
2022-06-17
13
-14
/
+20
|
*
Add example of caching GitHub API requests with PyGitHub
Jordan Cook
2022-06-17
2
-0
/
+131
|
/
*
Merge pull request #655 from requests-cache/vary
Jordan Cook
2022-06-16
18
-82
/
+333
|
\
|
*
Update docs
Jordan Cook
2022-06-16
9
-56
/
+107
|
*
Save a couple microseconds
Jordan Cook
2022-06-16
2
-0
/
+5
|
*
Some additional logging and tests
Jordan Cook
2022-06-16
5
-5
/
+55
|
*
Add support for Vary
Jordan Cook
2022-06-16
4
-7
/
+129
|
*
Normalize ordering and whitespace for multi-value request headers
Jordan Cook
2022-06-16
3
-26
/
+49
|
/
*
Alternate host for requests docs
Jordan Cook
2022-06-11
2
-3
/
+3
*
Add tests for python 3.11
Jordan Cook
2022-06-11
1
-1
/
+1
*
Merge pull request #654 from requests-cache/cleanup
Jordan Cook
2022-06-11
10
-69
/
+87
|
\
|
*
Use json.JSONDecodeError and requests.RequestException instead of requests.JS...
Jordan Cook
2022-06-11
2
-4
/
+5
|
*
Remove HTTPResponse attributes from the cache, and re-construct CachedRespons...
Jordan Cook
2022-06-11
3
-32
/
+35
|
*
Clean up SerializerPipeline.decode_content
Jordan Cook
2022-06-11
3
-14
/
+6
|
*
Clean up SQLiteCache convenience methods a bit
Jordan Cook
2022-06-11
3
-19
/
+41
|
/
*
Merge pull request #652 from JWCook/consolidate-convenience-methods
Jordan Cook
2022-06-11
25
-394
/
+463
|
\
|
*
Update tests and docs
Jordan Cook
2022-06-11
16
-205
/
+249
[prev]
[next]