summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_torrent.py
Commit message (Expand)AuthorAge
* Automatically refresh and expire the torrent status cache.Chase Sterling2022-02-15
* [Core] Stopped using libtorrent deprecated functionsDjLegolas2022-02-13
* [Tests] Make file priority test more consistent.Chase Sterling2022-02-12
* [Tests] Transition tests to pure pytestChase Sterling2022-02-03
* [Tests] Enable more tests that now work on WindowsChase Sterling2022-01-26
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Tests] Fix skipping torrent test for libtorrent >= 1.2Calum Lind2021-08-01
* [Tests] Fix incorrent twisted defer importCalum Lind2021-07-31
* [CI/CD] Add github actions to replace TravisCalum Lind2021-07-25
* [#3348] Fix TypeError adding peers to torrentsCalum Lind2020-04-25
* [Travis] Add unit test for libtorrent 1.2Calum Lind2019-06-05
* [Core] Update to support libtorrent 1.2DjLegolas2019-06-05
* [UI|Core] Fix problems with file prioritiesCalum Lind2018-11-05
* [Core] Fix potential renaming unicode folders issueCalum Lind2018-10-22
* [#3204|Core] Fix unicode get_name unicode errorCalum Lind2018-10-22
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Fix opening torrent files in byte modeCalum Lind2018-09-14
* [Core] Fix get_eta returning float instead of intCalum Lind2018-07-16
* [Py2to3] Replace deprecated base64.(de|en)codestringCalum Lind2018-06-26
* Skip Failing Tests On WindowsUnknown2018-06-02
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [Tests] Fix 'Too many open files' by disabling LSDCalum Lind2018-05-19
* [Tests] Ensure tear_down deletes rpcserver and coreCalum Lind2018-05-19
* Delay assert in test_torrent for TravisCalum Lind2017-12-16
* [#3126|Core] Restore synchonous add torrent methods for backward compatibiltyCalum Lind2017-11-18
* [#2966] [Tests] Rename deprecated method aliasesCalum Lind2017-03-19
* [Common] Rename decode_string to decode_bytesCalum Lind2017-02-23
* [Tests] Markup byte strings to fix testsCalum Lind2017-02-22
* [Lint] Add missing copyright header to filesCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Core] Remove all lt 1.1 deprecated code referencesCalum Lind2017-01-18
* [Core] Refactor of priorities code and testCalum Lind2016-11-30
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Tests] Move test torrents into data subdirbendikro2016-11-01
* [Tests] Use common.rpath() in all testsbendikro2016-10-18
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [Tests] Inherit from BaseTestCase in testcasesbendikro2016-05-24
* [Core] Implement async_add_torrent in torrentmanagerbendikro2016-04-10
* [GTKUI] Cleanup code duplication in TabsCalum Lind2015-12-12
* [Tests] Move test_torrent_error code into test_torrentCalum Lind2015-12-12
* [Core] Emit TorrentStateChangedEvent in update_stateCalum Lind2015-09-29
* Added .travis.yml (for travis-ci) and tox.ini filesbendikro2014-09-25
* Autopep8 E265Calum Lind2014-09-22
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* [Tests] Replace module import with sys.modulesCalum Lind2014-09-19
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] libmodernize.fixes.fix_printCalum Lind2014-09-03
* refactor torrent.set_optionsCalum Lind2014-02-15
* Removed LoopingCall from torrent.pybendikro2013-11-21