Change address, recognize numbers, add copyright.
[python_utils.git] / config.py
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-23 Scott GaschLog the original commandline at DEBUG level.
2022-02-12 Scott GaschTry another tactic to figure out entry point.
2022-02-10 Scott GaschMore spring cleaning.
2022-02-04 Scott GaschMake it possible for users of this library to override...
2022-02-03 Scott GaschAdd a formatter that handles raw help text, optionally.
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-01 ScottMyre mypy fixes.
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-07 ScottMake logging optionally remove global handlers added...
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-10-12 Scott GaschAdds logging in light stuff, minor changes in config...
2021-10-02 Scott Gaschchanges
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-09-08 Scott GaschVarious changes.
2021-08-06 Scott GaschMake config_loadfile augment cmdline instead of klobbering.
2021-08-06 Scott GaschMake loadfile work.
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-03-25 Scott GaschInitial revision