summaryrefslogtreecommitdiffstats
path: root/deluge/ui/console/main.py
Commit message (Expand)AuthorAge
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Console] Fix using windows-curses on WindowsCalum Lind2021-08-01
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Console] Fix cmdline output and testsCalum Lind2018-09-14
* [Console] Ensure time string is unicodeCalum Lind2018-07-10
* [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
* [#3129|Console] Fix unable to use connect command from terminalCalum Lind2017-11-18
* [#3075|Console] Fix config handling windows pathsCalum Lind2017-11-05
* [Console] Refactor quit code and cleanup conn mgrCalum Lind2017-06-07
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Console] Rewrite of the console codebendikro2016-10-30
* [Console] Remove the delay after pressing ESC keybendikro2016-10-30
* [#1119] [Console] ignore logging when no file specifiedbendikro2016-10-30
* [Tests] Improve UI entry script testsbendikro2016-10-18
* [Console] Fix to console argument parsingbendikro2016-05-24
* [UI] [#1973] Improve passing extra args to UIsbendikro2016-05-21
* [UI] Add --profile to GTKUI and console and allow custom filenamebendikro2016-04-18
* [UI] Replace optparse with argparse for cmd arguments handlingbendikro2016-04-18
* [#1974] [UI] Decouple UI selection from core.Jamie Lennox2016-04-17
* [#1973] [UI] Standardize child cmd option parsing.Jamie Lennox2016-04-17
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [Lint] Cleanup code to pass PyLint Convention categoryCalum Lind2015-10-30
* [Console] Use utf8_encoded for non-interactive modeCalum Lind2015-10-29
* Workaround for the isort Travis issue by using order-by-typeCalum Lind2014-09-26
* Flake8 codebaseCalum Lind2014-09-22
* Change imports to use absolute pathsCalum Lind2014-09-19
* [Console] Flake8 all filesCalum Lind2014-09-18
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_ws_commaCalum Lind2014-09-03
* [Python-Modernize] libmodernize.fixes.fix_printCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* More changes for consistent naming of download locationCalum Lind2014-08-09
* [#2470] [Console] Fix console parsing argsCalum Lind2014-08-04
* ConsoleUI: Tidy up help output and limit command usage message to one lineCalum Lind2013-05-16
* Fix #2174 : Console: Unable to add torrent via URLCalum Lind2012-11-06
* Added tab_complete_path method to LegacyUI and ConsoleUI, made add command us...Asmageddon2012-08-09
* Fixed '<command> -h', added syntax highlighting to command helpAsmageddon2012-08-09
* Fixed another splitting bugAsmageddon2012-08-09
* Finally and definitely fixed all flickering bugsAsmageddon2012-08-09
* Fixed a parameter splitting bug that prevented help command from working and ...Asmageddon2012-08-09
* Improved logging - added dates, time, changed formatting and made it always l...Asmageddon2012-08-09
* Log events to legacy mode even when in AllTorrents viewAsmageddon2012-08-09
* Fixed a severe torrent matching bug caused by spaces not being unescaped when...Asmageddon2012-08-09
* Do not use shlex for splitting as it breaks on torrents containing quotesAsmageddon2012-08-09
* Added (quite elaborate) inexact-case torrent name completionAsmageddon2012-08-09