summaryrefslogtreecommitdiffstats
path: root/deluge/common.py
Commit message (Expand)AuthorAge
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [Lint] Update pre-commit hook and isort versionsCalum Lind2021-01-24
* [Common] Fix show_file unhandled dbus errorint3l2019-06-24
* [Docs] Add spellchecking with pyenchantCalum Lind2019-06-15
* [Common] Replace platform.linux_distribution functionCalum Lind2019-05-08
* [GTK] Fix file manager window popup behind DelugeCalum Lind2018-11-17
* [Common] Fix win32 set env issue on Python 3Calum Lind2018-11-12
* Fix UnicodeDecodeErrors with files containing non-ascii charsCalum Lind2018-11-08
* [Common] Remove oldest archive if too many existCalum Lind2018-11-02
* [Core] Archive corrupt torrent.state on loadCalum Lind2018-11-02
* [Docs] Fix build errors getting Deluge versionCalum Lind2018-11-01
* [Lint] Fix flake8 warningsCalum Lind2018-10-25
* [Packaging] Cleanup dependenciesCalum Lind2018-10-19
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Core] Assign magnet arg if magnet URI in filenameCalum Lind2018-09-26
* [Py2to3] Fixes to display Web UICalum Lind2018-09-14
* [Py2to3] Fix TorrentInfo metainfo dict key lookupsCalum Lind2018-09-14
* Prevent time formatting crash when seconds were floatsChase Sterling2018-07-27
* [Common] Fix missing return for de/encode methodsCalum Lind2018-07-10
* [Win32] Fix missing certs for HTTPS requestsCalum Lind2018-06-29
* [Py3] A large set of fixes for tests to pass under Python 3Calum Lind2018-06-27
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Fix VersionSplit comparisonCalum Lind2018-06-01
* [Common] Add decode_string (deprecated) for compatibilityCalum Lind2017-06-29
* [#3083] Fix missing common.utf8_encoded for backward compatibilityCalum Lind2017-06-29
* [OSX] Fix converting mac_ver to stringCalum Lind2017-06-27
* Revert "[#2341] Use common.resource_filename in plugins"Calum Lind2017-06-16
* [Common] Catch tarfile exception if no filepaths existCalum Lind2017-06-16
* Update archiving of state file to use tarfileCalum Lind2017-06-09
* [#2341] Use common.resource_filename in pluginsCalum Lind2017-06-08
* Ensure configmanager config dir path is unicodeCalum Lind2017-06-08
* [UI] Further refactoring of the connection managersCalum Lind2017-06-07
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Lint] Fix triple-quoted to use double-quotes not singleCalum Lind2017-06-05
* Refactor common magnet funcsCalum Lind2017-03-17
* [#2716] [Common] Update magnet funcs for tracker tiers tr.xCalum Lind2017-03-17
* [#2417] [UI] Add Last Transfer to torrent status and torrentview columnsCalum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Common] Rename decode_string to decode_bytesCalum Lind2017-02-23
* [Core] Fixup maketorrent for unicode_literalsCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [UI] Update UIs for new default piece priorityCalum Lind2017-01-18
* [Common] Fix is_ipv6 when using ipaddress moduleCalum Lind2016-11-23
* [WebUI] Log correct http address if listening on IPv6bendikro2016-11-22
* [Docs] Fix example and param notation in reST docstringsCalum Lind2016-11-17
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Common] Only attempt dbus import on non-Win/OSXCalum Lind2016-11-11
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03