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
/
smart_future.py
Age
Commit message (
Expand
)
Author
2022-05-31
More docs cleanup.
Scott Gasch
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-05-29
Clean up more docs to work with sphinx.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
More type annotations.
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
Optionally surface exceptions that happen under executors by reading
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2021-11-18
Make smart futures avoid polling.
Scott Gasch
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-07-09
ACL uses enums, some more tests, other stuff.
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch