Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / string_utils.py
2022-06-09 Scott GaschDocs and test.
2022-06-09 Scott GaschImprove dateparse and make string_utils.extract_date.
2022-06-01 Scott GaschMore docs cleanup.
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-05-29 Scott GaschConvert comment into doctest.
2022-05-29 Scott GaschTweak around docstring to make prettier sphinx autodocs.
2022-03-25 Scott GaschAdd LICENSE and NOTICE.
2022-03-25 Scott GaschAdds shuffle/scramble to list_utils.
2022-02-23 Scott GaschLet text_utils work with strings that contain ansi...
2022-02-23 Scott GaschAdded a box method and fixed the broken justify method.
2022-02-18 Scott GaschCleanup
2022-02-10 Scott GaschMore cleanup.
2022-02-09 Scott GaschCleanup more contextlib.AbstractContextManagers and...
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-07 Scott GaschGet mypy to stop with this fucking "has no attribute...
2022-02-06 Scott GaschAdd a simple test for waitable presence.
2022-02-05 Scott GaschAdd coding comments for files with utf8 characters...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-03 Scott GaschDisallow where're too.
2022-02-03 Scott GaschContractions and stuff in string_utils.
2022-02-03 ScottContractions and stuff in string_utils.
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-01 ScottMyre mypy fixes.
2022-02-01 ScottClean up mypy type checker errors.
2022-01-31 ScottAdds MIT license / copyright to string utils from origi...
2022-01-23 ScottReformatting.
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-11 ScottAdd multi replace.
2021-12-06 ScottMove stuff around.
2021-12-05 ScottVarious changes.
2021-10-24 Scott GaschAdds site_config; adds Tuya lights. Bugfixes.
2021-10-12 Scott GaschAdds logging in light stuff, minor changes in config...
2021-10-02 Scott Gaschchanges
2021-09-29 Scott GaschAdd tests on bidict. Fix bug in string_utils ngrams.
2021-09-29 Scott GaschVarious changes
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-09-09 Scott GaschUpdate tests / test harness.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-09-08 Scott GaschVarious changes.
2021-08-05 Scott GaschAdds profanity filter, fixes bugs.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-11 Scott GaschRandom cleanups and type safety. Created ml subdir.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschLots of changes.
2021-04-13 Scott GaschVarious sundry changes.
2021-03-25 Scott GaschInitial revision