Re: [Twisted-Python] Reactor events help request ..

2010-02-23 Thread Andrew Bennetts
Watson, David wrote: [...] >However, it appears to me that the self.sendLine(msg)  and or the >self.transport.write(msg) writing  functions are blocked >functions waiting for a reactor event to occur at a future scheduled time >before acutally flushing out the internal write buffers

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-23 Thread Tim Allen
On 02/24/2010 02:56 PM, James Y Knight wrote: > On Feb 23, 2010, at 10:45 PM, Tim Allen wrote: >> On 02/24/2010 02:21 PM, Glyph Lefkowitz wrote: >>> Here's a not-so-official link to the 10.0.0 prerelease NEWS: >>> >>> http://twistedmatrix.com/trac/browser/branches/release-x-4290/NEWS?format=raw >>

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-23 Thread James Y Knight
On Feb 23, 2010, at 10:45 PM, Tim Allen wrote: > On 02/24/2010 02:21 PM, Glyph Lefkowitz wrote: >> On Feb 21, 2010, at 11:08 PM, Jonathan Lange wrote: >>> On Sun, Feb 21, 2010 at 10:57 PM, Darren >>> Govoni wrote: Hi, This is great! Is there a list of new features or impr

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-23 Thread Tim Allen
On 02/24/2010 02:21 PM, Glyph Lefkowitz wrote: > On Feb 21, 2010, at 11:08 PM, Jonathan Lange wrote: >> On Sun, Feb 21, 2010 at 10:57 PM, Darren Govoni wrote: >>> Hi, >>>This is great! >>> >>> Is there a list of new features or improvements for this release? I'd like >>> to start planning my u

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.0.0pre1 is now released

2010-02-23 Thread Glyph Lefkowitz
On Feb 21, 2010, at 11:08 PM, Jonathan Lange wrote: > On Sun, Feb 21, 2010 at 10:57 PM, Darren Govoni wrote: >> Hi, >> This is great! >> >> Is there a list of new features or improvements for this release? I'd like >> to start planning my update. >> > > Each of the tarballs has a NEWS file.

[Twisted-Python] Reactor events help request ..

2010-02-23 Thread Watson, David
Hi Folks .. I'm not entirely a newbie a python and twisted, but I have come to the point where I need a bit more expertise on this topic, so I am hoping that I have come to the right place .. What I'm hoping, that you folks can help out with a minor problem that I am having with the twistd r

Re: [Twisted-Python] twisted.protocol.sip

2010-02-23 Thread Landreville
On Tue, Feb 23, 2010 at 4:42 PM, Lorenzo Mainardi wrote: > Landreville ha scritto: >> On Tue, Feb 23, 2010 at 10:28 AM, Lorenzo Mainardi >> wrote: >>> 2010/2/23 Landreville : >>> I'll put it up somewhere so you can see it, but I'm fairly new at twisted so someone else might say it is t

Re: [Twisted-Python] twisted.protocol.sip

2010-02-23 Thread Landreville
On Tue, Feb 23, 2010 at 10:28 AM, Lorenzo Mainardi wrote: > 2010/2/23 Landreville : > >> I'll put it up somewhere so you can see it, >> but I'm fairly new at twisted so someone else might say it is the >> wrong approach. >> > > Hi, I'm start doing the same, so we can merge the works. > At the mome

Re: [Twisted-Python] twisted.protocol.sip

2010-02-23 Thread Landreville
On Mon, Feb 22, 2010 at 4:06 PM, Lorenzo Mainardi wrote: > Hello, > I'm trying to extend the class twisted.protocols.sip.MessageParser for > create my parser. > I had read the documentation and I found this: "Shouldn't > be connected to actual transport.". > What does it means? I can't use that bi