summaryrefslogtreecommitdiff
path: root/requests_cache/session.py
Commit message (Expand)AuthorAgeFilesLines
* 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