Bug summary
______________________
Summary for 2013-03-17 through 2013-03-24
Opened Closed Total Change
Enhancements: 8 17 991 -9
Defects: 7 6 643 +1
Tasks: 1 2 82 -1
Regressions: 0 0 1 +0
Total: 16 25 1717 -9
|== Type Changes |== Priority Changes |== Component Changes
|Defect: +1 |High: +0 |Conch: +2
|Enhancement: -9 |Normal: -7 |Core: +2
|Task: -1 |Low: -2 |Mail: +0
|Lowest: +0 |Names: +1
|Release Management: -1
|Trial: -6
|Web: -1
|Web2: -1
|Web2.Dav: -4
|Words: -1
Total Tickets
Open Tickets
New / Reopened Bugs
______________________
===== High =====
[#6385] TLS doesn't resume reading when WantReadError occurs (opened by ghazel)
defect core http://twistedmatrix.com/trac/ticket/6385
===== Normal =====
[#6373] Adding a new filedescriptor to epoll reactor should not result in ENOENT (opened by itamar)
defect core http://twistedmatrix.com/trac/ticket/6373
[#6374] Adding a new filedescriptor for reading to poll reactor should not result in writeable descriptor (opened by itamar)
defect core http://twistedmatrix.com/trac/ticket/6374
[#6375] Constants HOWTO doesn't explain integer value of Flags (opened by wsanchez)
defect core http://twistedmatrix.com/trac/ticket/6375
[#6376] running the tests with PyCrypto installed, but without pyasn1, results in confusing failures (opened by glyph)
defect core http://twistedmatrix.com/trac/ticket/6376
[#6377] print traceback in successResultOf error reporting (opened by cyli)
enhancement core http://twistedmatrix.com/trac/ticket/6377
[#6379] Create a verified fake resolver (opened by rwall)
enhancement names http://twistedmatrix.com/trac/ticket/6379
[#6380] Add optional expected exception types to failureResultOf (opened by cyli)
enhancement core http://twistedmatrix.com/trac/ticket/6380
[#6381] There are some duplicate implementations of (Clock, MemoryReactor) combiner (opened by exarkun) (CLOSED, fixed)
defect core http://twistedmatrix.com/trac/ticket/6381
[#6382] implement reactors using composition instead of inheritance (opened by exarkun)
enhancement core http://twistedmatrix.com/trac/ticket/6382
[#6383] Add missing tests for AbstractMaildirDomain and DomainQueuer (opened by thijs)
task mail http://twistedmatrix.com/trac/ticket/6383
[#6384] FileTransferClient() ignores extData in constructor, error in connectionMade() sending extData (opened by johnnypops)
defect conch http://twistedmatrix.com/trac/ticket/6384
[#6386] Remove use of PyCrypto XOR "cipher" in Conch (opened by exarkun)
enhancement conch http://twistedmatrix.com/trac/ticket/6386
[#6387] Deferred howto should demonstrate loops involving asynchronous functions (opened by jonathanj)
enhancement core http://twistedmatrix.com/trac/ticket/6387
[#5989] Standardize twisted names examples to use task.react (opened by rwall)
enhancement names http://twistedmatrix.com/trac/ticket/5989
===== Lowest =====
[#6378] Some of the xhtml docs declare the html namespace and others don't. (opened by wsanchez) (CLOSED, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/6378
Closed Bugs
______________________
===== High =====
[#5578] Some TCP-specific code leaked into twisted/internet/test/connectionmixins.py (opened by exarkun, closed by therve, fixed)
defect core http://twistedmatrix.com/trac/ticket/5578
===== Normal =====
[#2105] Go over the web2.dav API docs again (opened by wsanchez, closed by wsanchez, invalid)
enhancement web2.dav http://twistedmatrix.com/trac/ticket/2105
[#2195] Ignore whitespace XML nodes when we know we can (opened by wsanchez, closed by wsanchez, invalid)
enhancement web2.dav http://twistedmatrix.com/trac/ticket/2195
[#2975] twisted.web2.dav.util.parentForURL uses identity to test the value of integers (opened by exarkun, closed by wsanchez, invalid)
defect web2.dav http://twistedmatrix.com/trac/ticket/2975
[#2257] Weak ETag in first second is bogus (opened by wsanchez, closed by wsanchez, invalid)
enhancement web2 http://twistedmatrix.com/trac/ticket/2257
[#6315] twisted/words/test/test_service.py uses `deferredGenerator` (opened by tom.prince, closed by tomprince, fixed)
enhancement words http://twistedmatrix.com/trac/ticket/6315
[#6333] Deprecate DryRunVisitor. (opened by tom.prince, closed by tomprince, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/6333
[#3231] twisted.trial.test.test_test_visitor emits deprecation warnings (opened by exarkun, closed by tomprince, fixed)
defect trial http://twistedmatrix.com/trac/ticket/3231
[#6291] SyncTestCase.assertNoResult should not eat any eventual result. (opened by tom.prince, closed by tomprince, fixed)
enhancement trial http://twistedmatrix.com/trac/ticket/6291
[#5444] Add a string version of IBodyProducer to twisted.web.client (opened by cyli, closed by cyli, wontfix)
enhancement core http://twistedmatrix.com/trac/ticket/5444
[#6273] "Using SSL in Twisted" should use twisted.internet.ssl.CertificateOptions (opened by hynek, closed by exarkun, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/6273
[#6368] twisted.test.iosim.FakeTransport incorrectly implements getHost and getPeer (opened by exarkun, closed by exarkun, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/6368
[#6051] twisted.trial.test.test_tests doesn't follow the coding standard (opened by itamar, closed by wsanchez, fixed)
defect trial http://twistedmatrix.com/trac/ticket/6051
[#5738] Request.content is undocumented (opened by glyph, closed by wirehead, fixed)
enhancement web http://twistedmatrix.com/trac/ticket/5738
[#5771] Update the test suite to not use the deprecated assertion methods (opened by Julian, closed by Julian, duplicate)
enhancement trial http://twistedmatrix.com/trac/ticket/5771
[#5459] kqueue is no longer experimental (opened by oberstet, closed by thijs, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5459
[#4151] Remove deprecated IDomain.startMessage (opened by thijs, closed by thijs, fixed)
task mail http://twistedmatrix.com/trac/ticket/4151
[#2765] trial --spew doesn't work in Python 2.5 (opened by radix, closed by Julian, invalid)
defect trial http://twistedmatrix.com/trac/ticket/2765
[#6381] There are some duplicate implementations of (Clock, MemoryReactor) combiner (opened by exarkun, closed by exarkun, fixed)
defect core http://twistedmatrix.com/trac/ticket/6381
[#5994] Update trial documentation to talk about -j (opened by therve, closed by tomprince, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5994
[#6302] FlagConstant objects should be iterable (opened by wsanchez, closed by wsanchez, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/6302
[#2380] Make it possible to update the website with new documentation (opened by exarkun, closed by therve, fixed)
task release management http://twistedmatrix.com/trac/ticket/2380
===== Low =====
[#1777] DAV methods are all bound to DAVFile, need to promote generic code to DAVResource (opened by wsanchez, closed by wsanchez, invalid)
enhancement web2.dav http://twistedmatrix.com/trac/ticket/1777
[#3908] Code using twisted.names.client.Resolver is hard to unit test (opened by exarkun, closed by rwall, fixed)
enhancement names http://twistedmatrix.com/trac/ticket/3908
===== Lowest =====
[#6378] Some of the xhtml docs declare the html namespace and others don't. (opened by wsanchez, closed by wsanchez, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/6378
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 - [#6387] Deferred howto should demonstrate loops involving asynchronous functions (since 2013-03-22 13:39:30).
Mean open ticket age: 1217 days, 2:01:05.953365.
Median: 1040 days, 18:54:42.290582.
Standard deviation: 923 days, 6:00:53.468097.
Interquartile range: 1515 days, 1:18:43.
Mean time between ticket creation and ticket resolution: 661 days, 2:52:33.322341.
Median: 110 days, 14:52:27.
Standard deviation is 914 days, 2:35:58.400254.
The interquartile range is 1092 days, 18:26:14.
Mean time spent in review: 90 days, 18:09:44.535275.
Median: 4 days, 10:42:17.
Standard deviation: 399 days, 22:24:25.120951.
Interquartile range: 16 days, 21:20:16.
Mean number of times a ticket is reviewed: 1.92469635628.
Median: 1
Standard deviation: 1.52522561181.
Interquartile range: 1.
Contributor Stats
______________________
In the last 4 weeks,
25 unique ticket reporters
13 unique ticket reviewers
9 unique ticket resolvers
In the last 24 weeks,
69 unique ticket reporters
24 unique ticket reviewers
22 unique ticket resolvers
In the last 48 weeks,
124 unique ticket reporters
38 unique ticket reviewers
28 unique ticket resolvers
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python