summaryrefslogtreecommitdiff
path: root/requests_cache/core.py
Commit message (Expand)AuthorAgeFilesLines
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-381/+6
* Improve backend initialization:Jordan Cook2021-04-021-10/+10
* Add 'verify' param to cache keyJordan Cook2021-04-011-2/+2
* Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c...Jordan Cook2021-03-311-3/+3
* Fix docs for `expire_after_urls` -> `urls_expire_after`Slin Lee2021-03-301-1/+1
* Move cache key utilities to a separate moduleJordan Cook2021-03-301-3/+3
* Add normalization for request jsonJordan Cook2021-03-301-16/+6
* Add logging to main cache operationsJordan Cook2021-03-301-4/+12
* Update get_response + tests to check additional error typesJordan Cook2021-03-291-4/+1
* Remove some redundant module docstrings, and fix some ref linksJordan Cook2021-03-291-69/+9
* Enable DynamoDB integration test with GitHub Actions and local docker-compose...Jordan Cook2021-03-241-0/+1
* Add support for setting different expiration times based on URL patternsJordan Cook2021-03-221-23/+90
* Consolidate expiration, pre-serializiation, and other response object logic i...Jordan Cook2021-03-221-145/+178
* Some refactoring to reduce code complexity:Jordan Cook2021-03-181-148/+87
* Fix for attribute error when using prepared requestsJordan Cook2021-03-161-0/+1
* Add extra check in CachedSession.cache_disabled to support nested context man...Jordan Cook2021-03-161-5/+8
* Add HEAD to default methods to cache; closes #147Jordan Cook2021-03-051-2/+2
* Add individual expire_after per request. (#177)Sebastian Höffner2021-03-051-28/+133
* Add sanity checks to get_cache, clear, and remove_expired_responses to make s...Jordan Cook2021-03-041-8/+16
* Refactor CachedSession to be usable as a mixin classJordan Cook2021-03-041-24/+34
* Reformat docstring and add type annotations for CachedSession and install_cacheJordan Cook2021-03-031-50/+45
* Remove all python 2 compatibilityJordan Cook2021-02-261-16/+0
* Apply code formatting with black + isortJordan Cook2021-02-261-39/+38
* Add cache_date field for cached responselibbkmz2021-02-261-0/+3
* relative importsolivierdalang2021-02-251-2/+2
* Handle ImportError and TypeError when loading from cacheFlorian Demmer2019-05-061-1/+5
* Fix AttributeError when returning old data on errorChris de Graaf2018-01-211-1/+4
* Add response filtering function to CachedSessionChris de Graaf2018-01-211-4/+17
* Fix #61. Ability to pass backend instance in install_cacheRoman Haritonov2016-03-191-7/+3
* #58 Ability to force removal of expired entriesRoman Haritonov2015-12-141-2/+13
* remove ignored parameters only from cachekeysYetAnotherNerd2015-09-241-17/+6
* Merge pull request #52 from themiurgo/masterRoman Haritonov2015-05-141-7/+21
|\
| * Fixing small issuesAntonio Lima2015-05-141-4/+7
| * Added ignore_parametersAntonio Lima2015-05-111-8/+19
* | Fix requests 2.6.2 stream responses, fix mockingRoman Haritonov2015-04-291-1/+1
|/
* #40 Add option 'old_data_on_error'Roman Haritonov2015-01-201-4/+17
* #39 Add __str__ method to CachedSessionRoman Haritonov2015-01-171-0/+10
* #6 Add optional support for including headers to cache key in GET requestsRoman Haritonov2015-01-171-0/+3
* Add note about timedelta expire_after in docstringRoman Haritonov2015-01-171-1/+1
* Update core.pyfemtotrader2014-12-151-1/+4
* #31 Use kwargs in CachedSession.request()Roman Haritonov2014-12-061-8/+2
* Normalize (sort) parameters passed as builtin dict #29Roman Haritonov2014-10-131-5/+20
* Monkey patch should use class instead lambda #28Roman Haritonov2014-09-291-9/+14
* Fix #15Roman Haritonov2013-10-091-8/+9
* set response.from_cache before calling hooksAlex Morega2013-09-121-1/+1
* requests_cache.enabled() context manager (#12)Roman Haritonov2013-08-191-0/+22
* typoRoman Haritonov2013-04-181-2/+2
* Changed docs to reflect availability of redis backendmichaelbeaumont2013-04-171-2/+7
* Backward compatibility with Requests 1.1.0Roman Haritonov2013-03-311-0/+10
* Fix issue with new hooks dispatchingRoman Haritonov2013-03-311-0/+3