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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update changelog
Jordan Cook
2021-12-02
1
-2
/
+2
*
Fix some typos in docs for custom serializers, and add a test for it
Jordan Cook
2021-11-19
1
-17
/
+12
*
Add support for Cache-Control: immutable
Jordan Cook
2021-10-23
1
-0
/
+1
*
Make per-request expiration thread-safe by passing via request headers instea...
Jordan Cook
2021-09-18
2
-4
/
+7
*
Vectorize logo, color it to match light/dark theme colors on rtd, and add mod...
Jordan Cook
2021-09-18
13
-3
/
+368
*
Add note about ResourceWarnings to Troubleshooting section
Jordan Cook
2021-09-18
1
-2
/
+16
*
Add some more links to 'Related Projects' page
Jordan Cook
2021-09-18
1
-1
/
+4
*
Use redirect in rtd config instead of placeholder 'advanced_usage' page
Jordan Cook
2021-09-08
1
-5
/
+0
*
Use sphinx_autodoc_typehints extension instead of autodoc's built-in type hints
Jordan Cook
2021-09-08
1
-0
/
+4
*
Fix a Sphinx warning
Jordan Cook
2021-09-08
1
-1
/
+2
*
Compress and scale logo a bit more
Jordan Cook
2021-09-08
13
-4
/
+4
*
Add a custom 404 page
Jordan Cook
2021-09-08
2
-0
/
+8
*
Add note to Troubleshooting section about deprecated imports
Jordan Cook
2021-09-07
1
-0
/
+1
*
Update changelog and Readme links
v0.8.0
Jordan Cook
2021-09-07
1
-6
/
+8
*
Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...
Jordan Cook
2021-09-06
2
-4
/
+4
*
Allow match_headers to optionally accept a list of specific headers to match
Jordan Cook
2021-09-06
2
-11
/
+11
*
Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...
Jordan Cook
2021-09-06
1
-4
/
+4
*
Format examples
Jordan Cook
2021-09-04
1
-27
/
+28
*
Add compatibility example with requests-oauthlib
Jordan Cook
2021-09-04
1
-0
/
+15
*
Add compatibility example with requests-ratelimiter
Jordan Cook
2021-09-04
1
-2
/
+29
*
Add link to example from Python Web Scraping book
Jordan Cook
2021-09-04
1
-0
/
+1
*
Revert renaming DynamoDB backend classes; a minor inconsistency is probably b...
Jordan Cook
2021-08-30
1
-1
/
+1
*
Some formatting for examples
Jordan Cook
2021-08-29
3
-46
/
+33
*
Minor edits for Readme and Related Projects
Jordan Cook
2021-08-28
2
-7
/
+9
*
Move Roman's original Code Shelter note under Project Info docs
Jordan Cook
2021-08-28
2
-0
/
+25
*
Move Code of Conduct with the rest of the 'project info' docs
Jordan Cook
2021-08-28
1
-3
/
+65
*
Add some more troubleshooting info to docs
Jordan Cook
2021-08-28
3
-22
/
+59
*
Add example with URL patterns
Jordan Cook
2021-08-27
1
-0
/
+13
*
Add example with ThreadPoolExecutor
Jordan Cook
2021-08-27
1
-0
/
+13
*
Fix a couple icon styles
Jordan Cook
2021-08-27
3
-3
/
+3
*
Add Font Awesome 5 icons to main page headers
Jordan Cook
2021-08-27
25
-33
/
+47
*
Add more details on troubleshooting & debugging
Jordan Cook
2021-08-27
10
-48
/
+113
*
Reorganize user docs: break down User Guide and Advanced Usage sections into ...
Jordan Cook
2021-08-26
30
-1238
/
+1256
*
Misc user guide edits/formatting
Jordan Cook
2021-08-26
1
-39
/
+42
*
More docs on cache options; for clarity, refer to cache key behavior as 'requ...
Jordan Cook
2021-08-26
2
-55
/
+129
*
Add more notes on when to not use monkey-patching
Jordan Cook
2021-08-26
1
-13
/
+22
*
Update Cache Headers section of User Guide
Jordan Cook
2021-08-26
1
-35
/
+64
*
Add example to docs of exporting a cache
Jordan Cook
2021-08-25
1
-5
/
+28
*
Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...
Jordan Cook
2021-08-25
1
-13
/
+115
*
Update Readme intro and link another article on examples page
Jordan Cook
2021-08-23
1
-0
/
+1
*
Add another monkey-patch for sphinx-automodapi instead of installing from git...
Jordan Cook
2021-08-23
1
-2
/
+7
*
Make itsdangerous dependency optional
Jordan Cook
2021-08-21
1
-0
/
+5
*
Add CLI arg to benchmark script to select a backend
Jordan Cook
2021-08-20
1
-2
/
+2
*
Better backend docs
Jordan Cook
2021-08-20
2
-31
/
+84
*
Better serializer docs
Jordan Cook
2021-08-20
2
-3
/
+23
*
Move autosummaries to module docstrings instead of template, to make them eas...
Jordan Cook
2021-08-20
2
-31
/
+5
*
Add logos & icons for backends & serializers
Jordan Cook
2021-08-20
31
-0
/
+1
*
Link to some articles & blog posts about requests-cache in the Examples section
Jordan Cook
2021-08-20
1
-8
/
+17
*
Add warning for pre-release docs (formatted similarly to rtd warnings for out...
Jordan Cook
2021-08-20
1
-0
/
+11
*
More info and editing for Readme intro
Jordan Cook
2021-08-20
1
-4
/
+7
[next]