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-09-22
Improve persistent after actually using it.
Scott Gasch
2021-09-21
Persistent state.
Scott Gasch
2021-09-21
Dedup a list w/ a set.
Scott Gasch
2021-09-19
Persisted singleton
Scott Gasch
2021-09-19
Persistent state
Scott Gasch
2021-09-18
Most/least common item in a list.
Scott Gasch
2021-09-16
A very important change to docs.
Scott Gasch
2021-09-15
Logging + documentation.
Scott Gasch
2021-09-15
Adding doctests. Also added a logging filter.
Scott Gasch
2021-09-10
Adding more tests, working on the test harness.
Scott Gasch
2021-09-09
Update tests / test harness.
Scott Gasch
2021-09-08
Add doctests to some of this stuff.
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-08-06
Make config_loadfile augment cmdline instead of klobbering.
Scott Gasch
2021-08-06
Get rid of blacklist/whitelist; use blocklist/allowlist instead.
Scott Gasch
2021-08-06
Make loadfile work.
Scott Gasch
2021-08-05
Adds profanity filter, fixes bugs.
Scott Gasch
2021-07-29
Lockfile custom command, fixup minor things.
Scott Gasch
2021-07-28
Money, Rate, CentCount and a bunch of bugfixes.
Scott Gasch
2021-07-17
Record streams.
Scott Gasch
2021-07-16
Update ignore
Scott Gasch
2021-07-16
Various
Scott Gasch
2021-07-16
Rename timer; add a test for OutputContext.
Scott Gasch
2021-07-12
Random changes.
Scott Gasch
2021-07-11
Random cleanups and type safety. Created ml subdir.
Scott Gasch
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