summaryrefslogtreecommitdiff
path: root/requests_cache/session.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect debug message for skipping cache writeJordan Cook2021-09-151-1/+2
* Add aliases for forwards-compatibility with v0.8+Jordan Cook2021-09-091-1/+1
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-2/+0
* Add better examples for using requests-cache with requests-mockJordan Cook2021-08-071-1/+1
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-4/+5
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-12/+23
* Merge 0.6.4 hotfix into masterJordan Cook2021-06-041-1/+1
* Split out serializers and models into separate classesJordan Cook2021-05-261-2/+2
* Add support for using request and response cache headers to set cache expirationJordan Cook2021-05-071-106/+94
* Log the original exception when returning stale dataMarius Gedminas2021-05-071-1/+1
* Remove spurious logger.exception()Marius Gedminas2021-05-061-1/+0
* Add support for caching multipart file uploadsJordan Cook2021-04-301-1/+16
* Add support for bypassing the cache if expire_after=0Jordan Cook2021-04-291-6/+13
* Include this behavior in old_data_on_error instead, to avoid complicationsJordan Cook2021-04-231-5/+1
* Add raise_for_status optionJordan Cook2021-04-231-2/+9
* Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-191-3/+3
* Add option to manually cache response objectsJordan Cook2021-04-191-1/+1
* Add warning about cache_disabled() not being thread-safe, and use a lock for ...Jordan Cook2021-04-171-5/+14
* Demote most logging.info statements to debugJordan Cook2021-04-101-4/+4
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-14/+14
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-0/+263