summaryrefslogtreecommitdiffstats
path: root/deluge/maketorrent.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
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Lint] Flake8 cleanupCalum Lind2018-09-14
* [Py2to3] Further maketorrent fixesCalum Lind2018-09-14
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [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
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Py2to3] Passes libfuturize.fixes.fix_division_safeCalum Lind2016-10-26
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [Docs] Fix docs in maketorrent.pybendikro2016-05-24
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Remove some imports that are no longer neccessaryAndrew Resch2011-02-23
* Fix num_pieces calculationAndrew Resch2009-08-20
* Fix piece size calculationAndrew Resch2009-08-19
* Use piece_sizes in KiBsAndrew Resch2009-08-19
* Fix some docstringsAndrew Resch2009-08-13
* Do not use property decorators as 2.5 does not support .setter et alAndrew Resch2009-08-12
* Add new maketorrent moduleAndrew Resch2009-08-12