Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / lockfile.py
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-10 Scott GaschMore cleanup.
2022-02-09 Scott GaschCleanup more contextlib.AbstractContextManagers and...
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-05 Scott GaschChange threshold.
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 Scottmypy clean!
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-21 ScottRemove spurious print message.
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-11 ScottFix a missing import bug.
2022-01-06 ScottA bunch of changes...
2021-12-06 ScottMove stuff around.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-08-05 Scott GaschAdds profanity filter, fixes bugs.
2021-07-29 Scott GaschLockfile custom command, fixup minor things.
2021-07-13 Scott GaschRandom changes.