summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02mypy clean!Scott
2022-02-02Fix a problem introduced with previous type cleanup change.Scott
2022-02-02More type annotations.Scott
2022-02-02More mypy cleanup.Scott
2022-02-01More mypy cleanup... ugh.Scott
2022-01-31Myre mypy fixes.Scott
2022-01-31Clean up mypy type checker errors.Scott
2022-01-31Fix a couple of bugs in date parsing.Scott
2022-01-31Adds a quiet option to executor shutdown.Scott
2022-01-31Tweak histograms in executors to include seconds label.Scott
2022-01-31Make histogram auto-format labels.Scott
2022-01-31If percent > 0, even if it's very small, render some little sliver ofScott
2022-01-31Use a label formatter for prettier histograms.Scott
2022-01-31Clean up histogram __repr__Scott
2022-01-31Make run_tests.sh re-run a subset of the tests w/o coverageScott
2022-01-30--unittests_ignore_perf shouldn't mess with the database / fileScott
2022-01-30Fix a recent bug in executors. Thread executor needs to returnScott
2022-01-30Change locking boundaries for shared dict. Add a unit test.Scott
2022-01-30Improve the locking decorators; @synchronized(lock).Scott
2022-01-30Adds a shutdown_if_idle method to the executors and also eliminatesScott
2022-01-30Adds MIT license / copyright to string utils from original sourceScott
2022-01-30Add MIT License and copyright from the shared dict implementationScott
2022-01-30Add a MP shared dict.Scott
2022-01-30Add some new helper methods to file utils.Scott
2022-01-30Optionally surface exceptions that happen under executors by readingScott
2022-01-30Do not adjust task count from a child process or thread; alwaysScott
2022-01-28Get rid of "fuzzy matches" in favor of a window size param.Scott
2022-01-27Adding test code trying to improve test coverage.Scott
2022-01-27Started using flake8 to lint; removed some of its warnings.Scott
2022-01-27Add --trace_memory to bootstrap.Scott
2022-01-27Add --run_profiler option.Scott
2022-01-27Make the worker selection heuristics work harder to avoid backupScott
2022-01-27Testing auto formattingScott
2022-01-26Another formatter test, whee...Scott
2022-01-26Trying to get black to run in git's pre-commit hook and actuallyScott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-26Remove missing import.Scott
2022-01-26Reformatting.Scott
2022-01-26Fix missing f's.Scott
2022-01-26Reformatting.Scott
2022-01-26Make sanity check optional.Scott
2022-01-26Sanity check list is sorted before binary search.Scott
2022-01-26Minor tweaks.Scott
2022-01-26Add type hints and cleanup.Scott
2022-01-26Make unscrambler use a cache per instance instead of module andScott
2022-01-25Unscrambler.py is no longer a utility; see ~bin/unscramble.py.Scott
2022-01-25Clarify instructions for repopulation.Scott
2022-01-25Adds unscrambler which contains the guts of a jumble/scrabble playerScott