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-02-05
Add coding comments for files with utf8 characters in there.
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Let's call the base class' c'tor first, eh?
Scott
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-01
More mypy cleanup... ugh.
Scott
2022-01-27
Started using flake8 to lint; removed some of its warnings.
Scott
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