[Twisted-Python] Weekly Bug Summary

Eric Mangold teratorn at twistedmatrix.com
Sun Dec 24 15:43:17 MST 2006


Why is #2291 shown twice under the "New / Reopened Bugs" section?

-Eric

On Sun, 24 Dec 2006 00:05:03 -0600, <exarkun at twistedmatrix.com> wrote:

> Bug summary
> ______________________
> Summary for 2006-12-17 through 2006-12-24
> Bugs opened: 30    Bugs closed: 26  Total open bugs: 801 (+4)
>
> |== Type Changes   |== Priority Changes   |== Component Changes
> |Defect:       +6  |Highest:  +1          |Conch:               -1
> |Enhancement:  +6  |High:     +1          |Core:                +0
> |Task:         -3  |Normal:   +8          |Lore:                +0
>                    |Low:      -1          |Pb:                  +5
>                                           |Release Management:  +1
>                                           |Runner:              +1
>                                           |Trial:               +0
>                                           |Web2:                +2
>                                           |Words:               +1
>
>
> New / Reopened Bugs
> ______________________
>                     ===== Highest =====
> [#2301] Improve API documentation for twisted/lore/tree.py (opened by  
> exarkun) (CLOSED, fixed)
>     enhancement     lore       http://twistedmatrix.com/trac/ticket/2301
>
> [#2303] setUpClass isn't run on subclasses if it already ran on  
> superclass (opened by jknight)
>     defect          trial      http://twistedmatrix.com/trac/ticket/2303
>
> [#2309] trial man page incorrectly explains --coverage behaviour (opened  
> by jml)
>     defect          trial      http://twistedmatrix.com/trac/ticket/2309
>
> [#2313] procutils.which fails with a KeyError if PATH is not in  
> os.environ (opened by dreid)
>     defect          core       http://twistedmatrix.com/trac/ticket/2313
>
> [#2317] Bug in how pb handles synchronous pb.Errors in remote_foo  
> methods (opened by bgranger)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2317
>
> [#2319] twisted.spread.banana.decode is stateful (opened by exarkun)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2319
>
> [#2125] PB Banana struggles transmitting large ints (opened by engie)  
> (CLOSED, fixed)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2125
>
> [#2291] Zshcomp needs various improvements including test coverage  
> (opened by teratorn) (CLOSED, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2291
>
> [#2139] test_underUnderPathAlreadyImported and test_listingModules from  
> twisted.test.test_modules.(Zip)PathModificationTest fail with Gtk2  
> reactor (opened by exarkun) (CLOSED, fixed)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/2139
>
> [#2291] Zshcomp needs various improvements including test coverage  
> (opened by teratorn) (CLOSED, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2291
>
>                     ===== High =====
> [#2324] _threadedselect.py uses uninformative names and has few  
> docstrings (opened by exarkun)
>     defect          core       http://twistedmatrix.com/trac/ticket/2324
>
> [#2325] _threadedselect.py duplicates tons of code from selectreactor.py  
> (opened by exarkun)
>     defect          core       http://twistedmatrix.com/trac/ticket/2325
>
> [#1083] gtk2reactor thread initialization confuses python-2.3 (opened by  
> loic)
>     defect          core       http://twistedmatrix.com/trac/ticket/1083
>
>                     ===== Normal =====
> [#2302] t.web2.channel.http.HTTPParser deals with HEAD requests  
> incorrectly (opened by ghazel)
>     defect          web2       http://twistedmatrix.com/trac/ticket/2302
>
> [#2304] t.web2.client.http.HTTPClientChannelRequest.connectionLost does  
> nothing (opened by ghazel)
>     defect          web2       http://twistedmatrix.com/trac/ticket/2304
>
> [#2305] twisted/internet/process.py leaks file descriptors when  
> os.fork() raises (opened by exarkun)
>     defect          core       http://twistedmatrix.com/trac/ticket/2305
>
> [#2307] rewrite setup.py so it doesn't os.system() other setup.py  
> scripts (opened by radix)
>     enhancement     release management  
> http://twistedmatrix.com/trac/ticket/2307
>
> [#2308] Test Twisted's release automation (opened by radix)
>     enhancement     release management  
> http://twistedmatrix.com/trac/ticket/2308
>
> [#2310] twisted.spread.banana.b1282int could be faster (opened by  
> exarkun)
>     enhancement     pb         http://twistedmatrix.com/trac/ticket/2310
>
> [#2311] Twisted Perspective Broker anonymous login support (opened by  
> carlosedp) (CLOSED, duplicate)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/2311
>
> [#2312] Twisted Perspective Broker anonymous login support (opened by  
> carlosedp)
>     enhancement     pb         http://twistedmatrix.com/trac/ticket/2312
>
> [#2314] t.r.procmon.ProcessMonitor should take an environment dictionary  
> in addProcess (opened by dreid)
>     enhancement     runner     http://twistedmatrix.com/trac/ticket/2314
>
> [#2315] Request to add int8 string support to basic protocols (opened by  
> metcalfc)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/2315
>
> [#2316] Bug in how pb handles synchronous pb.Errors in remote_foo  
> methods (opened by bgranger) (CLOSED, duplicate)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2316
>
> [#2318] Bug in how pb handles synchronous pb.Errors in remote_foo  
> methods (opened by bgranger) (CLOSED, duplicate)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2318
>
> [#2320] Implement XMPP server-to-server protocols (opened by ralphm)
>     enhancement     words      http://twistedmatrix.com/trac/ticket/2320
>
> [#2321] twisted.test.test_pb.NSPTestCase.tearDown calls stopListening  
> but doesn't return the Deferred (opened by exarkun)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2321
>
> [#2322] twisted.test.test_pb.NSPTestCase.tearDown should return result  
> of stopListening() (opened by jml) (CLOSED, duplicate)
>     defect          core       http://twistedmatrix.com/trac/ticket/2322
>
> [#2323] support deque in objgrep (opened by glyph)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/2323
>
>                     ===== Low =====
> [#2306] Possible error in documentation, in defer.html (opened by roup)  
> (CLOSED, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2306
>
>
>
> Closed Bugs
> ______________________
>                     ===== Highest =====
> [#2300] Remove trailing whitespace from Python files (opened by jml,  
> closed by jml, wontfix)
>     task            core       http://twistedmatrix.com/trac/ticket/2300
>
> [#2301] Improve API documentation for twisted/lore/tree.py (opened by  
> exarkun, closed by exarkun, fixed)
>     enhancement     lore       http://twistedmatrix.com/trac/ticket/2301
>
> [#2125] PB Banana struggles transmitting large ints (opened by engie,  
> closed by exarkun, fixed)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2125
>
> [#2291] Zshcomp needs various improvements including test coverage  
> (opened by teratorn, closed by teratorn, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2291
>
> [#2024] trial --dry-run fails with real test_suites, because pyunit  
> suites don't have names (opened by spiv, closed by jml, fixed)
>     defect          trial      http://twistedmatrix.com/trac/ticket/2024
>
> [#2291] Zshcomp needs various improvements including test coverage  
> (opened by teratorn, closed by teratorn, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2291
>
> [#2137] Pointer for end-users to the new location of the Qt reactor  
> (opened by exarkun, closed by exarkun, fixed)
>     task            core       http://twistedmatrix.com/trac/ticket/2137
>
> [#2292] AMP error propagation does not work on subclasses (opened by  
> htj, closed by glyph, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2292
>
> [#2125] PB Banana struggles transmitting large ints (opened by engie,  
> closed by exarkun, fixed)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2125
>
> [#2139] test_underUnderPathAlreadyImported and test_listingModules from  
> twisted.test.test_modules.(Zip)PathModificationTest fail with Gtk2  
> reactor (opened by exarkun, closed by glyph, fixed)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/2139
>
> [#2286] abstract.FileDescriptor calls pauseProducing even if producer is  
> not streaming (opened by zseil, closed by glyph, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2286
>
> [#2291] Zshcomp needs various improvements including test coverage  
> (opened by teratorn, closed by teratorn, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2291
>
> [#1835] make main setup.py work with 'build' subcommand (opened by  
> radix, closed by radix, fixed)
>     defect          release management  
> http://twistedmatrix.com/trac/ticket/1835
>
>                     ===== High =====
> [#1083] gtk2reactor thread initialization confuses python-2.3 (opened by  
> loic, closed by letrigre, )
>     defect          core       http://twistedmatrix.com/trac/ticket/1083
>
> [#811 ] Race condition in streaming producers means producer may never  
> be unpaused (opened by itamarst, closed by glyph, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/811
>
> [#677 ] widgets don't show with wxreactor and xrc (opened by acapnotic,  
> closed by itamarst, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/677
>
>                     ===== Normal =====
> [#2311] Twisted Perspective Broker anonymous login support (opened by  
> carlosedp, closed by carlosedp, duplicate)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/2311
>
> [#2316] Bug in how pb handles synchronous pb.Errors in remote_foo  
> methods (opened by bgranger, closed by bgranger, duplicate)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2316
>
> [#2318] Bug in how pb handles synchronous pb.Errors in remote_foo  
> methods (opened by bgranger, closed by bgranger, duplicate)
>     defect          pb         http://twistedmatrix.com/trac/ticket/2318
>
> [#1770] Reactor for Qt4 using PyQt4 (opened by grudy, closed by exarkun,  
> wontfix)
>     enhancement     core       http://twistedmatrix.com/trac/ticket/1770
>
> [#2322] twisted.test.test_pb.NSPTestCase.tearDown should return result  
> of stopListening() (opened by jml, closed by jml, duplicate)
>     defect          core       http://twistedmatrix.com/trac/ticket/2322
>
> [#2174] Error in the PullProducer doc (opened by misto, closed by glyph,  
> fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2174
>
> [#1942] Fix IOCP buildslave (opened by exarkun, closed by teratorn,  
> fixed)
>     task            core       http://twistedmatrix.com/trac/ticket/1942
>
> [#619 ] wxPython doesn't render interface components (opened by  
> sdeerwester, closed by itamarst, fixed)
>     enhancement     conch      http://twistedmatrix.com/trac/ticket/619
>
>                     ===== Low =====
> [#388 ] Tests code coverage display for Twisted (opened by itamarst,  
> closed by exarkun, wontfix)
>     enhancement     trial      http://twistedmatrix.com/trac/ticket/388
>
> [#2306] Possible error in documentation, in defer.html (opened by roup,  
> closed by exarkun, fixed)
>     defect          core       http://twistedmatrix.com/trac/ticket/2306
>
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>




More information about the Twisted-Python mailing list