pyutils.git
2023-06-20 Scott GaschAdds a __repr__ to graph. master
2023-06-13 Scott GaschCut version 0.0.1b18
2023-06-13 Scott GaschUpdate docs + doctest.
2023-06-13 Scott GaschAdding docs.
2023-06-13 Scott GaschFix typo.
2023-06-13 Scott GaschMore docstring updates.
2023-06-13 Scott GaschAdds type annotations.
2023-06-12 Scott GaschImprove docstrings.
2023-06-12 Scott GaschCleanup docs.
2023-06-12 Scott GaschMore sanity with exception types and raises docs.
2023-06-12 Scott GaschRemove useless lens.
2023-06-11 Scott GaschJust update pydocs.
2023-06-11 Scott GaschLog the site that raised the exception.
2023-06-10 Scott GaschMore messing with the unhandled / non-zero record code.
2023-06-10 Scott GaschAdd a str() around exception value in logging message.
2023-06-10 Scott GaschUse LoggingContext for non-zero / unhandled top level...
2023-06-10 Scott GaschFix typo in docs
2023-06-10 Scott GaschUpdate logging_utils docs.
2023-06-10 Scott GaschFix typo.
2023-06-10 Scott GaschOptional hooks for system wide non-zero exit log and...
2023-06-10 Scott GaschFix link in README.md.
2023-06-10 Scott GaschCut version 0.0.1b17
2023-06-10 Scott GaschAdds geocode from scottutilz.
2023-06-09 Scott GaschFixup dedup_files and add some help/usage methods to...
2023-06-09 Scott GaschInclude filename on exit.
2023-06-09 Scott GaschGet rid of a typing: ignore.
2023-06-09 Scott GaschFixup docs.
2023-06-09 Scott GaschMerge simple and typing.
2023-06-09 Scott GaschFix docs
2023-06-09 Scott Gaschduh
2023-06-09 Scott Gasch...and the sphinx docs.
2023-06-09 Scott GaschOops, update comments.
2023-06-09 Scott GaschPersistent should be a type.
2023-06-09 Scott GaschSimple base interfaces.
2023-06-09 Scott GaschMinor typing cleanup.
2023-06-08 Scott GaschComparable.. and better type hints on dict_utils.
2023-06-08 Scott GaschMore Type -> type
2023-06-08 Scott GaschType -> type
2023-06-08 Scott GaschImprove type hints again.
2023-06-08 Scott GaschFix widths in ansi.py main color dumper.
2023-06-08 Scott GaschAdd type hint for class arg.
2023-06-02 Scott GaschCut version 0.0.1b16
2023-05-25 Scott GaschCleanup code and update docs in bst.py.
2023-05-10 Scott GaschFix comment typos and remove linter warnings.
2023-05-09 Scott GaschFix type hints in executors.
2023-05-09 Scott GaschAdd some functionality to string_utils and improve...
2023-05-09 Scott GaschImprove type hints.
2023-05-08 Scott GaschImprove docs on bst.py again.
2023-05-08 Scott GaschCut version 0.0.1b15
2023-05-08 Scott Gaschsmall comment change.
2023-05-08 Scott GaschDots instead of pass...
2023-05-08 Scott GaschUse Protocol to implement the interface typevar here...
2023-05-07 Scott GaschAdds find_lowest_node_less_than_or_equal_to.
2023-05-06 Scott GaschCleanup code / comments.
2023-05-06 Scott GaschImprove type hints in bst.py.
2023-05-05 Scott GaschBetter definition of "fuzzy".
2023-05-05 Scott GaschIterate within a range.
2023-04-03 Scott GaschFix squelch repeated log messages to work with modules...
2023-04-03 Scott GaschLog the interpreter path in debug mode.
2023-04-02 Scott GaschCut version 0.0.1b14
2023-04-02 Scott GaschFix another place for types -> typez
2023-04-01 Scott GaschMake cron.py warn on no --timeout which can lead to...
2023-04-01 Scott GaschFix a bug around the computation of zookeeper lockfile...
2023-03-18 Scott GaschRemove package.
2023-03-10 Scott GaschUse CreateFileWithMode for cache.
2023-03-06 Scott GaschMake persistent use tighter permissions by default.
2023-03-06 Scott GaschFix clear_preexisting_handers functionality.
2023-03-05 Scott GaschAdds a doctest.
2023-03-05 Scott GaschAnother types reference in the docs.
2023-03-05 Scott GaschRename in the docs.
2023-03-05 Scott Gaschtypes -> typez as the name mirrors a python core librar...
2023-03-04 Scott GaschAdd and use valid_byte_count.
2023-03-03 Scott GaschCut version 0.0.1b13
2023-03-03 Scott GaschRemove tprint, add docs.
2023-03-03 Scott GaschDocument this logging stuff.
2023-03-03 Scott GaschRemoves my hacky --lmodule which I will miss dearly...
2023-03-03 Scott GaschCleanup.
2023-03-02 Scott GaschAdds LoggingContext.
2023-03-02 Scott GaschCut version 0.0.1b12
2023-03-02 Scott GaschDo this logging stuff the right way.
2023-03-02 Scott GaschCut version 0.0.1b11
2023-03-01 Scott GaschRename that class; it doesn't just prepend...
2023-03-01 Scott GaschImprove pydocs.
2023-03-01 Scott GaschFix pydocs
2023-03-01 Scott GaschCreate methods to dynamically prepend or append message...
2023-03-01 Scott GaschUpdate docs.
2023-03-01 Scott GaschCut version 0.0.1b10
2023-03-01 Scott GaschMore cleanup.
2023-02-28 Scott GaschMore spring cleaning.
2023-02-28 Scott GaschI guess it's 2023 now...
2023-02-28 Scott GaschAdds a new color.
2023-02-27 Scott GaschAugment logging at startup in debug mode; fix a bug...
2023-02-26 Scott GaschFix logger.exception messages in example code.
2023-02-26 Scott GaschFix logger.exception() calls.
2023-02-26 Scott GaschUse full path for grep.
2023-02-18 Scott GaschMake logging use execute_probabilstically.
2023-02-18 Scott GaschImprove docs and add a doctest.
2023-02-18 Scott GaschAdds execute_probabilistically.
2023-02-10 Scott GaschMinor tweaks.
2023-02-09 Scott GaschAdds CreateFileWithMode helper to create a new file...
next