python_utils.git
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-08 Scott GaschMore cleanup.
2022-02-08 Scott GaschHook in pylint to the pre-commit hook and start to...
2022-02-07 Scott GaschHow to do the thing.
2022-02-07 Scott GaschAdds unittest.
2022-02-07 Scott GaschAdd a simple test to google_assistant code.
2022-02-07 Scott GaschIgnore integration test results in code coverage report.
2022-02-07 Scott GaschAdd a doctest to type_utils.py.
2022-02-07 Scott GaschGet mypy to stop with this fucking "has no attribute...
2022-02-06 Scott GaschGive deps more time to run.
2022-02-06 Scott GaschAdd another profanity.
2022-02-06 Scott GaschAdd a simple test for waitable presence.
2022-02-05 Scott GaschAdd doctest to misc_utils.
2022-02-05 Scott GaschAdd a bunch of __init__.py's; maybe this will fix import
2022-02-05 Scott GaschChange threshold.
2022-02-05 Scott GaschMissed one.
2022-02-05 Scott GaschAdd coding comments for files with utf8 characters...
2022-02-05 Scott GaschAdd sparkline helper.
2022-02-04 Scott GaschAdds some doctests to site_config.
2022-02-04 Scott GaschHave bootstrap log the site_config at program initializ...
2022-02-04 Scott GaschStop trying to cache mac addresses from house and cabin...
2022-02-04 Scott GaschFix a bug in device.py around the type of keywords...
2022-02-04 Scott GaschMake it clear in arg message that this is a library...
2022-02-04 Scott GaschMake it possible for users of this library to override...
2022-02-04 Scott GaschAdd cron.py, a pretty important (and easy) one.
2022-02-03 Scott GaschMake this thing actually work.
2022-02-03 Scott GaschAdd a formatter that handles raw help text, optionally.
2022-02-03 Scott GaschMake the parallelize intergration test short enough...
2022-02-03 Scott GaschAdd a "unittest" that runs stuff like reminder and...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-03 Scott GaschTake the lock before unlinking the mmap'ed shared memor...
2022-02-03 Scott GaschDisallow where're too.
2022-02-03 Scott GaschMerge branch 'master' of ssh://git.house/usr/local...
2022-02-03 Scott GaschContractions and stuff in string_utils.
2022-02-03 ScottContractions and stuff in string_utils.
2022-02-03 ScottLet's call the base class' c'tor first, eh?
2022-02-03 ScottStop spamming the log from bg.
2022-02-03 ScottFix a bug in histogram.
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottMake subdirs type clean too.
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 Scottmypy clean!
2022-02-02 ScottFix a problem introduced with previous type cleanup...
2022-02-02 ScottMore type annotations.
2022-02-02 ScottMore mypy cleanup.
2022-02-02 ScottMore mypy cleanup... ugh.
2022-02-01 ScottMyre mypy fixes.
2022-02-01 ScottClean up mypy type checker errors.
2022-01-31 ScottFix a couple of bugs in date parsing.
2022-01-31 ScottAdds a quiet option to executor shutdown.
2022-01-31 ScottTweak histograms in executors to include seconds label.
2022-01-31 ScottMake histogram auto-format labels.
2022-01-31 ScottIf percent > 0, even if it's very small, render some...
2022-01-31 ScottUse a label formatter for prettier histograms.
2022-01-31 ScottClean up histogram __repr__
2022-01-31 ScottMake run_tests.sh re-run a subset of the tests w/o...
2022-01-31 Scott--unittests_ignore_perf shouldn't mess with the databas...
2022-01-31 ScottFix a recent bug in executors. Thread executor needs...
2022-01-31 ScottChange locking boundaries for shared dict. Add a unit...
2022-01-31 ScottImprove the locking decorators; @synchronized(lock).
2022-01-31 ScottAdds a shutdown_if_idle method to the executors and...
2022-01-31 ScottAdds MIT license / copyright to string utils from origi...
2022-01-31 ScottAdd MIT License and copyright from the shared dict...
2022-01-31 ScottAdd a MP shared dict.
2022-01-30 ScottAdd some new helper methods to file utils.
2022-01-30 ScottOptionally surface exceptions that happen under executo...
2022-01-30 ScottDo not adjust task count from a child process or thread...
2022-01-28 ScottGet rid of "fuzzy matches" in favor of a window size...
2022-01-27 ScottAdding test code trying to improve test coverage.
2022-01-27 ScottStarted using flake8 to lint; removed some of its warnings.
2022-01-27 ScottAdd --trace_memory to bootstrap.
2022-01-27 ScottAdd --run_profiler option.
2022-01-27 ScottMake the worker selection heuristics work harder to...
2022-01-27 ScottTesting auto formatting
2022-01-27 ScottAnother formatter test, whee...
2022-01-27 ScottTrying to get black to run in git's pre-commit hook...
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-27 ScottRemove missing import.
2022-01-27 ScottReformatting.
2022-01-27 ScottFix missing f's.
2022-01-26 ScottReformatting.
2022-01-26 ScottMake sanity check optional.
2022-01-26 ScottSanity check list is sorted before binary search.
2022-01-26 ScottMinor tweaks.
2022-01-26 ScottAdd type hints and cleanup.
2022-01-26 ScottMake unscrambler use a cache per instance instead of...
2022-01-26 ScottUnscrambler.py is no longer a utility; see ~bin/unscram...
2022-01-26 ScottClarify instructions for repopulation.
2022-01-26 ScottAdds unscrambler which contains the guts of a jumble...
2022-01-25 ScottEnable scp compression on remote executor to try to...
2022-01-25 ScottFix a newly introduced bug in run_tests.sh.
2022-01-24 ScottImprove run_tests.sh
2022-01-24 ScottReport overall runtime in periodic status dumps.
2022-01-24 ScottImprove run_tests.sh
2022-01-24 ScottMake parallelize remember to shutdown the default execu...
2022-01-24 ScottAdd repro instructions for coverage in run_tests.sh.
2022-01-24 ScottFinish up this coverage stuff.
2022-01-24 ScottAdds optional code coverage reporting to run_tests.sh.
2022-01-24 ScottThis stuff all still sucks but this is slightly better.
next