summaryrefslogtreecommitdiffstats
path: root/deluge/metafile.py
Commit message (Expand)AuthorAge
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Use context manager for open in metafileCalum Lind2018-05-19
* Fix metafile.makeinfo trying to decode piecesCalum Lind2017-06-15
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Refactor out usage of unicode and basestringCalum Lind2017-02-23
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Py2to3] Use open() instead of file()Calum Lind2016-10-26
* [Py2to3] Passes libfuturize.fixes.fix_division_safeCalum Lind2016-10-26
* [Lint] Autopep8 aggressive runCalum Lind2015-11-04
* Update headers and isort importsCalum Lind2014-09-23
* Autopep8 E265Calum Lind2014-09-22
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* Create torrent remotely progress information.Pedro Algarvio2011-07-06
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Properly show 100.00% and reduce number of progress bar updates during a torr...Andrew Resch2009-11-29
* Do not include an 'announce-list' key in torrents when there is only one trackerAndrew Resch2009-10-31
* dummy function now accepts arbitrary number of variables.John Garland2009-06-22
* Torrent creation fixes in regards to web seedsAndrew Resch2009-06-08
* Fix some issues with creating torrent files, was putting the announce list in...Andrew Resch2009-06-04
* Fix creating torrents in WindowsAndrew Resch2009-04-23
* Fix typoAndrew Resch2009-04-21
* Update license on metafile.py to GPL3Andrew Resch2009-02-05
* Fix exception in metafileAndrew Resch2008-12-28
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* Allow the creation of .torrent files with no trackersAndrew Resch2008-10-23
* Fix creating torrent with file size less than smallest piece sizeAndrew Resch2008-10-23
* Implement #28 Create Torrent DialogAndrew Resch2008-09-21
* Add metafile module for creating torrent filesAndrew Resch2008-09-19