python_utils.git
2022-06-02 Scott GaschCode cleanup for run_test.py
2022-06-02 Scott GaschAdd a .coveragerc file to make sure we run coverage...
2022-06-02 Scott GaschFinal touches on the new test runner.
2022-06-02 Scott GaschUpdate run_tests.py.
2022-06-02 Scott GaschInitial stab at a smarter doc/unit/integration/coverage...
2022-06-01 Scott GaschMore doc updates.
2022-06-01 Scott GaschMore docs cleanup.
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-05-30 Scott GaschClean up more docs to work with sphinx.
2022-05-29 Scott GaschConvert comment into doctest.
2022-05-29 Scott GaschFix geocode's doctest.
2022-05-29 Scott GaschTweak around docstring to make prettier sphinx autodocs.
2022-05-28 Scott GaschSphinx docs link back to code.
2022-05-28 Scott GaschAdding files needed to run sphinx as a pre-push hook.
2022-05-28 Scott GaschAllowances for getting sphinx docs set up.
2022-05-24 Scott GaschAdd method to get up/down/enter keystrokes.
2022-05-13 Scott GaschFix an edge condition around the Nth weekday of the...
2022-05-13 Scott GaschTry multiple strategies to determine the console size.
2022-05-01 Scott GaschAdd curl commandline comment.
2022-05-01 Scott GaschBetter logging + cleanup.
2022-05-01 Scott GaschShard large geocode inputs.
2022-05-01 Scott GaschBatch geocoding. Also use format=json for the single...
2022-04-30 Scott GaschAdd some docs and doctests to things that have 0% coverage.
2022-04-29 Scott GaschHandle census site unavailability w/o throwing.
2022-04-27 Scott GaschOops, update type hints in geocode.
2022-04-27 Scott GaschChange address, recognize numbers, add copyright.
2022-04-27 Scott GaschCleanup geocode.
2022-04-27 Scott GaschGeocoder.
2022-04-27 Scott GaschTeach chord parser about Minor7
2022-04-22 Scott GaschIgnore ANTLR generated files.
2022-04-22 Scott GaschAdd powerset to list_utils; improve chord parser.
2022-04-22 Scott GaschAdd a chord parser test.
2022-04-22 Scott GaschChord name parsing.
2022-04-20 Scott GaschWork on docs and readability.
2022-04-19 Scott GaschImprove the quick labeler again.
2022-04-18 Scott GaschImprove wildcard semantics again.
2022-04-18 Scott GaschDo the wildcard search thing better.
2022-04-17 Scott GaschUse preformatted_box with print_box.
2022-04-17 Scott GaschPreformatted box that doesn't wrap the contents.
2022-04-17 Scott GaschAllow query for '*' that returns all docids.
2022-04-15 Scott GaschFix bug with timeouts.
2022-04-15 Scott GaschPress any key to continue.
2022-04-12 Scott GaschOverhaul quick_labeler part 2: understand what the...
2022-04-12 Scott GaschOverhaul quick labeler, part 1.
2022-04-09 Scott GaschFix typo.
2022-04-08 Scott GaschMore messing with making sure that exception tracebacks...
2022-04-08 Scott GaschCause the custom exception handler to also log unhandle...
2022-04-02 Scott GaschCleanup, try to get rid of linter messages.
2022-04-02 Scott GaschMinor changes; make model trainer show results for...
2022-03-28 Scott GaschCleanup weather_data.py.
2022-03-25 Scott GaschAdd copyright to grammar.
2022-03-25 Scott GaschAdd LICENSE and NOTICE.
2022-03-25 Scott GaschObfuscate more keys. Again, this is pretty non-critica...
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-03-25 Scott GaschObscure some passwords/keys. There's actually nothing...
2022-03-24 Scott GaschAdd add_timezone.
2022-03-22 Scott GaschLoosen backup policy and cleanup code a little.
2022-03-21 Scott GaschSmall changes.
2022-03-14 Scott GaschFix center align in header.
2022-03-14 Scott GaschBeef up header.
2022-03-12 Scott GaschImprove profanity filter.
2022-03-07 Scott GaschIntEnum -> Enum to fix printing of enum values.
2022-03-05 Scott GaschImprove text wrapping; add indent option.
2022-03-01 Scott GaschTeach site_location about the .local hostname suffix...
2022-02-27 Scott GaschRename a method, cleanup lint errors.
2022-02-26 Scott GaschMore work on tplink utils to avoid having to call tplin...
2022-02-26 Scott GaschIncrease timeout.
2022-02-26 Scott GaschMoved more logic from tplink.py into a library.
2022-02-25 Scott GaschMoving towards not needing a separate tplink.py utility.
2022-02-24 Scott GaschAlso log about __debug__.
2022-02-23 Scott GaschMove encrypt and decrypt routines into tplink_utils.
2022-02-23 Scott GaschLet text_utils work with strings that contain ansi...
2022-02-23 Scott GaschSeparate box and print_box.
2022-02-23 Scott GaschAdded a box method and fixed the broken justify method.
2022-02-23 Scott GaschLog the original commandline at DEBUG level.
2022-02-23 Scott GaschRemove whitespace from trie's repr_brief.
2022-02-18 Scott GaschCleanup
2022-02-17 Scott GaschFix dimmer level JSON command.
2022-02-17 Scott GaschCleanup.
2022-02-15 Scott GaschUpdate profanity.
2022-02-15 Scott GaschFix a bug in sanity check image.
2022-02-12 Scott GaschOops.
2022-02-12 Scott GaschTry another tactic to figure out entry point.
2022-02-12 Scott GaschChange weights.
2022-02-11 Scott GaschAdd mode.
2022-02-11 Scott GaschFix stdev.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschAdds pyproject.toml.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschUpdate docs.
2022-02-10 Scott GaschAdd percentile and change name of RunningMedian class.
2022-02-10 Scott GaschFix a bug, add some testcases.
2022-02-10 Scott GaschAdd some useful stats to histogram.
2022-02-10 Scott GaschMore spring cleaning.
2022-02-09 Scott GaschFix typo.
2022-02-09 Scott GaschDitch named tuples for dataclasses.
2022-02-09 Scott GaschCleanup.
next