Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / decorator_utils.py
2022-08-15 Scott GaschFix a threading related bug in tplink_utils.
2022-05-30 Scott GaschClean up more docs to work with sphinx.
2022-04-02 Scott GaschCleanup, try to get rid of linter messages.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-08 Scott GaschMore cleanup.
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 ScottMore type annotations.
2022-01-31 ScottImprove the locking decorators; @synchronized(lock).
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-13 Scott"Fix" a flaky test and cleanup an unused import.
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-11 ScottAdd another doctest.
2022-01-10 ScottAdds some doctests to decorators.
2022-01-10 ScottMake rate_limited work and add doctest.
2022-01-10 ScottMake rate_limited use cvs.
2022-01-08 ScottAdd rate limiter decorator.
2021-11-14 Scott GaschSmall changes to decorators.
2021-10-28 Scott GaschMoving smart lights into smart_home to prepare for...
2021-07-29 Scott GaschLockfile custom command, fixup minor things.
2021-07-13 Scott GaschRandom changes.
2021-07-10 Scott GaschACL uses enums, some more tests, other stuff.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschLots of changes.
2021-04-24 Scott GaschMove TimeoutError to central exceptions file.
2021-03-25 Scott GaschInitial revision