Re: [Twisted-Python] twisted mail client code review

2009-12-30 Thread Timothy Allen
On Tue, 29 Dec 2009 14:55:36 -0600 César García wrote: > Hello guys, this are my first steps into twister and this is my first > app with twister, using examples from the twisted documentation and > reading it a lot ( interfaces are still not for me ), I've come to > this code: > > http://pasteb

Re: [Twisted-Python] adbapi transaction initiation

2009-12-31 Thread Timothy Allen
On Thu, 31 Dec 2009 12:35:49 -0500 Landreville wrote: > I've just noticed the transaction_timestamp is actually way (up to > several minutes) before the database proc gets called. I'm on > postgresql 8.4 so the transaction_timestamp is when the transaction > started, and I compared it against the

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 5

2010-02-05 Thread Timothy Allen
On Fri, 5 Feb 2010 13:19:00 -0600 Kevin Horn wrote: > > I'll see if I can find/make time to have a look at the CSS. > > That would be really great. There are a few things that are driving > me bonkers. For example: the prev/next/index links on the right hand > side of the gray navbar are 1 frea

Re: [Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread Timothy Allen
On Thu, 11 Feb 2010 11:54:47 -0600 Kevin Horn wrote: > Not entirely related to this discussion (though not entirely > unrelated), I think that Twisted's whole release/distribution system > needs to be revamped a little. I've been meaning to talk to radix > about this, but haven't found the time...

Re: [Twisted-Python] http://twistedmatrix.com/ trac installation updated

2010-03-16 Thread Timothy Allen
On Tue, 16 Mar 2010 09:48:17 -0400 Mikhail Terekhov wrote: > On Mon, Mar 15, 2010 at 6:36 PM, Tim Allen > wrote: > > On Mon, Mar 15, 2010 at 09:30:05AM -0500, Mikhail Terekhov wrote: > >> In addition to that the menu is overlapped in FF but this was the > >> same way before > >> update. BTW in I

[Twisted-Python] inlineCallbacks eating unhandled exceptions?

2015-09-24 Thread Timothy Allen
I got the incantation for re-routing Twisted's logging system into the Python one by stitching together code-snippets from http://twistedmatrix.com/documents/current/core/howto/logger.html#starting-the-global-log-publisher Is there some better way, or some other thing I should be doing? -- Timo