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-02-03
Take the lock before unlinking the mmap'ed shared memory to ensure
Scott Gasch
2022-02-03
Disallow where're too.
Scott Gasch
2022-02-03
Merge branch 'master' of ssh://git.house/usr/local/git/base/python_utils
Scott Gasch
2022-02-03
Contractions and stuff in string_utils.
Scott Gasch
2022-02-03
Contractions and stuff in string_utils.
Scott
2022-02-02
Let's call the base class' c'tor first, eh?
Scott
2022-02-02
Stop spamming the log from bg.
Scott
2022-02-02
Fix a bug in histogram.
Scott
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
2022-02-02
Make subdirs type clean too.
Scott
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
mypy clean!
Scott
2022-02-02
Fix a problem introduced with previous type cleanup change.
Scott
2022-02-02
More type annotations.
Scott
2022-02-02
More mypy cleanup.
Scott
2022-02-01
More mypy cleanup... ugh.
Scott
2022-01-31
Myre mypy fixes.
Scott
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
[next]