python_utils.git
2022-06-09 Scott GaschDocs and test.
2022-06-09 Scott GaschImprove dateparse and make string_utils.extract_date.
2022-06-08 Scott GaschAdd some colors from https://drafts.csswg.org/css-color...
2022-06-07 Scott GaschFix tplink outlets with children is_on to check the...
2022-06-05 Scott GaschGet rid of sanity check on bsearch; just use __debug__.
2022-06-05 Scott GaschDetect a debugger.
2022-06-04 Scott GaschSpacing tweak.
2022-06-04 Scott GaschAdd timeout_seconds to cmd_showing_output.
2022-06-04 Scott GaschTake a lock before reading cross thread.
2022-06-03 Scott GaschUpdate README
2022-06-03 Scott GaschMake run_tests.py also run a subset of tests w/o covera...
2022-06-03 Scott GaschAdd --all and cleanup clear_line().
2022-06-03 Scott GaschImprove docs in ANSI.py
2022-06-03 Scott GaschMake the bar graph thing do fractions.
2022-06-03 Scott GaschOne bugfix and some cosmetics.
2022-06-03 Scott GaschUpdate docs.
2022-06-03 Scott GaschHammer on that run_tests.py thing again.
2022-06-03 Scott GaschRename old run_tests.sh script; it's not used in hooks...
2022-06-03 Scott GaschRename a method in exec_utils.
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.
next