[Twisted-Python] Weekly Bug Summary

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Sun Sep 3 01:05:01 EDT 2006


Bug summary
______________________
Summary for 2006-08-27 through 2006-09-03
Bugs opened: 38    Bugs closed: 6  Total open bugs: 722 (+32)

|== Type Changes   |== Priority Changes   |== Component Changes     
|Defect:      +18  |Highest:  +2          |Conch:               +1  
|Enhancement: +14  |High:     +3          |Core:               +15  
|Task:         +0  |Normal:  +25          |Mail:                +2  
                   |Low:      +2          |Release Management:  +1  
                                          |Trial:               +2  
                                          |Web:                 +2  
                                          |Web2:               +10  
                                          |Words:               -1  


New / Reopened Bugs
______________________
                    ===== Highest =====
[#2021] iocpreactor.tcp.ClientSocket should implement ISystemHandle (opened by ghazel)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2021

[#2040] SSL echo client example incorrectly stops the reactor multiple times (opened by exarkun) (CLOSED, fixed)
    defect          core       http://twistedmatrix.com/trac/ticket/2040

[#2044] twisted.test.test_logfile.testNoPermission failing will break buildbot (opened by jerub)
    defect          core       http://twistedmatrix.com/trac/ticket/2044

[#2045] spelling error in _sslverify.OpenSSLCertificateOptions.__getstate__() (opened by dq)
    defect          core       http://twistedmatrix.com/trac/ticket/2045

[#2051] test_imap uses deprecated Deferred.setTimeout (opened by exarkun)
    enhancement     mail       http://twistedmatrix.com/trac/ticket/2051

[#2052] test_defer calls reactor.run() (opened by exarkun)
    defect          core       http://twistedmatrix.com/trac/ticket/2052

                    ===== High =====
[#2020] tkmktap is broken and probably useless, eliminate it (opened by exarkun)
    task            core       http://twistedmatrix.com/trac/ticket/2020

[#2033] Removing non-existent property results in error. (opened by rfmohr at osc.edu)
    defect          web2       http://twistedmatrix.com/trac/ticket/2033

[#2042] twisted.web2.auth.wrapper's interface is backwards (opened by glyph)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2042

                    ===== Normal =====
[#2022] ConnectionRefusedError's errno and strerror surprising on BSD/OSX (opened by dalke)
    defect          core       http://twistedmatrix.com/trac/ticket/2022

[#2023] twisted/mail/smtp.py SenderMixin error logging bug (opened by shieldszero)
    defect          mail       http://twistedmatrix.com/trac/ticket/2023

[#2024] trial --dry-run fails with real test_suites, because pyunit suites don't have names (opened by spiv)
    defect          trial      http://twistedmatrix.com/trac/ticket/2024

[#2025] Include reference to client in twisted.web's docstring (opened by jml)
    defect          web        http://twistedmatrix.com/trac/ticket/2025

[#2026] Edit the twisted.internet docstring to make contents clearer (opened by jml)
    defect          core       http://twistedmatrix.com/trac/ticket/2026

[#2027] Provide some general information about the split in the t.protocols' docstring (opened by jml)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2027

[#2028] web2's docstring should indicate the stability of web2 (opened by jml)
    enhancement     web2       http://twistedmatrix.com/trac/ticket/2028

[#2029] Use a consistent style for docstrings (opened by jml)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2029

[#2030] twisted.web.trp's docstring is murky (opened by jml)
    defect          web        http://twistedmatrix.com/trac/ticket/2030

[#2034] Improper handling of properties with no namespace (opened by rfmohr at osc.edu)
    defect          web2       http://twistedmatrix.com/trac/ticket/2034

[#2035] twisted.internet.udp.Port implements twisted.internet.interfaces.IConsumer (opened by exarkun)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2035

[#2036] trial runs tests from .pyc files even if there is no .py file (opened by exarkun)
    defect          trial      http://twistedmatrix.com/trac/ticket/2036

[#2037] twisted.python.reflect.namedAny depends on undocumented import implementation details (opened by exarkun)
    defect          core       http://twistedmatrix.com/trac/ticket/2037

[#2039] Wrong namespace assigned to properties (opened by rfmohr at osc.edu)
    defect          web2       http://twistedmatrix.com/trac/ticket/2039

[#2041] web2.auth.wrapper.HTTPAuthResource mis-handles URL path (opened by rfmohr at osc.edu)
    defect          web2       http://twistedmatrix.com/trac/ticket/2041

[#2043] defgen would be better without waitForDeferred (opened by ghazel)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2043

[#2046] remove license duplication from web2.dav if possible, add note if not (opened by glyph)
    enhancement     web2       http://twistedmatrix.com/trac/ticket/2046

[#2047] use regular class statements in web2.dav, remove bindMethods (opened by glyph)
    enhancement     web2       http://twistedmatrix.com/trac/ticket/2047

[#2048] In twisted.web2 the fileupload.parseMultipartFormData function has an unoverideable keyword argument (opened by fade)
    enhancement     web2       http://twistedmatrix.com/trac/ticket/2048

[#2049] web2/fileupload.py parseMultipartFormData has unoverideable default keyword arguments (opened by fade)
    enhancement     web2       http://twistedmatrix.com/trac/ticket/2049

[#2050] funcion parseMultipartFormData in web2/fileupload.py has unalterable default keword args (opened by fade)
    enhancement     web2       http://twistedmatrix.com/trac/ticket/2050

[#2053] twisted.test.test_import is redundant (opened by exarkun)
    defect          core       http://twistedmatrix.com/trac/ticket/2053

[#2054] ProperlyCloseFilesTestCase.testProperlyCloseFiles written in an aggressively stupid manner (opened by exarkun)
    defect          core       http://twistedmatrix.com/trac/ticket/2054

[#2055] twisted.test.test_ssl.SpammyTLSTestCase exercises codepaths with warnings without suppressing them (opened by exarkun)
    defect          core       http://twistedmatrix.com/trac/ticket/2055

[#2056] twisted.test.test_internet.ReactorCoreTestCase defines a timeout method which conflicts with trial's timeout attribute (opened by exarkun)
    defect          core       http://twistedmatrix.com/trac/ticket/2056

[#2057] twisted.conch.test.test_ssh.UtilityTestCase.testCounter relies on deprecated wrapping behavior of struct module (opened by exarkun)
    defect          conch      http://twistedmatrix.com/trac/ticket/2057

                    ===== Low =====
[#2031] "setup.py clean" does not remove all files after build (opened by rfmohr at osc.edu)
    enhancement     release management http://twistedmatrix.com/trac/ticket/2031

[#2032] "setup.py clean" does not remove all files after build (opened by rfmohr at osc.edu) (CLOSED, duplicate)
    enhancement     release management http://twistedmatrix.com/trac/ticket/2032

[#2038] Make the pypy builder work (opened by jerub)
    enhancement     core       http://twistedmatrix.com/trac/ticket/2038



Closed Bugs
______________________
                    ===== Highest =====
[#2019] t.w.p.msn does not properly execute errbacks when an error packet is received (opened by habnabit, closed by spiv, fixed)
    defect          words      http://twistedmatrix.com/trac/ticket/2019

[#1922] make twistd pluggable, nerf mktap (opened by tjs, closed by radix, fixed)
    enhancement     core       http://twistedmatrix.com/trac/ticket/1922

[#2002] t.i.unix.Port fails on bound incoming unix sockets (opened by ghazel, closed by alus, fixed)
    defect          core       http://twistedmatrix.com/trac/ticket/2002

[#2040] SSL echo client example incorrectly stops the reactor multiple times (opened by exarkun, closed by exarkun, fixed)
    defect          core       http://twistedmatrix.com/trac/ticket/2040

                    ===== Normal =====
[#2013] Deprecate mktap and document usage of Twisted Application Plugins with twistd (opened by radix, closed by radix, fixed)
    task            core       http://twistedmatrix.com/trac/ticket/2013

                    ===== Low =====
[#2032] "setup.py clean" does not remove all files after build (opened by rfmohr at osc.edu, closed by exarkun, duplicate)
    enhancement     release management http://twistedmatrix.com/trac/ticket/2032






More information about the Twisted-Python mailing list