Bug summary
______________________
Summary for 2012-08-12 through 2012-08-19
Opened Closed Total Change
Enhancements: 14 6 895 +8
Defects: 10 10 581 +0
Tasks: 3 3 95 +0
Regressions: 0 1 2 -1
Total: 27 20 1573 +7
|== Type Changes |== Priority Changes |== Component Changes
|Defect: +0 |Highest: +1 |Conch: +1
|Enhancement: +8 |High: +0 |Core: +7
|Regression: -1 |Normal: +6 |Mail: -2
|Task: +0 |Low: +0 |Names: -1
|Release Management: +1
|Trial: +1
Total Tickets
Open Tickets
New / Reopened Bugs
______________________
===== Highest =====
[#5876] TCP6ClientEndpoint doesn't implement interfaces.IStreamClientEndpoint (opened by ashfall)
defect core http://twistedmatrix.com/trac/ticket/5876
===== High =====
[#5878] AdoptedStreamServerEndpoint does not implement twisted.internet.interfaces.IStreamServerEndpoint (opened by ashfall)
defect core http://twistedmatrix.com/trac/ticket/5878
[#4055] when the smtp server auth with 'username', the smtp.py client will thow exception (opened by itfront) (CLOSED, duplicate)
defect mail http://twistedmatrix.com/trac/ticket/4055
===== Normal =====
[#5856] Added versioned dependencies to setup.py (opened by itamar)
enhancement core http://twistedmatrix.com/trac/ticket/5856
[#5857] Make some coding-standard improvements to twisted.trial.test.test_util.TestMktemp (opened by exarkun) (CLOSED, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5857
[#5858] Refactor twisted.trial.test.test_assertions to separate synchronous from asynchronous (opened by exarkun) (CLOSED, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5858
[#5859] Add more important assertions to twisted/trial/test/test_tests.py (opened by exarkun) (CLOSED, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5859
[#5860] Remove twisted.python.threadable's dependency on twisted.python.hook (opened by itamar)
task core http://twistedmatrix.com/trac/ticket/5860
[#5861] Use Python's built-in initgroups when available (opened by itamar) (CLOSED, duplicate)
enhancement core http://twistedmatrix.com/trac/ticket/5861
[#5862] The processing time of http quest sent to reactor.listenSSL() is 6x slower in 11.1 than in 10.1. (opened by pwp) (CLOSED, worksforme)
defect core http://twistedmatrix.com/trac/ticket/5862
[#5864] Remove a sha1 import from < 2.5 (opened by Julian)
enhancement conch http://twistedmatrix.com/trac/ticket/5864
[#5865] Remove a 2.4 compatible use of the warnings module in deprecate (opened by Julian)
enhancement core http://twistedmatrix.com/trac/ticket/5865
[#5866] Use inspect.getmodule to get an object's module (opened by Julian)
enhancement core http://twistedmatrix.com/trac/ticket/5866
[#5867] sendmsg.c incorrectly declares data_len to be an int instead of a Py_ssize_t (opened by glyph)
defect core http://twistedmatrix.com/trac/ticket/5867
[#5868] defer.TimeoutError is marked as deprecated, but it's not (opened by aleksi)
defect core http://twistedmatrix.com/trac/ticket/5868
[#5869] Create a file which will store lists of all modules and test modules ported to Python 3, and a test runner that utilizies it (opened by itamar) (CLOSED, fixed)
task core http://twistedmatrix.com/trac/ticket/5869
[#5870] Make a string parser interface for client endpoints that takes the reactor as a parameter in its signature (opened by ashfall)
enhancement core http://twistedmatrix.com/trac/ticket/5870
[#5871] Create an IListeningPort implementation to use with serial ports (opened by ashfall)
enhancement core http://twistedmatrix.com/trac/ticket/5871
[#5872] Add a new interface to twisted.python.log which encourages structured logging (opened by ashfall)
enhancement core http://twistedmatrix.com/trac/ticket/5872
[#5873] switch all synchronous trial unit tests to using SynchronousTestCase (opened by exarkun)
enhancement trial http://twistedmatrix.com/trac/ticket/5873
[#5874] split twisted.trial.unittest into two compilation units, one for basic synchronous features, one for reactor features (opened by exarkun)
enhancement trial http://twistedmatrix.com/trac/ticket/5874
[#5875] tap2rpm assumes $PREFIX is /usr (opened by hestern)
defect core http://twistedmatrix.com/trac/ticket/5875
[#5877] Get twisted.python.compat to run (and import!) under Python 3.3 (opened by itamar)
enhancement core http://twistedmatrix.com/trac/ticket/5877
[#5879] Release 12.2 (opened by itamar)
task release management http://twistedmatrix.com/trac/ticket/5879
[#3065] imap relies on a C locale for date formatting (opened by therve) (CLOSED, duplicate)
defect mail http://twistedmatrix.com/trac/ticket/3065
[#5683] Raise the minimum required version of zope.interface to 3.6.0 (opened by itamar)
defect core http://twistedmatrix.com/trac/ticket/5683
===== Low =====
[#5863] t.test.test_rebuild.NewStyleTestCase incorrectly skipped and failing for Python >= 2.6 (opened by thijs) (CLOSED, invalid)
defect core http://twistedmatrix.com/trac/ticket/5863
Closed Bugs
______________________
===== High =====
[#4055] when the smtp server auth with 'username', the smtp.py client will thow exception (opened by itfront, closed by argonemyth, duplicate)
defect mail http://twistedmatrix.com/trac/ticket/4055
===== Normal =====
[#4999] replace call to functions from the string module in the python module (opened by nueces, closed by thijs, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/4999
[#5636] twisted.names.test.test_cache.Caching.test_negativeTTLLookup asserts are wrong (opened by itamar, closed by itamar, invalid)
defect core http://twistedmatrix.com/trac/ticket/5636
[#5674] Old quotes are a bad representation of current culture (opened by itamar, closed by itamarst, fixed)
defect core http://twistedmatrix.com/trac/ticket/5674
[#5683] Raise the minimum required version of zope.interface to 3.6.0 (opened by itamar, closed by itamarst, )
defect core http://twistedmatrix.com/trac/ticket/5683
[#3065] imap relies on a C locale for date formatting (opened by therve, closed by exarkun, duplicate)
defect mail http://twistedmatrix.com/trac/ticket/3065
[#5857] Make some coding-standard improvements to twisted.trial.test.test_util.TestMktemp (opened by exarkun, closed by exarkun, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5857
[#5861] Use Python's built-in initgroups when available (opened by itamar, closed by itamar, duplicate)
enhancement core http://twistedmatrix.com/trac/ticket/5861
[#5859] Add more important assertions to twisted/trial/test/test_tests.py (opened by exarkun, closed by exarkun, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5859
[#5858] Refactor twisted.trial.test.test_assertions to separate synchronous from asynchronous (opened by exarkun, closed by exarkun, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5858
[#5820] Remove twisted/test/time_helpers.py (opened by vperic, closed by vperic, fixed)
task core http://twistedmatrix.com/trac/ticket/5820
[#5830] Make twisted/test/test_text pass under Python 3 (opened by vperic, closed by vperic, fixed)
task core http://twistedmatrix.com/trac/ticket/5830
[#5224] Strange exception in twisted.names.client.Resolver (opened by tearyfield, closed by exarkun, duplicate)
defect names http://twistedmatrix.com/trac/ticket/5224
[#5862] The processing time of http quest sent to reactor.listenSSL() is 6x slower in 11.1 than in 10.1. (opened by pwp, closed by glyph, worksforme)
defect core http://twistedmatrix.com/trac/ticket/5862
[#5853] Add a TestCase which does not support asynchronous tests but which does have the other nice features of trial (opened by exarkun, closed by exarkun, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/5853
[#5869] Create a file which will store lists of all modules and test modules ported to Python 3, and a test runner that utilizies it (opened by itamar, closed by itamarst, fixed)
task core http://twistedmatrix.com/trac/ticket/5869
[#5182] TLSMemoryBIOProtocol instances should provide underlying transport's interfaces, in particular ITCPTransport (opened by itamar, closed by itamarst, fixed)
regression core http://twistedmatrix.com/trac/ticket/5182
===== Low =====
[#5863] t.test.test_rebuild.NewStyleTestCase incorrectly skipped and failing for Python >= 2.6 (opened by thijs, closed by exarkun, invalid)
defect core http://twistedmatrix.com/trac/ticket/5863
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 - [#5879] Release 12.2 (since 2012-08-17 18:24:42).
Mean open ticket age: 1149 days, 11:22:23.877865.
Median: 1003 days, 13:00:13.676340.
Standard deviation: 876 days, 3:37:21.126840.
Interquartile range: 1442 days, 10:34:17.
Mean time between ticket creation and ticket resolution: 698 days, 9:51:15.220825.
Median: 141 days, 10:58:07.
Standard deviation is 928 days, 9:09:01.202619.
The interquartile range is 1234 days, 7:36:07.
Mean time spent in review: 89 days, 3:23:16.299680.
Median: 4 days, 14:34:29.
Standard deviation: 381 days, 5:16:35.649400.
Interquartile range: 16 days, 21:03:51.
Mean number of times a ticket is reviewed: 1.94947175011.
Median: 1
Standard deviation: 1.55889462571.
Interquartile range: 1.
Contributor Stats
______________________
In the last 4 weeks,
19 unique ticket reporters
12 unique ticket reviewers
7 unique ticket resolvers
In the last 24 weeks,
84 unique ticket reporters
36 unique ticket reviewers
21 unique ticket resolvers
In the last 48 weeks,
129 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