Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / logging_utils.py
2022-08-18 Scott GaschAdd an option to exit immediately upon setting zookeepe...
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-05-29 Scott GaschTweak around docstring to make prettier sphinx autodocs.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-09 Scott GaschCleanup.
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-05 Scott GaschAdd coding comments for files with utf8 characters...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-03 ScottLet's call the base class' c'tor first, eh?
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 ScottMore mypy cleanup... ugh.
2022-01-27 ScottStarted using flake8 to lint; removed some of its warnings.
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-27 ScottReformatting.
2022-01-27 ScottFix missing f's.
2022-01-18 ScottCreates a function_utils and pull a function_identifer...
2022-01-17 ScottMake logging_utils remove preexisting logging turds...
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-08 ScottCleanup logging module.
2022-01-07 ScottMake logging optionally remove global handlers added...
2022-01-06 ScottA bunch of changes...
2021-11-16 Scott GaschMaking remote training work better.
2021-11-01 Scott GaschOverrides + debugging modules / functions in logging.
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-09-16 Scott GaschA very important change to docs.
2021-09-15 Scott GaschLogging + documentation.
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-09-08 Scott GaschVarious changes.
2021-08-05 Scott GaschAdds profanity filter, fixes bugs.
2021-07-17 Scott GaschRecord streams.
2021-07-17 Scott GaschVarious
2021-07-13 Scott GaschRandom changes.
2021-07-11 Scott GaschRandom cleanups and type safety. Created ml subdir.
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-29 Scott GaschTeach python logging formatter to use %f in the format...
2021-03-25 Scott GaschInitial revision