summaryrefslogtreecommitdiffstats
path: root/deluge/ui/tracker_icons.py
Commit message (Expand)AuthorAge
* [TrackerIcons] Cleanup tmp files created by downloading pageCalum Lind2022-05-01
* [TrackerIcon] Use httpdownloader page redirect handlingCalum Lind2022-05-01
* [TrackerIcon] Fixed old-large icon removalDjLegolas2022-01-06
* [TrackerIcon] Fixed parse error on UTF-8 sites with non-english charsDjLegolas2022-01-06
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* [UI] Add SVG support for tracker iconsDjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [UI] Use Pillow for .ico iconsCalum Lind2018-11-02
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [UI] Fix usage of 'with Image.open' in tracker_iconsCalum Lind2017-01-12
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Refactor flake8 noqa's and add msg numbersCalum Lind2016-11-04
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Lint] Fix various pylint warnings and fixup codeAndrew Resch2016-10-26
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* Fix #2789: Test for google tracker icon redirect is failingbendikro2016-04-07
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* Fix pep8 across codebaseCalum Lind2015-10-21
* Flake8 codebaseCalum Lind2014-09-22
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_numliteralsCalum Lind2014-09-03
* [Python-Modernize] libmodernize.fixes.fix_raiseCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_ws_commaCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Fix building the code documentation with sphinxCalum Lind2014-02-20
* Fix for #1885 and add simple caching to the data funcs for the torrentviewbendikro2013-12-23
* Fix #2338 : Spelling mistake with occurredCalum Lind2013-06-09
* Optimized torrentview.cell_data_trackericonbendikro2013-02-17
* Add tracker host details to debug loggingCalum Lind2013-02-17
* Don't use deprecated twisted imports (fixes #2164)John Garland2012-09-16
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Only use an icon if it passes some sanity checksJohn Garland2010-07-17
* Handle os.remove failing on windowsJohn Garland2010-06-08
* Update docstrings to use names from previous commitJohn Garland2010-05-09
* Use better names for TrackerIcons' argsJohn Garland2010-05-09
* Return the noIcon for empty strings as wellJohn Garland2010-05-09
* Raise IconsError instead of IndexError (fixes infinite looping)John Garland2010-05-09
* Make host_to_url support redirection and add another testJohn Garland2010-05-08
* Try favicon.ico if there's a HTMLParseErrorJohn Garland2010-05-08
* Fix tracker_icons not handling relative redirectsJohn Garland2010-05-05
* Handle trackers with incorrect / missing icon mimetypesJohn Garland2010-05-05
* Rename mimetype helper methods and rewrite to use a common dictJohn Garland2010-05-05
* stop parsing the html page once the parser has left the <head> of the pageDamien Churchill2010-05-03
* handle non-supported images/files in the icons folderDamien Churchill2010-05-03
* Rewrite tracker_icons.py (#995)John Garland2010-05-04