Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread Ivan Kozik
On Wed, Nov 9, 2011 at 03:39, Tim Allen wrote: > On Tue, Nov 08, 2011 at 05:43:09PM -0800, Glyph Lefkowitz wrote: >> or they include 'a/' and 'b/' prefixes (i.e.  they're -p1 patches when >> they should be -p0 according to the submission standard). > > Git doesn't provide any way to generate patch

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread Glyph Lefkowitz
On Nov 8, 2011, at 6:30 PM, Dave Peticolas wrote: > I am about to go out of town, but when I get back (December) I will have a go > at this > if no one else has done so already. Great, glad to hear it. I hope we won't have to wait that long though ;). > Every time in the past when I have atte

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread Tim Allen
On Tue, Nov 08, 2011 at 05:43:09PM -0800, Glyph Lefkowitz wrote: > > On 7 Jul, 01:28 pm, p.may...@imperial.ac.uk wrote: > >> http://twistedmatrix.com/trac/wiki/GitMirror > > I should stress that the most pressing problem here is not necessarily > to provide a comprehensive, elaborate, automatic mi

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread Dave Peticolas
2011/11/8 Glyph Lefkowitz > > On Nov 8, 2011, at 5:11 PM, exar...@twistedmatrix.com wrote: > > > On 7 Jul, 01:28 pm, p.may...@imperial.ac.uk wrote: > >> On 06/07/11 20:44, exar...@twistedmatrix.com wrote: > >>> Thanks for volunteering. It seems like the git mirror is well in > >>> hand. > >> > >

Re: [Twisted-Python] kqueue reactor / ticket #1918

2011-11-08 Thread Glyph Lefkowitz
On Nov 7, 2011, at 10:20 AM, Tobias Oberstein wrote: > Ok, I've prepared > > http://twistedmatrix.com/trac/attachment/ticket/1918/kqueue.patch > > which passes all tests (FreeBSD 8.3 p3 i386 / Python 2.7.1) but the ones > related to open FDs (which are unrelated to the reactor stuff). > >

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread Glyph Lefkowitz
On Nov 8, 2011, at 5:11 PM, exar...@twistedmatrix.com wrote: > On 7 Jul, 01:28 pm, p.may...@imperial.ac.uk wrote: >> On 06/07/11 20:44, exar...@twistedmatrix.com wrote: >>> Thanks for volunteering. It seems like the git mirror is well in >>> hand. >> >> If so, can someone update this: >> >> h

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread exarkun
On 7 Jul, 01:28 pm, p.may...@imperial.ac.uk wrote: >On 06/07/11 20:44, exar...@twistedmatrix.com wrote: >>Thanks for volunteering. It seems like the git mirror is well in >>hand. > >If so, can someone update this: > >http://twistedmatrix.com/trac/wiki/GitMirror Apparently not. It seems the othe

Re: [Twisted-Python] Rts/Cts Serial port flow control in twisted

2011-11-08 Thread John Santos
On Tue, 8 Nov 2011 exar...@twistedmatrix.com wrote: > On 11:59 am, dsturmf...@gmail.com wrote: > >Hi, > >Has anyone had much experience with serial flow control in twisted? > > I don't. :) It sounds like this may not really have much to do with > Twisted, though. > >I've been using a twisted se

Re: [Twisted-Python] Rts/Cts Serial port flow control in twisted

2011-11-08 Thread exarkun
On 11:59 am, dsturmf...@gmail.com wrote: >Hi, >Has anyone had much experience with serial flow control in twisted? I don't. :) It sounds like this may not really have much to do with Twisted, though. >I've been using a twisted serial port in my gtk+ software for quite a >while >now, and I can g

[Twisted-Python] Rts/Cts Serial port flow control in twisted

2011-11-08 Thread dsturmf...@gmail.com
Hi, Has anyone had much experience with serial flow control in twisted? I've been using a twisted serial port in my gtk+ software for quite a while now, and I can get xonxoff flow control to work, but for some reason, rtscts flow control isn't working (or I may be using it wrong). I'm connecting

Re: [Twisted-Python] Global reactor unit tests in the Twisted test suite

2011-11-08 Thread Jonathan Lange
On Tue, Nov 8, 2011 at 5:44 AM, Glyph Lefkowitz wrote: > >> On Nov 7, 2011, at 10:25 AM, exar...@twistedmatrix.com wrote: >> >>> reactor = getUtility(IReactor)? > >> That's not really a solution.  It's the barest glimpse of a large system >> which might be applied as a solution.  Do you want to ex