[Twisted-Python] Weekly Bug Summary
exarkun at twistedmatrix.com
exarkun at twistedmatrix.com
Sat Jun 3 23:05:01 MDT 2006
Bug summary
______________________
Summary for 2006-05-28 through 2006-06-04
Bugs opened: 29 Bugs closed: 28 Total open bugs: 622 (+1)
|== Type Changes |== Priority Changes |== Component Changes
|Defect: -2 |Highest: +0 |Conch: -3
|Enhancement: +10 |High: +1 |Core: +7
|Normal: +3 |Release Management: -1
|Low: +4 |Runner: +1
|Lowest: +0 |Trial: +2
|Web: +1
|Web2: +2
|Website: -1
New / Reopened Bugs
______________________
===== Highest =====
[#1761] give wiki edit permissions to everyone who should have them (opened by glyph)
enhancement core http://twistedmatrix.com/trac/ticket/1761
[#1770] Reactor for Qt4 using PyQt4 (opened by grudy)
enhancement core http://twistedmatrix.com/trac/ticket/1770
[#1783] add dreid to LICENSE and CREDITS (opened by PenguinOfDoom) (CLOSED, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/1783
===== High =====
[#1773] twisted.python.filepath.FilePath.islink will never return True (opened by exarkun) (CLOSED, fixed)
defect core http://twistedmatrix.com/trac/ticket/1773
[#1775] Attach URI to a resource during lookup (opened by wsanchez)
enhancement web2 http://twistedmatrix.com/trac/ticket/1775
[#1778] Need a way to locate another resource on the site (opened by wsanchez)
enhancement web2 http://twistedmatrix.com/trac/ticket/1778
[#1779] Use URLPath everywhere we deal with URLs (opened by wsanchez) (CLOSED, duplicate)
enhancement web2 http://twistedmatrix.com/trac/ticket/1779
[#1780] self.transport.pauseProducing() in connectionMade is ignored for clients (opened by itamarst)
enhancement core http://twistedmatrix.com/trac/ticket/1780
===== Normal =====
[#1757] Clean up test Clock and move it to a public location (opened by exarkun) (CLOSED, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/1757
[#1758] url address of our website has changed (opened by lstep) (CLOSED, fixed)
enhancement website http://twistedmatrix.com/trac/ticket/1758
[#1760] Rewrite iocpreactor to be a small add-on to selectreactor (opened by PenguinOfDoom)
enhancement core http://twistedmatrix.com/trac/ticket/1760
[#1762] iocpreactor 'Connector' object has no attribute 'sub' (opened by ghazel) (CLOSED, invalid)
defect core http://twistedmatrix.com/trac/ticket/1762
[#1763] ProcessMonitor.active is actually Service.running (opened by soyt)
enhancement runner http://twistedmatrix.com/trac/ticket/1763
[#1765] twisted.web.static's file listing should decode filenames properly (opened by radix)
enhancement web http://twistedmatrix.com/trac/ticket/1765
[#1768] Synchronous Task Queue (opened by edsuom)
enhancement core http://twistedmatrix.com/trac/ticket/1768
[#1769] setup.py --help still references 'all' command. (opened by dreid) (CLOSED, invalid)
enhancement release management http://twistedmatrix.com/trac/ticket/1769
[#1771] Per-method preconditions (opened by wsanchez) (CLOSED, fixed)
enhancement web2 http://twistedmatrix.com/trac/ticket/1771
[#1772] doc/web2/examples/auth/credsetup.py missing import (opened by dreid) (CLOSED, fixed)
defect web2 http://twistedmatrix.com/trac/ticket/1772
[#1776] 2518bis (opened by wsanchez)
enhancement web2 http://twistedmatrix.com/trac/ticket/1776
[#1777] DAV methods are all bound to DAVFile, need to promote generic code to DAVResource (opened by wsanchez)
enhancement web2 http://twistedmatrix.com/trac/ticket/1777
[#1781] Remove TestCase._wait from Trial (opened by jml)
enhancement trial http://twistedmatrix.com/trac/ticket/1781
[#1782] web2's WSGIHandler incorrectly advertises twisted as a multiprocess environment (opened by pjenvey)
defect web2 http://twistedmatrix.com/trac/ticket/1782
[#1785] reactor.run should raise an error when called while the reactor is running (opened by jml)
defect core http://twistedmatrix.com/trac/ticket/1785
===== Low =====
[#1759] eliminate "portable" gtk2 reactor on win32 platforms, use real gtk2 reactor (opened by glyph)
enhancement core http://twistedmatrix.com/trac/ticket/1759
[#1764] No-op timer service in _twistw.py is (probably) unnecessary (opened by soyt)
enhancement core http://twistedmatrix.com/trac/ticket/1764
[#1766] distutils' bdist_rpm fails due to package naming (opened by gopher) (CLOSED, duplicate)
enhancement web http://twistedmatrix.com/trac/ticket/1766
[#1774] HTTP Proxies inproperly handled both for client and server code in Twisted.Web (opened by ironfroggy)
defect web http://twistedmatrix.com/trac/ticket/1774
[#1784] disttrial --hosts=kunai,takkun,muon twisted (opened by exarkun)
enhancement trial http://twistedmatrix.com/trac/ticket/1784
===== Lowest =====
[#1767] distutils' bdist_rpm fails (assuming it is not supported and requesting this as a feature) (opened by gopher) (CLOSED, duplicate)
enhancement core http://twistedmatrix.com/trac/ticket/1767
Closed Bugs
______________________
===== Highest =====
[#1399] log.msg('why I failed'); log.err(failureObj); idiom is really stupid, should be replaced (opened by glyph, closed by glyph, fixed)
enhancement conch http://twistedmatrix.com/trac/ticket/1399
[#1658] conch plugin stomps manhole plugin (opened by mfeif, closed by glyph, fixed)
defect conch http://twistedmatrix.com/trac/ticket/1658
[#1454] test failures during chained methods are not reported well (opened by warner, closed by jml, )
defect trial http://twistedmatrix.com/trac/ticket/1454
[#1454] test failures during chained methods are not reported well (opened by warner, closed by jml, )
defect trial http://twistedmatrix.com/trac/ticket/1454
[#1454] test failures during chained methods are not reported well (opened by warner, closed by jml, )
defect trial http://twistedmatrix.com/trac/ticket/1454
[#1783] add dreid to LICENSE and CREDITS (opened by PenguinOfDoom, closed by PenguinOfDoom, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/1783
===== High =====
[#610 ] Use gobject functions when possible in gtk2reactor (opened by jdahlin, closed by glyph, fixed)
defect conch http://twistedmatrix.com/trac/ticket/610
[#1779] Use URLPath everywhere we deal with URLs (opened by wsanchez, closed by dreid, duplicate)
enhancement web2 http://twistedmatrix.com/trac/ticket/1779
[#1773] twisted.python.filepath.FilePath.islink will never return True (opened by exarkun, closed by glyph, fixed)
defect core http://twistedmatrix.com/trac/ticket/1773
[#945 ] websetroot: Completely fails fresh install of Twisted 2.0.0 and Twisted Web 0.5.0 (opened by levi, closed by radix, fixed)
defect web http://twistedmatrix.com/trac/ticket/945
===== Normal =====
[#494 ] Extract maintainers from docstrings to separate page (opened by hypatia, closed by tekNico, fixed)
enhancement website http://twistedmatrix.com/trac/ticket/494
[#1758] url address of our website has changed (opened by lstep, closed by glyph, fixed)
enhancement website http://twistedmatrix.com/trac/ticket/1758
[#1762] iocpreactor 'Connector' object has no attribute 'sub' (opened by ghazel, closed by ghazel, invalid)
defect core http://twistedmatrix.com/trac/ticket/1762
[#1769] setup.py --help still references 'all' command. (opened by dreid, closed by exarkun, invalid)
enhancement release management http://twistedmatrix.com/trac/ticket/1769
[#1520] README-sumo is missing a date (opened by TimothyFitz, closed by radix, wontfix)
defect release management http://twistedmatrix.com/trac/ticket/1520
[#1678] State of many Twisted subprojects is unclear (opened by synapsis, closed by radix, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/1678
[#1771] Per-method preconditions (opened by wsanchez, closed by wsanchez, fixed)
enhancement web2 http://twistedmatrix.com/trac/ticket/1771
[#1772] doc/web2/examples/auth/credsetup.py missing import (opened by dreid, closed by dreid, fixed)
defect web2 http://twistedmatrix.com/trac/ticket/1772
[#1700] t.w2.vhost.AutoVHostURIRewrite fails silently if no X-Forwarded-Host header is provided. (opened by dreid, closed by dreid, fixed)
enhancement web2 http://twistedmatrix.com/trac/ticket/1700
[#1699] t.w2.vhost.AutoVHostURIRewrite doesn't pass remote_ip information (opened by dreid, closed by dreid, fixed)
enhancement web2 http://twistedmatrix.com/trac/ticket/1699
[#1723] twisted.web2.http_headers.parseWWWAuthenticate doesn't work without a challenge. (opened by dreid, closed by dreid, fixed)
defect web2 http://twistedmatrix.com/trac/ticket/1723
[#1757] Clean up test Clock and move it to a public location (opened by exarkun, closed by exarkun, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/1757
[#1757] Clean up test Clock and move it to a public location (opened by exarkun, closed by exarkun, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/1757
===== Low =====
[#1766] distutils' bdist_rpm fails due to package naming (opened by gopher, closed by glyph, duplicate)
enhancement web http://twistedmatrix.com/trac/ticket/1766
[#1610] assertions in pyunit test cases don't show tracebacks (opened by radix, closed by jml, )
defect trial http://twistedmatrix.com/trac/ticket/1610
[#1610] assertions in pyunit test cases don't show tracebacks (opened by radix, closed by jml, )
defect trial http://twistedmatrix.com/trac/ticket/1610
[#1610] assertions in pyunit test cases don't show tracebacks (opened by radix, closed by jml, )
defect trial http://twistedmatrix.com/trac/ticket/1610
===== Lowest =====
[#1767] distutils' bdist_rpm fails (assuming it is not supported and requesting this as a feature) (opened by gopher, closed by glyph, duplicate)
enhancement core http://twistedmatrix.com/trac/ticket/1767
More information about the Twisted-Python
mailing list