SickGear/sickgear
Prinz23 8ddffb7882 Change py2 deprecation cleanups.
Remove py2 part from _23.py
Remove more mapped stuff.
Replace filter_iter with native filter.
Replace map_iter with native map.
Remove unidecode from _23 (empty wrapper on py3).
Remove map_list and replace with native list(map( for performance reasons.
Replace filter_list with list(filter.
Replace list_keys with list(.
Replace list_values with list(...values()).
Replace list_items with list(....items()).
Replace ordered_dict with dict.
Fix tvinfo base type docs.
Remove py2 parts from sg_futures.
Remove scandir lib ...  it's a sub module of os in py3.
Remove PY2 stuff.
Ignore unknown ids for characters/persons.
Fix tvdb image parsing.
Ignore unknown id sources on person page.
2023-02-21 01:01:04 +00:00
..
clients Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
databases Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
indexers Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
metadata Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
name_parser Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
notifiers Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
providers Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
__init__.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
_legacy.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
_legacy_classes.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
anime.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
auto_post_processer.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
browser.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
classes.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
common.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
config.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
db.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
event_queue.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
failed_history.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
failedProcessor.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
generic_queue.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
gh_api.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
helpers.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
history.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
image_cache.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
indexermapper.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
logger.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
name_cache.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
naming.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
network_timezones.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
nzbget.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
nzbSplitter.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
people_queue.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
piper.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
postProcessor.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
processTV.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
properFinder.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
py_requirement.data Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
rssfeeds.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
sab.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
scene_exceptions.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
scene_numbering.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
scheduler.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
search.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
search_backlog.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
search_propers.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
search_queue.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
search_recent.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
sgdatetime.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
show_name_helpers.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
show_queue.py Merge branch 'main' into dev 2023-02-18 20:34:12 +00:00
show_updater.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
subtitles.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
trakt_helpers.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
traktChecker.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
tv.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
tv_base.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
tvcache.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
ui.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
version_checker.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
watchedstate.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
watchedstate_queue.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
webapi.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
webserve.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
webserveInit.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00