summaryrefslogtreecommitdiffstats
path: root/deluge/config.py
Commit message (Expand)AuthorAge
* [Lint] Update linter version and fix issuesCalum Lind2022-02-13
* [Config] Fix callLater func missing argsDjLegolas2022-02-12
* [Config] Add mask_funcs to help mask passwords in logsCalum Lind2022-02-06
* [Config] Replace custom property decoratorCalum Lind2022-02-05
* [Config] Refactor config classCalum Lind2022-02-05
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Update pre-commit hook and isort versionsCalum Lind2021-01-24
* [Config] Fix loading config with double-quotes in stringCalum Lind2020-04-25
* [Lint] Fix flake8 3.7 warningsCalum Lind2019-03-29
* [Config] Prevent symlinked config files being overwrittenPhil Hudson2018-10-21
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Common] Fix config missing value assignmentCalum Lind2018-09-30
* [Py3] A large set of fixes for tests to pass under Python 3Calum Lind2018-06-27
* Add dependecy on sixCalum Lind2018-06-27
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [#3079] Fix config parsing for json objectsCalum Lind2017-06-28
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [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
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Docs] Fix docstring return type format in config.pyCalum Lind2017-01-12
* [Docs] Fix example and param notation in reST docstringsCalum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [#2914] Fix: Specifying file version for default configbendikro2016-10-30
* [Config] Sort the json keys in conf filesCalum Lind2016-10-29
* Revert "[Py2to3] Replace iteritems and itervalues"Calum Lind2016-10-26
* [Py2to3] Replace iteritems and itervaluesAndrew Resch2016-10-26
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [Lint] Cleanup code to pass PyLint Error categoryCalum Lind2015-10-30
* [Lint] Add PyLint support and cleanup code with basic changesCalum Lind2015-10-30
* [#2510] Fix config type checkingCalum Lind2014-09-28
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_has_keyCalum Lind2014-09-03
* Use stdlib jsonCalum Lind2014-07-19
* Fix building the code documentation with sphinxCalum Lind2014-02-20
* [#2219] Update the UIs for single Proxy and I2P ProxyCalum Lind2014-02-17
* Fix bug introduced in 19234dbendikro2013-05-27
* Added some tests for rpcserverbendikro2013-05-26
* Fixup saving and loading state filesCalum Lind2013-05-22
* Add a get method to config so a default value can be returnedCalum Lind2013-05-09
* Modify log message from Error to Warning levelCalum Lind2011-11-29
* Fix #1967 : IndexError when trying to open a non-json conf fileCalum Lind2011-11-29
* Late import twisted's reactor, it allows the gtk reactor to be proper installed.Pedro Algarvio2011-04-22
* Keep consistency on `deluge.config`.Pedro Algarvio2011-04-22