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 (
Collapse
)
Author
2021-07-09
Script to run tests.
Scott Gasch
2021-07-09
ACL uses enums, some more tests, other stuff.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-07-08
Rename simple_acl -> acl
Scott Gasch
2021-07-08
Clean up ACLs
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch
2021-04-29
Teach python logging formatter to use %f in the format string.
Scott Gasch
2021-04-23
Use ValueError, not Exception.
Scott Gasch
2021-04-23
Columnify text.
Scott Gasch
2021-04-23
Rename a flag.
Scott Gasch
2021-04-23
Minor editing.
Scott Gasch
2021-04-23
Use central exceptions.
Scott Gasch
2021-04-23
Avoid directory writes when files are already there.
Scott Gasch
2021-04-23
Detect unknown persons at the cabin.
Scott Gasch
2021-04-23
We don't need this.
Scott Gasch
2021-04-23
Add time units and import constants.py.
Scott Gasch
2021-04-23
Move parallelize_test to tests dir.
Scott Gasch
2021-04-23
Miscellaneous utilities.
Scott Gasch
2021-04-23
Move TimeoutError to central exceptions file.
Scott Gasch
2021-04-23
Adding general exceptions.
Scott Gasch
2021-04-13
Various sundry changes.
Scott Gasch
2021-04-13
Create a predicate.py file and a directory write filter predicate
Scott Gasch
subclass.
2021-03-24
Add .gitignore
Scott Gasch
2021-03-24
Initial revision
Scott Gasch