index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests_cache
/
serializers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some type checking issues
Jordan Cook
2021-08-28
1
-2
/
+1
*
Reorganize user docs: break down User Guide and Advanced Usage sections into ...
Jordan Cook
2021-08-26
1
-1
/
+1
*
Allow Stage objects to take functions instead of object + method names
Jordan Cook
2021-08-25
1
-12
/
+26
*
Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...
Jordan Cook
2021-08-25
1
-4
/
+4
*
Better serializer docs
Jordan Cook
2021-08-20
2
-29
/
+43
*
Move autosummaries to module docstrings instead of template, to make them eas...
Jordan Cook
2021-08-20
2
-5
/
+20
*
Remove deprecated 'core' module and BaseCache.remove_old_entries()
Jordan Cook
2021-08-14
1
-9
/
+1
*
Drop support for python 3.6
Jordan Cook
2021-08-14
3
-27
/
+9
*
More doc formatting and class/module links
Jordan Cook
2021-08-07
1
-8
/
+8
*
Pretty-print JSON by default
Jordan Cook
2021-08-03
1
-1
/
+8
*
Improve type annotations and fix type checking errors
Jordan Cook
2021-07-06
3
-9
/
+24
*
Some serialization fixes & updates:
Jordan Cook
2021-07-03
4
-129
/
+183
*
addressing comments from JWCook
Parker Hancock
2021-06-21
2
-4
/
+2
*
moving ForwardRef inside the ImportError try/except clause to address py3.6 i...
Parker Hancock
2021-06-21
1
-2
/
+3
*
Add pyyaml as an optional dependency, and fix import
Jordan Cook
2021-06-17
1
-2
/
+2
*
Fix inifinite loop of doom
Jordan Cook
2021-06-17
1
-1
/
+3
*
cleaning up preconf and builtin serializers
Parker Hancock
2021-06-15
2
-45
/
+63
*
extirpated 'is_binary' from pipelines
Parker Hancock
2021-06-14
3
-15
/
+5
*
changes for multi-version compatibility
Parker Hancock
2021-06-14
1
-59
/
+61
*
initial serialization pipeline refactor
Parker Hancock
2021-06-14
6
-161
/
+123
*
Rename BaseSerializer methods to dumps/loads
Jordan Cook
2021-06-11
4
-23
/
+9
*
Add tests and docs
Jordan Cook
2021-06-11
1
-1
/
+0
*
Integrate serializers with backends
Jordan Cook
2021-06-11
2
-2
/
+7
*
Allow selecting a serializer by name, class, or instance (with same behavior ...
Jordan Cook
2021-06-11
3
-16
/
+59
*
Add annotation for CachedResponse.history and add support for ForwardRef in B...
Jordan Cook
2021-06-11
1
-0
/
+7
*
Add a BSON serializer
Jordan Cook
2021-06-11
2
-1
/
+30
*
Refactor JSONSerializer using cattrs; add support for ultrajson
Jordan Cook
2021-06-11
5
-84
/
+31
*
Experiment with adding a JSON serializer
Jordan Cook
2021-06-11
1
-0
/
+78
*
Make cattrs optional, and other cleanup
Jordan Cook
2021-05-26
1
-40
/
+39
*
Fix broken unit tests and add more coverage
Jordan Cook
2021-05-26
2
-21
/
+37
*
Split out serializers and models into separate classes
Jordan Cook
2021-05-26
3
-0
/
+101