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
path:
root
/
exec_utils.py
Age
Commit message (
Collapse
)
Author
2022-06-04
Add timeout_seconds to cmd_showing_output.
Scott Gasch
2022-06-02
Update docs.
Scott Gasch
2022-06-02
Rename a method in exec_utils.
Scott Gasch
2022-06-02
Update run_tests.py.
Scott Gasch
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-02-08
More cleanup.
Scott Gasch
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
More mypy cleanup.
Scott
2022-01-27
Adding test code trying to improve test coverage.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-21
Trying again to make sure all output is seen here.
Scott
2022-01-21
Wait for both streams to end.
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
addition to stdout.
2022-01-19
Make cmd_showing_output work with subprocesses that use '\r'.
Scott
2021-12-04
Various changes.
Scott
2021-11-14
Tighten up the remote executor.
Scott Gasch
2021-10-25
Move cache location. Also, add doctests for exec_utils.
Scott Gasch
2021-07-12
Random changes.
Scott Gasch
2021-04-23
Minor editing.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch