summaryrefslogtreecommitdiff
path: root/requests_cache/serializers/pipeline.py
Commit message (Expand)AuthorAgeFilesLines
* Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-131-2/+2
* Clean up SerializerPipeline.decode_contentJordan Cook2022-06-111-11/+2
* Consolidate BaseCache convenience methods into contains(), filter(), and dele...Jordan Cook2022-06-111-4/+9
* Add decode_content option for storage classes, and use as the default behavio...Jordan Cook2022-06-101-0/+10
* Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-101-0/+4
* Update serialization docsJordan Cook2022-06-101-1/+2
* Add a BaseStorage.default_serializer attribute, to be more explicit about whi...Jordan Cook2022-04-221-1/+2
* Add serializer name to cache key to avoid errors due to switching serializersJordan Cook2022-04-151-1/+5
* Fix serialization in filesystem backend with binary content that is also vali...Jordan Cook2022-02-151-10/+14
* Allow Stage objects to take functions instead of object + method namesJordan Cook2021-08-251-12/+26
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-201-0/+5
* Some serialization fixes & updates:Jordan Cook2021-07-031-2/+3
* addressing comments from JWCookParker Hancock2021-06-211-2/+2
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-141-10/+3
* initial serialization pipeline refactorParker Hancock2021-06-141-0/+37