summaryrefslogtreecommitdiff
path: root/requests_cache/patcher.py
Commit message (Expand)AuthorAgeFilesLines
* Enable bugbear extension and fix warningsJordan Cook2023-05-081-0/+1
* Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-131-1/+1
* Add delete() function for patcherJordan Cook2022-09-291-3/+15
* Consolidate BaseCache convenience methods into contains(), filter(), and dele...Jordan Cook2022-06-111-1/+1
* Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-111-8/+3
* use https for links谭九鼎2022-05-091-2/+2
* Initialize backend with install_cache() prior to patching requests.SessionJordan Cook2022-04-281-1/+2
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-1/+1
* Update general expiration docsJordan Cook2022-04-151-1/+1
* Update install_cache() and enabled()Jordan Cook2022-04-011-21/+4
* Split datetime-related utility functions into a separate moduleJordan Cook2022-03-291-1/+1
* Reword inaccurate usage of the term 'revalidate'Jordan Cook2022-03-111-2/+2
* Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...Jordan Cook2021-09-061-2/+2
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-2/+6
* Replace some 'type: ignore' statements with better type hintingJordan Cook2021-08-141-2/+3
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-4/+4
* Split out serializers and models into separate classesJordan Cook2021-05-261-1/+1
* Demote most logging.info statements to debugJordan Cook2021-04-101-1/+1
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-19/+22
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-0/+131