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
Age
Commit message (
Expand
)
Author
2023-11-30
PEP 561 compliance
Cody Logan
2023-11-30
Have functions return an exit code instead of calling sys.exit
Cody Logan
2023-11-30
Use explicit program name in help text
Cody Logan
2023-11-30
Enable wikiget to be run as a module
Cody Logan
2023-11-20
Bump dev version number
v0.9.0.dev0
Cody Logan
2023-11-17
Remove obsolete TODO comment
Cody Logan
2023-11-17
Cache site connections for reuse in batch downloads
Cody Logan
2023-11-17
Merge branch 'master' into reduce-api-calls
Cody Logan
2023-11-17
Add missing docstrings for modules
Cody Logan
2023-11-17
Exit program more gracefully on keyboard interrupt
Cody Logan
2023-11-16
Add docstring to wikiget package
Cody Logan
2023-11-16
Additional type checking import blocks
Cody Logan
2023-11-16
Code cleanup; reorganize some tests
Cody Logan
2023-11-16
Merge branch 'master' into reduce-api-calls
Cody Logan
2023-11-16
Bump version number for release
v0.8.0
Cody Logan
2023-11-16
Fix bug when downloading non-local files from a wiki
Cody Logan
2023-11-16
Reuse existing Site object when possible in batch downloads
Cody Logan
2023-11-15
Add string methods to the File class
Cody Logan
2023-11-15
Convert File.dest from a string to a Path (#14)
Cody Logan
2023-11-15
Add missing type annotations
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
Add and refine docstrings in tests folder.
Cody Logan
2023-11-08
Switch to pathlib for file processing
Cody Logan
2023-11-08
Ensure downloaded file handler is always closed
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-08
Move logger variable creation to after log configuration
Cody Logan
2023-11-07
Improve logging optimization
Cody Logan
2023-11-07
Use type checking block for import
Cody Logan
2023-11-07
Use multiple context managers in a single with block
Cody Logan
2023-11-07
Simplify return logic of process_download
Cody Logan
2023-11-07
Remove unnecessary pass and import statements
Cody Logan
2023-11-07
Emit a log message when authenticating with a private wiki
Cody Logan
2023-11-06
Add equality comparison for File objects
Cody Logan
2023-11-01
Rename some symbols and functions to better match their purpose
Cody Logan
2023-11-01
Condense parser construction logic
Cody Logan
2023-11-01
Make process_download return an exit code instead of exiting directly
Cody Logan
2023-11-01
Refactor download processing code and add some tests
Cody Logan
2023-11-01
Explicit return value
Cody Logan
2023-10-31
Return early during dry runs; update dev version number
Cody Logan
2023-10-30
Bump version number
v0.7.0
Cody Logan
2023-10-30
Fix copyright years for new files containing old code
Cody Logan
2023-10-30
Check for existing files earlier to avoid unnecessary API calls
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
Condense error message when batch file is unreadable
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
[next]