summaryrefslogtreecommitdiff
path: root/requests_cache/serializers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize user docs: break down User Guide and Advanced Usage sections into ...Jordan Cook2021-08-261-1/+1
* Better serializer docsJordan Cook2021-08-201-0/+2
* Remove deprecated 'core' module and BaseCache.remove_old_entries()Jordan Cook2021-08-141-9/+1
* Drop support for python 3.6Jordan Cook2021-08-141-24/+8
* Improve type annotations and fix type checking errorsJordan Cook2021-07-061-2/+15
* Some serialization fixes & updates:Jordan Cook2021-07-031-58/+35
* addressing comments from JWCookParker Hancock2021-06-211-2/+0
* Add pyyaml as an optional dependency, and fix importJordan Cook2021-06-171-2/+2
* cleaning up preconf and builtin serializersParker Hancock2021-06-151-28/+44
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-141-4/+1
* initial serialization pipeline refactorParker Hancock2021-06-141-39/+53
* Allow selecting a serializer by name, class, or instance (with same behavior ...Jordan Cook2021-06-111-6/+39
* Add a BSON serializerJordan Cook2021-06-111-1/+11
* Refactor JSONSerializer using cattrs; add support for ultrajsonJordan Cook2021-06-111-1/+2
* Split out serializers and models into separate classesJordan Cook2021-05-261-0/+3