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
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...
Jordan Cook
2021-04-02
1
-381
/
+6
*
Improve backend initialization:
Jordan Cook
2021-04-02
1
-10
/
+10
*
Add 'verify' param to cache key
Jordan Cook
2021-04-01
1
-2
/
+2
*
Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c...
Jordan Cook
2021-03-31
1
-3
/
+3
*
Fix docs for `expire_after_urls` -> `urls_expire_after`
Slin Lee
2021-03-30
1
-1
/
+1
*
Move cache key utilities to a separate module
Jordan Cook
2021-03-30
1
-3
/
+3
*
Add normalization for request json
Jordan Cook
2021-03-30
1
-16
/
+6
*
Add logging to main cache operations
Jordan Cook
2021-03-30
1
-4
/
+12
*
Update get_response + tests to check additional error types
Jordan Cook
2021-03-29
1
-4
/
+1
*
Remove some redundant module docstrings, and fix some ref links
Jordan Cook
2021-03-29
1
-69
/
+9
*
Enable DynamoDB integration test with GitHub Actions and local docker-compose...
Jordan Cook
2021-03-24
1
-0
/
+1
*
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
1
-145
/
+178
*
Some refactoring to reduce code complexity:
Jordan Cook
2021-03-18
1
-148
/
+87
*
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
1
-28
/
+133
*
Add sanity checks to get_cache, clear, and remove_expired_responses to make s...
Jordan Cook
2021-03-04
1
-8
/
+16
*
Refactor CachedSession to be usable as a mixin class
Jordan Cook
2021-03-04
1
-24
/
+34
*
Reformat docstring and add type annotations for CachedSession and install_cache
Jordan Cook
2021-03-03
1
-50
/
+45
*
Remove all python 2 compatibility
Jordan Cook
2021-02-26
1
-16
/
+0
*
Apply code formatting with black + isort
Jordan Cook
2021-02-26
1
-39
/
+38
*
Add cache_date field for cached response
libbkmz
2021-02-26
1
-0
/
+3
*
relative imports
olivierdalang
2021-02-25
1
-2
/
+2
*
Handle ImportError and TypeError when loading from cache
Florian Demmer
2019-05-06
1
-1
/
+5
*
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
*
Fix #61. Ability to pass backend instance in install_cache
Roman Haritonov
2016-03-19
1
-7
/
+3
*
#58 Ability to force removal of expired entries
Roman Haritonov
2015-12-14
1
-2
/
+13
*
remove ignored parameters only from cachekeys
YetAnotherNerd
2015-09-24
1
-17
/
+6
*
Merge pull request #52 from themiurgo/master
Roman Haritonov
2015-05-14
1
-7
/
+21
|
\
|
*
Fixing small issues
Antonio Lima
2015-05-14
1
-4
/
+7
|
*
Added ignore_parameters
Antonio Lima
2015-05-11
1
-8
/
+19
*
|
Fix requests 2.6.2 stream responses, fix mocking
Roman Haritonov
2015-04-29
1
-1
/
+1
|
/
*
#40 Add option 'old_data_on_error'
Roman Haritonov
2015-01-20
1
-4
/
+17
*
#39 Add __str__ method to CachedSession
Roman Haritonov
2015-01-17
1
-0
/
+10
*
#6 Add optional support for including headers to cache key in GET requests
Roman Haritonov
2015-01-17
1
-0
/
+3
*
Add note about timedelta expire_after in docstring
Roman Haritonov
2015-01-17
1
-1
/
+1
*
Update core.py
femtotrader
2014-12-15
1
-1
/
+4
*
#31 Use kwargs in CachedSession.request()
Roman Haritonov
2014-12-06
1
-8
/
+2
*
Normalize (sort) parameters passed as builtin dict #29
Roman Haritonov
2014-10-13
1
-5
/
+20
*
Monkey patch should use class instead lambda #28
Roman Haritonov
2014-09-29
1
-9
/
+14
*
Fix #15
Roman Haritonov
2013-10-09
1
-8
/
+9
*
set response.from_cache before calling hooks
Alex Morega
2013-09-12
1
-1
/
+1
*
requests_cache.enabled() context manager (#12)
Roman Haritonov
2013-08-19
1
-0
/
+22
*
typo
Roman Haritonov
2013-04-18
1
-2
/
+2
*
Changed docs to reflect availability of redis backend
michaelbeaumont
2013-04-17
1
-2
/
+7
*
Backward compatibility with Requests 1.1.0
Roman Haritonov
2013-03-31
1
-0
/
+10
*
Fix issue with new hooks dispatching
Roman Haritonov
2013-03-31
1
-0
/
+3
[next]