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
*
Update changelog
Jordan Cook
2023-03-01
1
-16
/
+14
*
Update contributors
Jordan Cook
2023-03-01
2
-108
/
+226
*
Fix typos
Jordan Cook
2023-03-01
3
-7
/
+7
*
Merge pull request #796 from requests-cache/sqlite-locks
Jordan Cook
2023-03-01
7
-32
/
+73
|
\
|
*
Share SQLite connection objects among threads and use lock for write operatio...
Jordan Cook
2023-03-01
6
-31
/
+65
|
*
Don't use bulk_delete() if only deleting a single key
Jordan Cook
2023-03-01
1
-1
/
+8
|
/
*
Merge pull request #795 from requests-cache/dynamodb
Jordan Cook
2023-03-01
10
-66
/
+74
|
\
|
*
Update docs and screenshots for DynamoDB
Jordan Cook
2023-03-01
6
-12
/
+25
|
*
Change DynamoDB table to use cache key as partition key
Jordan Cook
2023-03-01
4
-54
/
+49
|
/
*
Merge pull request #794 from requests-cache/docs
Jordan Cook
2023-03-01
1
-2
/
+35
|
\
|
*
Introduce cache headers and expiration in Readme
Jordan Cook
2023-03-01
1
-2
/
+35
|
/
*
Merge pull request #779 from DavidSchmidt00/fix-stale-if-error
Jordan Cook
2023-02-18
3
-10
/
+42
|
\
|
*
Don't raise_for_status if status_code of response is in allowable_codes
David Dv Schmidt
2023-02-18
3
-10
/
+42
|
/
*
Fix example with requests-ratelimiter
Jordan Cook
2023-02-18
1
-1
/
+2
*
Don't require stress tests for pre-release builds
Jordan Cook
2023-02-18
1
-1
/
+1
*
Update changelog
Jordan Cook
2023-02-18
1
-0
/
+8
*
Merge pull request #763 from requests-cache/string-expiration
Jordan Cook
2023-02-18
4
-4
/
+27
|
\
|
*
Raise an error for invalid expiration string values (except for headers conta...
Jordan Cook
2023-02-18
4
-4
/
+27
|
/
*
Merge pull request #760 from glensc/patch-1
Jordan Cook
2023-01-13
1
-3
/
+3
|
\
|
*
Docs: Fix FuturesSession typo
Elan Ruusamäe
2023-01-13
1
-3
/
+3
|
/
*
Merge pull request #755 from requests-cache/serializer-params
Jordan Cook
2023-01-13
14
-84
/
+102
|
\
|
*
Set default serializers for each backend using param defaults instead of 'def...
Jordan Cook
2023-01-13
14
-84
/
+102
|
/
*
Merge pull request #754 from requests-cache/rps-demo
Jordan Cook
2023-01-13
4
-6
/
+158
|
\
|
*
Add example with requests per second graph
Jordan Cook
2023-01-13
4
-6
/
+158
|
/
*
Merge pull request #737 from requests-cache/pypy
Jordan Cook
2022-12-30
8
-11
/
+49
|
\
|
*
Add tests for pypy3.9
Jordan Cook
2022-12-30
8
-11
/
+49
|
/
*
Merge pull request #751 from requests-cache/debug-windows-tests
Jordan Cook
2022-12-30
1
-0
/
+3
|
\
|
*
Set default shell to bash for Windows tests
Jordan Cook
2022-12-30
1
-0
/
+3
|
/
*
Merge pull request #747 from requests-cache/response-cache-key
Jordan Cook
2022-12-30
9
-20
/
+39
|
\
|
*
Make CachedResponse.cache_key available from all cache access methods
Jordan Cook
2022-12-30
9
-20
/
+39
|
/
*
Fix ambiguous log message for BaseCache.delete()
Jordan Cook
2022-12-30
1
-1
/
+1
*
Merge pull request #742 from requests-cache/type-fixes
Jordan Cook
2022-12-30
17
-60
/
+91
|
\
|
*
Update type hints to appease Pylance and stricter mypy settings
Jordan Cook
2022-12-13
17
-60
/
+91
|
/
*
Merge pull request #736 from requests-cache/docs
Jordan Cook
2022-12-13
5
-13
/
+27
|
\
|
*
Minor edits for cache inspection page
Jordan Cook
2022-12-13
1
-1
/
+6
|
*
Add a couple more project links on PyPI
Jordan Cook
2022-12-13
1
-0
/
+4
|
*
Update to flake8 v6
Jordan Cook
2022-12-13
3
-12
/
+17
|
/
*
Merge branch 'is-fp-closed'
Jordan Cook
2022-12-04
1
-1
/
+1
|
\
|
*
Check if raw._fp is None before trying is_fp_closed()
Jordan Cook
2022-12-04
1
-1
/
+1
|
/
*
Merge pull request #721 from requests-cache/sqlite-improvements
Jordan Cook
2022-10-28
7
-64
/
+165
|
\
|
*
Make use of index with SQLiteCache.filter(expired=False)
Jordan Cook
2022-10-28
4
-30
/
+41
|
*
Add SQLite method to count unexpired responses in SQL
Jordan Cook
2022-10-28
3
-6
/
+39
|
*
Omit invalid responses and set response.cache_key in SQLiteCache.sorted()
Jordan Cook
2022-10-28
3
-7
/
+41
|
*
Set uri=True when using an in-memory SQLite db
Jordan Cook
2022-10-28
1
-1
/
+3
|
*
Handle errors due to invalid responses in deserialize(), so it applies to oth...
Jordan Cook
2022-10-28
4
-20
/
+41
|
/
*
Merge pull request #720 from requests-cache/cattrs
Jordan Cook
2022-10-28
2
-1
/
+18
|
\
|
*
Handle using a converter that doesn't support the omit_if_default keyword arg...
Jordan Cook
2022-10-28
2
-1
/
+18
|
/
*
Merge pull request #718 from kevinlinxc/patch-1
Jordan Cook
2022-10-26
1
-1
/
+1
|
\
|
*
Typo
Kevin Lin
2022-10-26
1
-1
/
+1
|
/
*
Merge pull request #717 from requests-cache/py-311
Jordan Cook
2022-10-26
3
-22
/
+23
|
\
[next]