dosage/dosagelib
Tobias Gruetzmacher 2afc0cb645 Director: Always cleanup jobs & threads
This shouldn't make a difference in normal dosage usage (since dosage
exits right after this anyways), but it removes hidden dependencies
between tests and might help when embedding dosage into other Python
software. As a side effect this gets rid of some global state, so
running dosage multiple times in the same process is more reliable...
2020-01-04 13:39:14 +01:00
..
plugins Added Headless Bliss (#146) 2020-01-01 20:53:34 +01:00
__init__.py Return a fallback "version" if dosage is not installed 2019-12-05 21:41:15 +01:00
cmd.py Fix a bunch of flake8 issues 2019-11-04 00:16:25 +01:00
comic.py Fixup copyright years. 2016-10-29 00:21:41 +02:00
configuration.py Simplify voting code 2019-11-03 21:04:34 +01:00
director.py Director: Always cleanup jobs & threads 2020-01-04 13:39:14 +01:00
events.py Fix multiple imgs for json flag & ZenPencils bouncer (#133) 2019-06-19 07:09:33 +02:00
helpers.py Add new namer "joinPathPartsNamer" 2019-06-30 20:52:15 +02:00
http.py Add simple host-based throttling 2019-12-04 00:28:27 +01:00
languages.py Only support modern versions of PyCountry. 2017-11-26 19:29:48 +01:00
loader.py Repair loader for PyInstaller 3.4 2019-03-08 23:46:50 +01:00
output.py Handle get_terminal_size() returning 0 (fixes #106) 2018-04-23 07:50:28 +02:00
rss.py Fix missing returns in RSS parsing (#137) 2019-10-28 16:48:21 +01:00
scraper.py Add simple host-based throttling 2019-12-04 00:28:27 +01:00
singleton.py Bugfix: StandardError does not exist in Python 3. 2017-05-21 23:37:09 +02:00
updater.py Add some tests for the update check 2019-12-05 22:23:48 +01:00
util.py Fix & test query string parsing 2019-12-31 00:43:46 +01:00