index
:
wikiget.git
docstrings
master
MediaWiki file downloader (mirror of https://github.com/clpo13/wikiget)
Cody Logan <cody@lokken.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wikiget
/
parse.py
Age
Commit message (
Expand
)
Author
2023-11-17
Add missing docstrings for modules
Cody Logan
2023-11-14
Docstring type fixes
Cody Logan
2023-11-08
Add and refine docstrings in src folder
Cody Logan
2023-11-08
Conditionally import modules used for type checking
Cody Logan
2023-11-08
Revise type annotations per PEP 604
Cody Logan
2023-11-07
Improve logging optimization
Cody Logan
2023-11-01
Rename some symbols and functions to better match their purpose
Cody Logan
2023-10-30
Fix copyright years for new files containing old code
Cody Logan
2023-10-30
Code cleanup
Cody Logan
2023-10-30
Fix reported problematic input in parsing error message
Cody Logan
2023-10-30
Accept batch input from stdin
Cody Logan
2023-10-27
Fix ttest errors in Python 3.7 and 3.8
Cody Logan
2023-10-27
Move batch file processing to parse module
Cody Logan
2023-10-24
Use per-module loggers and tweak initial log config
Cody Logan
2023-10-20
Add type annotations to source files
Cody Logan
2023-10-20
Reorganize File class
Cody Logan
2023-10-17
Clean up exception handling and error messages
Cody Logan
2023-10-13
Refactor parsing logic and revise exception handling
Cody Logan