Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (478 - 480 of 2449)

Ticket Resolution Summary Owner Reporter
#2225 Fixed Change common.decode_string to actually decode (return unicode) Bro
Description

This patch changes the decode_string so that it tries to decode the input string with different encodings, and returns the decoded output as unicode.

https://github.com/bendikro/deluge/tree/master-decode-string

Previous calls to decode_string are replaced with common.utf8_encoded

#2230 Duplicate Exception in on_download_icon_fail (deluge/ui/tracker_icons.py) Bro
Description
File "/home/bro/programmer/deluge/deluge/deluge/ui/tracker_icons.py", line 385, in on_download_icon_fail
    elif f.check(error.NoResource, error.ForbiddenResource) and icons:
exceptions.AttributeError: 'module' object has no attribute 'NoResource'
#2244 Fixed Replace daemon profiler (hotshot) with cprofile Bro
Description

The current profile option in the daemon uses hotshot which is deprecated. (http://docs.python.org/2.7/library/profile.html)

cprofile generates output in a format that can be analyzed by tools like runsnake.

https://github.com/bendikro/deluge/commit/3844dd65570987c099733991b8997d7f70666a13

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.