Bug summary
______________________
Summary for 2016-10-30 through 2016-11-06
Opened Closed Total Change
Enhancements: 8 11 1337 -3
Defects: 9 5 874 +4
Tasks: 0 0 100 +0
Regressions: 0 0 6 +0
Total: 17 16 2318 +1
|== Type Changes |== Priority Changes |== Component Changes
|Defect: +4 |Highest: +0 |Conch: -3
|Enhancement: -3 |High: +1 |Core: +4
|Normal: +4 |Release Management: +1
|Low: -3 |Trial: -2
|Lowest: -1 |Web: +1
|Website: +1
|Words: -1
Total Tickets
Open Tickets
New / Reopened Bugs
______________________
===== Highest =====
[#8896] twisted tests are broken when run `trial src/twisted` (opened by alex) (CLOSED, duplicate)
defect core http://twistedmatrix.com/trac/ticket/8896
===== High =====
[#8889] Fix typo on line 122 : `backend` instead of `backed` (opened by unixfox)
enhancement core http://twistedmatrix.com/trac/ticket/8889
===== Normal =====
[#8880] Port twisted.names.authority.BindAuthority to Python 3 (opened by hynek)
enhancement core http://twistedmatrix.com/trac/ticket/8880
[#8881] projects.twistedmatrix.com has an invalid SSL cert (opened by jamesbroadhead)
defect website http://twistedmatrix.com/trac/ticket/8881
[#8882] `tox` fails on release builds (16.4.1,16.5.0) (opened by jamesbroadhead)
defect release management http://twistedmatrix.com/trac/ticket/8882
[#8883] 'Deferred' object has no attribute 'send' on 16.5.0 (opened by nakamuray) (CLOSED, fixed)
defect core http://twistedmatrix.com/trac/ticket/8883
[#8884] Chatserver does not have react.run() (opened by moshez)
defect core http://twistedmatrix.com/trac/ticket/8884
[#8885] Handle unexpected 1XX status codes better. (opened by Lukasa)
defect web http://twistedmatrix.com/trac/ticket/8885
[#8886] asyncio reactor callLater() 's DelayedCall returns time not relevant to epoch (opened by rodrigc)
enhancement core http://twistedmatrix.com/trac/ticket/8886
[#8887] twisted.test.test_rebuild doesn't work under Python 3 (opened by rodrigc)
enhancement core http://twistedmatrix.com/trac/ticket/8887
[#8888] twisted.test.test_dirdbm doesn't work under Python 3 (opened by rodrigc)
enhancement core http://twistedmatrix.com/trac/ticket/8888
[#8890] async/await doesn't work with chained Deferreds (opened by hawkowl) (CLOSED, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/8890
[#8891] Make twisted.web.test.test_wsgi.SynchronousReactorThreads public / extended (opened by Julian)
enhancement core http://twistedmatrix.com/trac/ticket/8891
[#8892] Make it clear where theconection for twisted.conch.endpoints.SSHCommandClientEndpoint.existingConnection() comes from. (opened by cwaldbieser)
defect conch http://twistedmatrix.com/trac/ticket/8892
[#8893] http2 breaks twisted.web.distrib (opened by glyph) (CLOSED, fixed)
defect web http://twistedmatrix.com/trac/ticket/8893
[#8894] cleanup is required for EC key implementation in conch/ssh (opened by acabhishek942)
enhancement core http://twistedmatrix.com/trac/ticket/8894
[#8895] Twisted isn't On Brand for Apple (opened by Lukasa)
defect core http://twistedmatrix.com/trac/ticket/8895
Closed Bugs
______________________
===== Highest =====
[#8896] twisted tests are broken when run `trial src/twisted` (opened by alex, closed by glyph, duplicate)
defect core http://twistedmatrix.com/trac/ticket/8896
===== Normal =====
[#628 ] Control-C in trial sometimes doesn't stop it. (opened by jknight, closed by glyph, worksforme)
defect trial http://twistedmatrix.com/trac/ticket/628
[#1282] Draft "deeper concepts" document for interfaces (opened by jml, closed by glyph, worksforme)
enhancement core http://twistedmatrix.com/trac/ticket/1282
[#8862] Tox.ini should use twisted's extras (opened by derwolfe, closed by Craig Rodrigues <rodr...@freebsd.org>, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/8862
[#6320] Python 3 support for twisted.words.protocols.irc (opened by brownan, closed by Craig Rodrigues <rodr...@freebsd.org>, fixed)
enhancement words http://twistedmatrix.com/trac/ticket/6320
[#8669] twisted.test.test_sip fails on Python 3 (opened by rodrigc, closed by Craig Rodrigues <rodr...@freebsd.org>, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/8669
[#8878] Already-failed Deferred doesn't re-raise exception when awaited (opened by IlyaSkriblovsky, closed by Amber Brown <hawk...@atleastfornow.net>, fixed)
defect core http://twistedmatrix.com/trac/ticket/8878
[#8890] async/await doesn't work with chained Deferreds (opened by hawkowl, closed by Amber Brown <hawk...@atleastfornow.net>, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/8890
[#8883] 'Deferred' object has no attribute 'send' on 16.5.0 (opened by nakamuray, closed by hawkowl, fixed)
defect core http://twistedmatrix.com/trac/ticket/8883
[#8370] Elliptic Curve for Conch (opened by the0id, closed by the0id, invalid)
enhancement conch http://twistedmatrix.com/trac/ticket/8370
[#8828] Add support for ecdsa keys using scripts/ckeygen (opened by acabhishek942, closed by Cory Benfield <lukas...@gmail.com>, fixed)
enhancement conch http://twistedmatrix.com/trac/ticket/8828
[#8893] http2 breaks twisted.web.distrib (opened by glyph, closed by Amber Brown <hawk...@atleastfornow.net>, fixed)
defect web http://twistedmatrix.com/trac/ticket/8893
===== Low =====
[#499 ] support the new secsh agent protocol (opened by z3p, closed by glyph, wontfix)
enhancement conch http://twistedmatrix.com/trac/ticket/499
[#625 ] Conch agent forwarding support (opened by z3p, closed by glyph, fixed)
enhancement conch http://twistedmatrix.com/trac/ticket/625
[#645 ] trial GUI (opened by radix, closed by glyph, invalid)
enhancement trial http://twistedmatrix.com/trac/ticket/645
===== Lowest =====
[#416 ] Use time.clock for reactor and other scheduling on windows (opened by itamarst, closed by glyph, wontfix)
enhancement core http://twistedmatrix.com/trac/ticket/416
Ticket Lifetime Stats
______________________
Oldest open ticket - [#50] conch command-line client doesn't work in win32 (since 2003-07-12 14:41:06).
Newest open ticket - [#8895] Twisted isn't On Brand for Apple (since 2016-11-05 07:44:19.090048).
Mean open ticket age: 1877 days, 3:54:47.849755.
Median: 1678 days, 9:56:16.095857.
Standard deviation: 1177 days, 7:37:57.252922.
Interquartile range: 1689 days, 18:49:31.
Mean time between ticket creation and ticket resolution: 637 days, 9:11:17.372309.
Median: 67 days, 6:49:45.
Standard deviation is 1028 days, 10:41:02.365979.
The interquartile range is 881 days, 1:22:54.387511.
Mean time spent in review: 109 days, 14:15:12.445063.
Median: 4 days, 18:32:05.
Standard deviation: 526 days, 6:15:11.968929.
Interquartile range: 23 days, 1:19:03.
Mean number of times a ticket is reviewed: 1.87398480482.
Median: 1
Standard deviation: 1.47162371772.
Interquartile range: 1.
Contributor Stats
______________________
In the last 4 weeks,
25 unique ticket reporters
11 unique ticket reviewers
10 unique ticket resolvers
In the last 24 weeks,
66 unique ticket reporters
20 unique ticket reviewers
22 unique ticket resolvers
In the last 48 weeks,
117 unique ticket reporters
25 unique ticket reviewers
27 unique ticket resolvers
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python