summaryrefslogtreecommitdiffstats
path: root/deluge/common.py
Commit message (Expand)AuthorAge
* Fix parsing magnet with tracker tiersCalum Lind2022-07-08
* [Lint] Update linter version and fix issuesCalum Lind2022-02-13
* Remove legacy PY2 sys.argv unicode handlingChase Sterling2022-02-03
* [Common] Add is_interface to validate network interfacestbkizle2022-01-30
* [Common] Replace distro.linux_distribution functionDjLegolas2022-01-22
* Restore PY2 for 3rd-party pluginsCalum Lind2022-01-13
* Fix is_url and is_infohash error with None valueCalum Lind2022-01-08
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [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