summaryrefslogtreecommitdiff
path: root/file_utils.py
AgeCommit message (Collapse)Author
2022-02-08Cleanup more contextlib.AbstractContextManagers and Literal[False]s.Scott Gasch
2022-02-08More cleanup.Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-02-02More type annotations.Scott
2022-01-30Change locking boundaries for shared dict. Add a unit test.Scott
Make smart_futures re-raise exceptions that happened in futures. Mess with file_utils.
2022-01-30Add some new helper methods to file utils.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-26Remove missing import.Scott
2022-01-23Clean up the remote executor stuff and create a dedicated heartbeatScott
thread. Fix the parallelize integration test. Other changes that depended on these fixes.
2022-01-23Added some helpers to file_utils and improved the docs/doctests.Scott
2022-01-11Start using warnings from stdlib.Scott
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-09-08Add doctests to some of this stuff.Scott Gasch
2021-07-28Money, Rate, CentCount and a bunch of bugfixes.Scott Gasch
2021-07-12Random changes.Scott Gasch
2021-07-08Reduce import scopes, remove cycles.Scott Gasch
2021-07-08Lots of changes.Scott Gasch
2021-04-13Various sundry changes.Scott Gasch
2021-03-24Initial revisionScott Gasch