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-31
Clean up mypy type checker errors.
Scott
2022-01-31
Fix a couple of bugs in date parsing.
Scott
2022-01-31
Adds a quiet option to executor shutdown.
Scott
2022-01-31
Tweak histograms in executors to include seconds label.
Scott
2022-01-31
Make histogram auto-format labels.
Scott
2022-01-31
If percent > 0, even if it's very small, render some little sliver of
Scott
2022-01-31
Use a label formatter for prettier histograms.
Scott
2022-01-31
Clean up histogram __repr__
Scott
2022-01-31
Make run_tests.sh re-run a subset of the tests w/o coverage
Scott
2022-01-30
--unittests_ignore_perf shouldn't mess with the database / file
Scott
2022-01-30
Fix a recent bug in executors. Thread executor needs to return
Scott
2022-01-30
Change locking boundaries for shared dict. Add a unit test.
Scott
2022-01-30
Improve the locking decorators; @synchronized(lock).
Scott
2022-01-30
Adds a shutdown_if_idle method to the executors and also eliminates
Scott
2022-01-30
Adds MIT license / copyright to string utils from original source
Scott
2022-01-30
Add MIT License and copyright from the shared dict implementation
Scott
2022-01-30
Add a MP shared dict.
Scott
2022-01-30
Add some new helper methods to file utils.
Scott
2022-01-30
Optionally surface exceptions that happen under executors by reading
Scott
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
[next]