summaryrefslogtreecommitdiff
path: root/requests_cache/serializers
Commit message (Expand)AuthorAgeFilesLines
* Fix some type checking issuesJordan Cook2021-08-281-2/+1
* Reorganize user docs: break down User Guide and Advanced Usage sections into ...Jordan Cook2021-08-261-1/+1
* Allow Stage objects to take functions instead of object + method namesJordan Cook2021-08-251-12/+26
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-251-4/+4
* Better serializer docsJordan Cook2021-08-202-29/+43
* Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-202-5/+20
* Remove deprecated 'core' module and BaseCache.remove_old_entries()Jordan Cook2021-08-141-9/+1
* Drop support for python 3.6Jordan Cook2021-08-143-27/+9
* More doc formatting and class/module linksJordan Cook2021-08-071-8/+8
* Pretty-print JSON by defaultJordan Cook2021-08-031-1/+8
* Improve type annotations and fix type checking errorsJordan Cook2021-07-063-9/+24
* Some serialization fixes & updates:Jordan Cook2021-07-034-129/+183
* addressing comments from JWCookParker Hancock2021-06-212-4/+2
* moving ForwardRef inside the ImportError try/except clause to address py3.6 i...Parker Hancock2021-06-211-2/+3
* Add pyyaml as an optional dependency, and fix importJordan Cook2021-06-171-2/+2
* Fix inifinite loop of doomJordan Cook2021-06-171-1/+3
* cleaning up preconf and builtin serializersParker Hancock2021-06-152-45/+63
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-143-15/+5
* changes for multi-version compatibilityParker Hancock2021-06-141-59/+61
* initial serialization pipeline refactorParker Hancock2021-06-146-161/+123
* Rename BaseSerializer methods to dumps/loadsJordan Cook2021-06-114-23/+9
* Add tests and docsJordan Cook2021-06-111-1/+0
* Integrate serializers with backendsJordan Cook2021-06-112-2/+7
* Allow selecting a serializer by name, class, or instance (with same behavior ...Jordan Cook2021-06-113-16/+59
* Add annotation for CachedResponse.history and add support for ForwardRef in B...Jordan Cook2021-06-111-0/+7
* Add a BSON serializerJordan Cook2021-06-112-1/+30
* Refactor JSONSerializer using cattrs; add support for ultrajsonJordan Cook2021-06-115-84/+31
* Experiment with adding a JSON serializerJordan Cook2021-06-111-0/+78
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-40/+39
* Fix broken unit tests and add more coverageJordan Cook2021-05-262-21/+37
* Split out serializers and models into separate classesJordan Cook2021-05-263-0/+101