Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / list_utils.py
2022-06-05 Scott GaschGet rid of sanity check on bsearch; just use __debug__.
2022-04-22 Scott GaschAdd powerset to list_utils; improve chord parser.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-03-25 Scott GaschAdds shuffle/scramble to list_utils.
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-02 Scottmypy clean!
2022-02-01 ScottClean up mypy type checker errors.
2022-01-26 ScottReformatting.
2022-01-26 ScottMake sanity check optional.
2022-01-26 ScottSanity check list is sorted before binary search.
2022-01-07 ScottMake logging optionally remove global handlers added...
2022-01-06 ScottA bunch of changes...
2021-10-24 Scott GaschAdds site_config; adds Tuya lights. Bugfixes.
2021-10-19 Scott GaschBugfixes.
2021-09-29 Scott GaschVarious changes
2021-09-22 Scott GaschDedup a list w/ a set.
2021-09-19 Scott GaschMost/least common item in a list.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-09 Scott GaschLots of changes.
2021-03-25 Scott GaschInitial revision