aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/parse.py
AgeCommit message (Expand)Author
2023-11-08Conditionally import modules used for type checkingCody Logan
2023-11-08Revise type annotations per PEP 604Cody Logan
2023-11-07Improve logging optimizationCody Logan
2023-11-01Rename some symbols and functions to better match their purposeCody Logan
2023-10-30Fix copyright years for new files containing old codeCody Logan
2023-10-30Code cleanupCody Logan
2023-10-30Fix reported problematic input in parsing error messageCody Logan
2023-10-30Accept batch input from stdinCody Logan
2023-10-27Fix ttest errors in Python 3.7 and 3.8Cody Logan
2023-10-27Move batch file processing to parse moduleCody Logan
2023-10-24Use per-module loggers and tweak initial log configCody Logan
2023-10-20Add type annotations to source filesCody Logan
2023-10-20Reorganize File classCody Logan
2023-10-17Clean up exception handling and error messagesCody Logan
2023-10-13Refactor parsing logic and revise exception handlingCody Logan