summaryrefslogtreecommitdiff
path: root/persistent.py
AgeCommit message (Expand)Author
2022-05-31Improve docstrings for sphinx.Scott Gasch
2022-05-28Tweak around docstring to make prettier sphinx autodocs.Scott Gasch
2022-04-30Add some docs and doctests to things that have 0% coverage.Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
2022-02-08More cleanup, yey!Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02Fix a problem introduced with previous type cleanup change.Scott
2022-02-02More type annotations.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-12"Fix" a flaky test and cleanup an unused import.Scott
2022-01-12Add doctests, general cleanup.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.Scott
2021-09-24Oh my god, I fucking hate pickle, dill, cloudpickle and all thatScott Gasch
2021-09-22Various little changes. Naming. Durations as arguments.Scott Gasch
2021-09-22Updated docs.Scott Gasch
2021-09-22Improve persistent after actually using it.Scott Gasch
2021-09-21Persistent state.Scott Gasch