Bug summary
______________________
Summary for 2012-04-08 through 2012-04-15
Opened Closed Total Change
Enhancements: 16 7 842 +9
Defects: 7 7 544 +0
Tasks: 0 0 72 +0
Regressions: 0 1 2 -1
Total: 23 15 1460 +8
|== Type Changes |== Priority Changes |== Component Changes
|Defect: +0 |High: -1 |Conch: -1
|Enhancement: +9 |Normal: +6 |Core: +8
|Regression: -1 |Low: +3 |Names: +0
|Words: +1
Total Tickets
Open Tickets
New / Reopened Bugs
______________________
===== Normal =====
[#5624] Add end-user oriented help about available endpoint plugins to command line tools that use endpoints (opened by exarkun)
enhancement core http://twistedmatrix.com/trac/ticket/5624
[#5626] LoopingCall possible re-entrancy bug (opened by Dev0n) (CLOSED, duplicate)
defect core http://twistedmatrix.com/trac/ticket/5626
[#5629] add tests to verify proto_helpers startedConnecting() behavior (opened by glyph)
enhancement core http://twistedmatrix.com/trac/ticket/5629
[#5630] add verified fake behavior to MemoryReactor for connector cancellation (opened by glyph)
enhancement core http://twistedmatrix.com/trac/ticket/5630
[#5631] Add a core example of using Tkinter with Twisted (opened by jesstess) (CLOSED, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5631
[#5632] inconsistent documentation, t.i.task.coiterate (opened by pagga)
defect core http://twistedmatrix.com/trac/ticket/5632
[#5633] better endpoint reprs (opened by glyph)
enhancement core http://twistedmatrix.com/trac/ticket/5633
[#5634] ReactorBuilder.runReactor should cancel the timeout it creates if it wasn't triggered (opened by itamar)
enhancement core http://twistedmatrix.com/trac/ticket/5634
[#5635] twisted.internet.test.test_tcp.WriteSequenceTests could probably be simplified (opened by itamar)
enhancement core http://twistedmatrix.com/trac/ticket/5635
[#5636] twisted.names.test.test_cache.Caching.test_negativeTTLLookup asserts are wrong (opened by itamar)
defect core http://twistedmatrix.com/trac/ticket/5636
[#5637] adding documentation for pyuidemo.py (opened by laurauva) (CLOSED, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5637
[#5638] twisted.names.cache.CacheResolver never times out data it is initialized with (opened by itamar)
defect names http://twistedmatrix.com/trac/ticket/5638
[#5639] twisted.internet._pollingfile._PollableWritePipe.writeSequence doesn't check for buffer full event (opened by itamar)
defect core http://twistedmatrix.com/trac/ticket/5639
[#5640] clientFromString unix "path" argument undocumented and not positional (opened by magmatt)
enhancement core http://twistedmatrix.com/trac/ticket/5640
[#5641] Add date logging to ircLogBot.py (opened by singingwolfboy)
enhancement words http://twistedmatrix.com/trac/ticket/5641
[#5642] TLS endpoint wrappers (opened by glyph)
enhancement core http://twistedmatrix.com/trac/ticket/5642
[#5644] t.p.reflect.fullyQualifiedName doesn't support method descriptors. (opened by dreid)
enhancement core http://twistedmatrix.com/trac/ticket/5644
[#5645] Document the correct way to deprecate a function in Twisted (opened by exarkun)
enhancement core http://twistedmatrix.com/trac/ticket/5645
[#5646] Missing error check for first PyIter_Next call in sendmsg_sendmsg (opened by exarkun)
defect core http://twistedmatrix.com/trac/ticket/5646
===== Low =====
[#5625] Typographical error in doc/core/howto/trial.xhtml (opened by ashfall) (CLOSED, fixed)
defect core http://twistedmatrix.com/trac/ticket/5625
[#5627] Replace use of __cmp__ in twisted/python/versions.py (opened by vperic)
enhancement core http://twistedmatrix.com/trac/ticket/5627
[#5628] Use collections.deque for the data structure in DeferredQueue (opened by Dev0n)
enhancement core http://twistedmatrix.com/trac/ticket/5628
[#5643] Release the GIL around sendmsg and recvmsg (opened by exarkun)
enhancement core http://twistedmatrix.com/trac/ticket/5643
Closed Bugs
______________________
===== High =====
[#4710] TCP4ClientEndpoint.connect's deferred cannot be cancelled successfully (opened by marienz, closed by glyph, fixed)
defect core http://twistedmatrix.com/trac/ticket/4710
===== Normal =====
[#5590] Document purpose and how to run examples in Twisted Conch (opened by gdeng, closed by itamarst, fixed)
enhancement conch http://twistedmatrix.com/trac/ticket/5590
[#5583] twisted.test.test_log.FileObserverTestCase.test_timeFormatting fails in unusual timezones like Europe/Moscow (opened by marienz, closed by itamarst, fixed)
defect core http://twistedmatrix.com/trac/ticket/5583
[#5623] Skip kqueue reactor builder tests on Linux, where they will never ever run (opened by exarkun, closed by exarkun, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5623
[#3398] process cleanup for ReactorBuilder-based tests loops indefinitely if processes do not exit (opened by zooko, closed by itamarst, fixed)
defect core http://twistedmatrix.com/trac/ticket/3398
[#5579] twisted.names.cache.CacheResolver gives a negative TTL resulting in exception encoding DNS result (opened by acidfoo, closed by itamarst, fixed)
defect names http://twistedmatrix.com/trac/ticket/5579
[#5626] LoopingCall possible re-entrancy bug (opened by Dev0n, closed by exarkun, duplicate)
defect core http://twistedmatrix.com/trac/ticket/5626
[#5503] Twisted/GTK programs don't close properly on Ubuntu 12.04 (opened by alkisg, closed by alkisg, fixed)
regression core http://twistedmatrix.com/trac/ticket/5503
[#5392] Testing infrastructure for ReactorMixin tests: hooking up two protocols to each other (opened by itamar, closed by itamarst, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5392
[#5622] Refactor TCPClientTestsBuilder and TCP6ClientTestsBuilder to make their endpoint factories re-usable for other test cases (opened by exarkun, closed by exarkun, duplicate)
enhancement core http://twistedmatrix.com/trac/ticket/5622
[#5412] pollingfile._PollableWritePipe should check for unicode earlier (opened by zseil, closed by itamarst, fixed)
defect core http://twistedmatrix.com/trac/ticket/5412
[#5637] adding documentation for pyuidemo.py (opened by laurauva, closed by itamarst, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5637
[#5631] Add a core example of using Tkinter with Twisted (opened by jesstess, closed by itamarst, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/5631
[#4388] bindings for sendmsg and recvmsg (opened by glyph, closed by exarkun, fixed)
enhancement core http://twistedmatrix.com/trac/ticket/4388
===== Low =====
[#5625] Typographical error in doc/core/howto/trial.xhtml (opened by ashfall, closed by exarkun, fixed)
defect core http://twistedmatrix.com/trac/ticket/5625
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 - [#5646] Missing error check for first PyIter_Next call in sendmsg_sendmsg (since 2012-04-14 18:58:28).
Mean open ticket age: 1130 days, 0:38:27.186604.
Median: 988 days, 0:44:34.296878.
Standard deviation: 838 days, 0:04:21.553159.
Interquartile range: 1399 days, 6:53:25.
Mean time between ticket creation and ticket resolution: 711 days, 3:13:52.199170.
Median: 150 days, 17:31:24.
Standard deviation is 934 days, 12:44:37.043886.
The interquartile range is 1278 days, 1:52:17.
Mean time spent in review: 88 days, 0:13:25.846326.
Median: 4 days, 7:37:17.
Standard deviation: 369 days, 3:08:34.975552.
Interquartile range: 15 days, 18:33:20.
Mean number of times a ticket is reviewed: 1.96388482186.
Median: 1
Standard deviation: 1.56887233655.
Interquartile range: 1.
Contributor Stats
______________________
In the last 4 weeks,
30 unique ticket reporters
8 unique ticket reviewers
6 unique ticket resolvers
In the last 24 weeks,
92 unique ticket reporters
32 unique ticket reviewers
21 unique ticket resolvers
In the last 48 weeks,
137 unique ticket reporters
37 unique ticket reviewers
24 unique ticket resolvers
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python