Fix toml files after rename. This rename is a pain!
[pyutils.git] / src /
2022-10-30 Scott GaschRename some directories (e.g. typez -> types) since...
2022-10-30 Scott GaschAdd better docs with an example to SharedDict.
2022-10-29 Scott GaschAdd id_generator_test.
2022-10-29 Scott GaschFix wrong TimeoutError in catch.
2022-10-26 Scott GaschAdd dataclass_utils for some simple dataclass wrappers...
2022-10-25 Scott GaschImprove documentation / doctests.
2022-10-21 Scott GaschLift easter() function from dateutils and remove that...
2022-10-19 Scott GaschMake sure lockfile always sets locktime. Use locktime...
2022-10-18 Scott GaschMake it clear that --config_allow_dynamic_updates doesn...
2022-10-18 Scott GaschAdd some more examples and a convenience method in...
2022-10-18 Scott GaschBetter explain what the heck is going on in deferred_op...
2022-10-18 Scott GaschRemove hardcoded properties list from DeferredOperand...
2022-10-18 Scott GaschAdd a comment for future fields in SmartFuture.
2022-10-18 Scott GaschMake DeferredOperand handle sets, dirs, dels transparen...
2022-10-18 Scott GaschMake DeferredOperand work more transparently.
2022-10-17 Scott GaschUpdate sphinx links to anonymous references to work...
2022-10-17 Scott GaschMore documentation improvements.
2022-10-16 Scott GaschHandle exception from os when attempting to determine...
2022-10-16 Scott GaschFall back on os.get_terminal_size() rather than calls...
2022-10-16 Scott GaschMore work to improve documentation generated by sphinx...
2022-10-15 Scott GaschMore work to improve the quality of sphinx autodocs.
2022-10-15 Scott GaschMore writing examples and improving documentation.
2022-10-14 Scott GaschMore documentation changes but includes a change to...
2022-10-14 Scott GaschImprove documentation in bootstrap.py.
2022-10-14 Scott GaschImprove documentation in argparse_utils.py.
2022-10-14 Scott GaschMinor logic changes (e.g. thunk one method to another...
2022-10-14 Scott GaschMore documentation.
2022-10-14 Scott GaschAdds function to write out an integer longhand.
2022-10-14 Scott GaschImprove documentation.
2022-10-13 Scott GaschMore work on improving docs.
2022-10-13 Scott GaschImprove docs.
2022-10-12 Scott GaschFollowup to previous changes in math_utils; have the...
2022-10-12 Scott GaschAdd __len__ to NumericPopulation and then use it instea...
2022-10-12 Scott GaschFixup sphinx usage examples to render correctly(?)
2022-10-12 Scott GaschTowards a more type-clean mypy check.
2022-10-12 Scott GaschMigration from old pyutilz package name (which, in...