summaryrefslogtreecommitdiff
path: root/requests_cache/response.py
Commit message (Expand)AuthorAgeFilesLines
* Read manually instead of using _body, move decode tests to integration testsshiftinv2021-04-181-5/+5
* Improve raw response reset, update testsshiftinv2021-04-181-28/+18
* Fix handling of decode_content parameter for raw.read(...)shiftinv2021-04-181-10/+29
* Demote most logging.info statements to debugJordan Cook2021-04-101-1/+1
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-0/+1
* Add example script to convert an existing cache from previous serialization f...Jordan Cook2021-04-031-1/+2
* Avoid recursion when caching redirectsJordan Cook2021-03-311-3/+4
* Add logging to main cache operationsJordan Cook2021-03-301-3/+7
* Consolidate expiration, pre-serializiation, and other response object logic i...Jordan Cook2021-03-221-0/+156