Bug summary
______________________
Summary for 2012-09-02 through 2012-09-09
                  Opened     Closed      Total     Change
Enhancements:         17         10        912         +7
Defects:               5          3        592         +2
Tasks:                 2          1         94         +1
Regressions:           0          0          2         +0
Total:                24         14       1600        +10

|== Type Changes   |== Priority Changes   |== Component Changes   
|Defect:       +2  |Normal: +10           |Conch:  -1             
|Enhancement:  +7  |Lowest:  +0           |Core:  +14             
|Task:         +1                         |Names:  -2             
                                          |Web:    -1             


Total Tickets Open Tickets
New / Reopened Bugs ______________________ ===== Normal ===== [#5933] Port untilConcludes to Python 3 (opened by exarkun) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5933 [#5934] Port twisted.python.context to Python 3 (opened by exarkun) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5934 [#5935] zope 3.6 now required but if you find that out at runtime you are in for a nasty surprise (opened by glyph) defect core http://twistedmatrix.com/trac/ticket/5935 [#5937] Check current Cooperator status (opened by chris-) enhancement core http://twistedmatrix.com/trac/ticket/5937 [#5938] Improve tests for twisted.python.threadable synchronize (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5938 [#5939] Add Python 3 requirements to coding standard (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5939 [#5940] Firefox and Chrome do not seem to like the way we close SSL connections (opened by itamar) defect core http://twistedmatrix.com/trac/ticket/5940 [#5941] facilitate dependency between service state at startService time (opened by teratorn) enhancement core http://twistedmatrix.com/trac/ticket/5941 [#5942] Port twisted.internet.interfaces to Python 3 (opened by exarkun) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5942 [#5943] Delete deprecated twisted.internet.interfaces.IReactorArbitrary and twisted.application.internet.Generic{Client,Server} (opened by exarkun) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5943 [#5944] Delete deprecated twisted.internet.interfaces.IFinishableConsumer (opened by exarkun) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5944 [#5945] Deprecate __getstate__ and __setstate__ implementations across the board (opened by teratorn) task core http://twistedmatrix.com/trac/ticket/5945 [#5946] Almost all twisted.test.test_log tests should use custom LogPublisher instance, rather than global publisher (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5946 [#5947] Port twisted.internet.defer to Python 3 (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5947 [#5948] Remove support for string exceptions from twisted.python.failure (opened by itamar) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5948 [#5949] Support generator exceptions in Failure._findFailure under Python 3 (opened by itamar) defect core http://twistedmatrix.com/trac/ticket/5949 [#5950] Add version of runWithWarningsSuppressed for synchronous functions (opened by itamar) (CLOSED, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5950 [#5951] Documentation for the best way to get a reference to a reactor reads as contradictory (opened by cyli) defect core http://twistedmatrix.com/trac/ticket/5951 [#5952] Improve docstring for test_notTrapped in twisted.test.test_failure (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5952 [#5953] Split up and improve a couple of printing tests for twisted.python.failure (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5953 [#5954] twisted.python.failure.setDebugMode ought to be able to work without monkey-patching (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5954 [#5955] Move inlineCallbacks test from twisted.test.test_failure to somewhere better (test_defer?) (opened by itamar) enhancement core http://twistedmatrix.com/trac/ticket/5955 [#5956] Add already ported Python 3 modules to porting howto (opened by itamar) task core http://twistedmatrix.com/trac/ticket/5956 ===== Lowest ===== [#5936] Building sendmsg.so on AIX requires extra define (opened by schlenk) defect core http://twistedmatrix.com/trac/ticket/5936 Closed Bugs ______________________ ===== Normal ===== [#5718] twisted.names.client.Resolver should not use ANY dns query type to resolve names. (opened by kowal, closed by rwall, duplicate) defect names http://twistedmatrix.com/trac/ticket/5718 [#5934] Port twisted.python.context to Python 3 (opened by exarkun, closed by itamarst, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5934 [#5860] Remove twisted.python.threadable's dependency on twisted.python.hook (opened by itamar, closed by itamarst, fixed) task core http://twistedmatrix.com/trac/ticket/5860 [#5933] Port untilConcludes to Python 3 (opened by exarkun, closed by itamarst, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5933 [#5762] Conch logs too much stuff, much of it not interesting (opened by exarkun, closed by exarkun, duplicate) defect conch http://twistedmatrix.com/trac/ticket/5762 [#5932] Port twisted.python.log to Python 3 (opened by itamar, closed by itamarst, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5932 [#5943] Delete deprecated twisted.internet.interfaces.IReactorArbitrary and twisted.application.internet.Generic{Client,Server} (opened by exarkun, closed by exarkun, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5943 [#5942] Port twisted.internet.interfaces to Python 3 (opened by exarkun, closed by exarkun, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5942 [#5944] Delete deprecated twisted.internet.interfaces.IFinishableConsumer (opened by exarkun, closed by exarkun, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5944 [#5948] Remove support for string exceptions from twisted.python.failure (opened by itamar, closed by itamarst, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5948 [#5950] Add version of runWithWarningsSuppressed for synchronous functions (opened by itamar, closed by itamarst, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5950 [#5931] Port twisted.python.failure to Python 3 (opened by exarkun, closed by itamarst, fixed) enhancement core http://twistedmatrix.com/trac/ticket/5931 [#5594] Twisted Names example testdns.py presents results very poorly (opened by exarkun, closed by thijs, fixed) enhancement names http://twistedmatrix.com/trac/ticket/5594 ===== Lowest ===== [#5920] web-in-60 dynamic dispatch doc refers to an invalid method (opened by ltaylor.volks, closed by thijs, fixed) defect web http://twistedmatrix.com/trac/ticket/5920 Ticket Lifetime Stats ______________________ Oldest open ticket - [#50] conch command-line client doesn't work in win32 (since 2003-07-12 16:41:06). Newest open ticket - [#5956] Add already ported Python 3 modules to porting howto (since 2012-09-07 09:13:30). Mean open ticket age: 1149 days, 15:47:54.080853. Median: 1006 days, 5:38:52.482103. Standard deviation: 882 days, 14:59:36.270581. Interquartile range: 1486 days, 14:59:14. Mean time between ticket creation and ticket resolution: 690 days, 16:58:02.956165. Median: 132 days, 7:44:02. Standard deviation is 925 days, 18:47:16.723939. The interquartile range is 1198 days, 10:14:04. Mean time spent in review: 89 days, 1:49:43.893581. Median: 4 days, 14:46:12. Standard deviation: 382 days, 5:39:35.582573. Interquartile range: 17 days, 8:14:18. Mean number of times a ticket is reviewed: 1.94125621329. Median: 1 Standard deviation: 1.55023769845. Interquartile range: 1. Contributor Stats ______________________ In the last 4 weeks, 28 unique ticket reporters 12 unique ticket reviewers 8 unique ticket resolvers In the last 24 weeks, 84 unique ticket reporters 24 unique ticket reviewers 14 unique ticket resolvers In the last 48 weeks, 135 unique ticket reporters 43 unique ticket reviewers 25 unique ticket resolvers
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to