Custom Query (2447 matches)
Results (478 - 480 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2230 | Duplicate | Exception in on_download_icon_fail (deluge/ui/tracker_icons.py) | ||
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 | ||
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 |
|||
#2246 | Fixed | Speedup set_prioritize_first_last in torrent.py | ||
Description |
https://github.com/bendikro/deluge/commit/beebd34e4221203faf1b4328fa9c3b912f710147 |
Note:
See TracQuery
for help on using queries.