index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
logging_utils.py
Age
Commit message (
Expand
)
Author
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-26
Reformatting.
Scott
2022-01-26
Fix missing f's.
Scott
2022-01-17
Creates a function_utils and pull a function_identifer method into
Scott
2022-01-17
Make logging_utils remove preexisting logging turds, fix a small bug.
Scott
2022-01-12
Scale back warnings.warn and add stacklevels= where appropriate.
Scott
2022-01-11
Start using warnings from stdlib.
Scott
2022-01-08
Cleanup logging module.
Scott
2022-01-07
Make logging optionally remove global handlers added by (shitty) pip
Scott
2022-01-06
A bunch of changes...
Scott
2021-11-15
Making remote training work better.
Scott Gasch
2021-11-01
Overrides + debugging modules / functions in logging.
Scott Gasch
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-09-16
A very important change to docs.
Scott Gasch
2021-09-15
Logging + documentation.
Scott Gasch
2021-09-15
Adding doctests. Also added a logging filter.
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-08-05
Adds profanity filter, fixes bugs.
Scott Gasch
2021-07-17
Record streams.
Scott Gasch
2021-07-16
Various
Scott Gasch
2021-07-12
Random changes.
Scott Gasch
2021-07-11
Random cleanups and type safety. Created ml subdir.
Scott Gasch
2021-07-09
ACL uses enums, some more tests, other stuff.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch
2021-04-29
Teach python logging formatter to use %f in the format string.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch