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
Age
Commit message (
Expand
)
Author
2022-01-30
Do not adjust task count from a child process or thread; always
Scott
2022-01-28
Get rid of "fuzzy matches" in favor of a window size param.
Scott
2022-01-27
Adding test code trying to improve test coverage.
Scott
2022-01-27
Started using flake8 to lint; removed some of its warnings.
Scott
2022-01-27
Add --trace_memory to bootstrap.
Scott
2022-01-27
Add --run_profiler option.
Scott
2022-01-27
Make the worker selection heuristics work harder to avoid backup
Scott
2022-01-27
Testing auto formatting
Scott
2022-01-26
Another formatter test, whee...
Scott
2022-01-26
Trying to get black to run in git's pre-commit hook and actually
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-26
Remove missing import.
Scott
2022-01-26
Reformatting.
Scott
2022-01-26
Fix missing f's.
Scott
2022-01-26
Reformatting.
Scott
2022-01-26
Make sanity check optional.
Scott
2022-01-26
Sanity check list is sorted before binary search.
Scott
2022-01-26
Minor tweaks.
Scott
2022-01-26
Add type hints and cleanup.
Scott
2022-01-26
Make unscrambler use a cache per instance instead of module and
Scott
2022-01-25
Unscrambler.py is no longer a utility; see ~bin/unscramble.py.
Scott
2022-01-25
Clarify instructions for repopulation.
Scott
2022-01-25
Adds unscrambler which contains the guts of a jumble/scrabble player
Scott
2022-01-24
Enable scp compression on remote executor to try to improve data
Scott
2022-01-24
Fix a newly introduced bug in run_tests.sh.
Scott
2022-01-24
Improve run_tests.sh
Scott
2022-01-24
Report overall runtime in periodic status dumps.
Scott
2022-01-24
Improve run_tests.sh
Scott
2022-01-24
Make parallelize remember to shutdown the default executors atexit.
Scott
2022-01-24
Add repro instructions for coverage in run_tests.sh.
Scott
2022-01-24
Finish up this coverage stuff.
Scott
2022-01-24
Adds optional code coverage reporting to run_tests.sh.
Scott
2022-01-24
This stuff all still sucks but this is slightly better.
Scott
2022-01-24
Add my own splitter.
Scott
2022-01-23
Make profanity filter catch foo/bar where foo and/or bar are bad
Scott
2022-01-23
Minor cleanup.
Scott
2022-01-23
Clean up the remote executor stuff and create a dedicated heartbeat
Scott
2022-01-23
Added some helpers to file_utils and improved the docs/doctests.
Scott
2022-01-22
Reformatting.
Scott
2022-01-22
Reformatting.
Scott
2022-01-22
Reformatting.
Scott
2022-01-22
Watch for grandparent ssh termination by default.
Scott
2022-01-21
Trying again to make sure all output is seen here.
Scott
2022-01-21
Remove spurious print message.
Scott
2022-01-21
Don't be tricked by speaker groups living on the same IP address
Scott
2022-01-21
Wait for both streams to end.
Scott
2022-01-20
Stop using rsync in executors; this was a hack to work around some
Scott
2022-01-20
Cleanup docs, add a timeout, in exec_utils.py.
Scott
2022-01-20
Make the new cmd_showing_output select and display data from stderr in
Scott
[next]