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
/
requests_cache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Show warning when using pickle without itsdangerous
Jordan Cook
2021-03-28
2
-4
/
+12
*
Expose timeout parameter for SQLite backend
Jordan Cook
2021-03-24
1
-15
/
+15
*
Pass along optional kwargs to all storage classes, and make default table nam...
Jordan Cook
2021-03-24
7
-42
/
+41
*
Enable DynamoDB integration test with GitHub Actions and local docker-compose...
Jordan Cook
2021-03-24
2
-1
/
+2
*
Combine storage classes from backends.storage.* with their respective backend...
Jordan Cook
2021-03-24
12
-537
/
+453
*
Add optional integration with intsdangerous for safer serialization
Jordan Cook
2021-03-24
6
-45
/
+89
*
Rename BaseCache.keys_map property and its associated table to 'redirects'
Jordan Cook
2021-03-24
6
-18
/
+16
*
Add a 'urls' property on BaseCache to get all cached URLs
Jordan Cook
2021-03-24
1
-0
/
+8
*
Add support for setting different expiration times based on URL patterns
Jordan Cook
2021-03-22
1
-23
/
+90
*
Consolidate expiration, pre-serializiation, and other response object logic i...
Jordan Cook
2021-03-22
5
-349
/
+452
*
Some refactoring to reduce code complexity:
Jordan Cook
2021-03-18
2
-155
/
+97
*
Fix for attribute error when using prepared requests
Jordan Cook
2021-03-16
1
-0
/
+1
*
Add extra check in CachedSession.cache_disabled to support nested context man...
Jordan Cook
2021-03-16
1
-5
/
+8
*
Add HEAD to default methods to cache; closes #147
Jordan Cook
2021-03-05
1
-2
/
+2
*
Add individual expire_after per request. (#177)
Sebastian Höffner
2021-03-05
3
-36
/
+147
*
Add sanity checks to get_cache, clear, and remove_expired_responses to make s...
Jordan Cook
2021-03-04
4
-12
/
+22
*
Refactor CachedSession to be usable as a mixin class
Jordan Cook
2021-03-04
10
-36
/
+62
*
Reformat docstring and add type annotations for CachedSession and install_cache
Jordan Cook
2021-03-03
1
-50
/
+45
*
Documentation build improvments:
Jordan Cook
2021-03-03
1
-12
/
+16
*
Add code quality checks to CI job
Jordan Cook
2021-03-01
1
-1
/
+1
*
Remove all python 2 compatibility
Jordan Cook
2021-02-26
15
-214
/
+23
*
Apply code formatting with black + isort
Jordan Cook
2021-02-26
15
-192
/
+211
*
Add cache_date field for cached response
libbkmz
2021-02-26
1
-0
/
+3
*
Fix TypeError with DbPickleDict initialization; closes #136
Jordan Cook
2021-02-25
1
-1
/
+1
*
Removing extra check of whether key is in responses, unnecesasry after copyin...
Boris Danilovich
2021-02-25
1
-5
/
+1
*
Making BaseCache use a copy of the dict when iterating over it, to avoid iter...
Boris Danilovich
2021-02-25
1
-1
/
+1
*
relative imports
olivierdalang
2021-02-25
1
-1
/
+1
*
relative imports
olivierdalang
2021-02-25
1
-2
/
+2
*
Updated to replace_one
Aaron Russo
2020-10-30
1
-1
/
+2
*
Bump version 0.5.2
Roman Haritonov
2019-08-14
1
-1
/
+1
*
Fix DeprecationWarning about collections.MutableMapping
Marius Gedminas
2019-08-13
3
-3
/
+12
*
Bump version 0.5.1
Roman Haritonov
2019-08-13
1
-1
/
+1
*
Merge pull request #128 from fdemmer/73-delete-on-unpickle-errors
Roman Haritonov
2019-06-25
3
-6
/
+6
|
\
|
*
Fix whitespace
Florian Demmer
2019-05-06
2
-5
/
+1
|
*
Handle ImportError and TypeError when loading from cache
Florian Demmer
2019-05-06
1
-1
/
+5
*
|
Merge pull request #134 from olivierdalang/vacuum_after_clear
Roman Haritonov
2019-06-25
1
-0
/
+1
|
\
\
|
*
|
vacuum the sqlite database after clearing a table
olivierdalang
2019-05-29
1
-0
/
+1
|
|
/
*
|
Fix DeprecationWarning from collections
Jessy Williams
2019-05-21
1
-1
/
+5
|
/
*
Bump version 0.5.0
v0.5.0
Roman Haritonov
2019-04-18
1
-1
/
+1
*
Merge pull request #104 from christopher-dG/cdg/filter
Roman Haritonov
2019-04-13
1
-4
/
+20
|
\
|
*
Fix AttributeError when returning old data on error
Chris de Graaf
2018-01-21
1
-1
/
+4
|
*
Add response filtering function to CachedSession
Chris de Graaf
2018-01-21
1
-4
/
+17
*
|
Merge pull request #123 from mbarkhau/patch-1
Roman Haritonov
2019-04-13
1
-1
/
+5
|
\
\
|
*
|
Fix warning on python3.7
mbarkhau
2019-02-13
1
-1
/
+5
|
|
/
*
|
correct spelling mistake
Edward Betts
2017-09-01
1
-1
/
+1
|
/
*
Add remove_expired_responses to request_cache namespace Fixes #93
Roman Haritonov
2017-06-01
1
-1
/
+1
*
Fix bulk_commit #78
Roman Haritonov
2017-06-01
1
-2
/
+3
*
Merge pull request #92 from ar90n/add_dynamodb_backend
Roman Haritonov
2017-06-01
3
-1
/
+174
|
\
|
*
add dynamodb backend
Masahiro Wada
2017-05-14
3
-1
/
+174
*
|
add gridfs support
Cheng Guangnan
2017-04-01
3
-0
/
+111
|
/
[prev]
[next]