Re: [Twisted-Python] twisted.positioning: status report and request for comments/feedback

2009-07-29 Thread Glyph Lefkowitz
On Wed, Jul 29, 2009 at 6:08 PM, Laurens Van Houtven wrote: > As you might remember, we (thanks to the adhoc code reviews from > glyph, tazle, dash andexarkun) decided on an implementation slightly > different from the original one, using: >- an NMEAReceiver class, which *only* does the receiv

Re: [Twisted-Python] Possible Twisted sprint

2009-07-29 Thread Steve Steiner (listsin)
On Jul 29, 2009, at 8:18 PM, Michael Handverger wrote: > > - "Glyph Lefkowitz" wrote: >> For what it's worth, two people thus far (Jim Fulton and David >> Sturgis) have told me that it >> would be a lot easier to make this if it extended over a weekend, >> as it would be easier to >> atte

Re: [Twisted-Python] Possible Twisted sprint

2009-07-29 Thread Michael Handverger
- "Glyph Lefkowitz" wrote: > For what it's worth, two people thus far (Jim Fulton and David Sturgis) have > told me that it > would be a lot easier to make this if it extended over a weekend, as it would > be easier to > attend without taking time off of work. I suspect there may be othe

Re: [Twisted-Python] Possible Twisted sprint

2009-07-29 Thread Glyph Lefkowitz
On Mon, Jul 20, 2009 at 9:40 PM, Glyph Lefkowitz wrote: > On Mon, Jul 20, 2009 at 9:27 PM, Itamar Shtull-Trauring < > ita...@itamarst.org> wrote: > >> I asked, and ITA seems willing to provide a conference room or two with >> Internet for sprinters. I will try for official signoff given more >> de

[Twisted-Python] twisted.positioning: status report and request for comments/feedback

2009-07-29 Thread Laurens Van Houtven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Most of you might remember that I was working on a twisted generic positioning (GPS and things like it) framework, and here's a preliminary status report. First of all, we've moved from twisted.protocols.positioning to twisted.positioning. Yay! S

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 11:55 AM, Kevin Horn wrote: > > Can anyone tell me what the recommended way to run the twisted test suite > against my trunk checkout is (on Win32)? I can't seem to make it work. I > just get a bunch of DeprecationWarnings and then a stack trace complaining > about not b

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Jean-Paul Calderone
On Wed, 29 Jul 2009 11:55:54 -0500, Kevin Horn wrote: > [snip] > >Can anyone tell me what the recommended way to run the twisted test suite >against my trunk checkout is (on Win32)? I can't seem to make it work. I >just get a bunch of DeprecationWarnings and then a stack trace complaining >about

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 11:03 AM, Kevin Horn wrote: > On Wed, Jul 29, 2009 at 10:51 AM, Kevin Horn wrote: > >> On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone >> wrote: >> >>> On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn >>> wrote: >>> >I was digging through the Twisted IMAP code tonigh

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 10:51 AM, Kevin Horn wrote: > On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone > wrote: > >> On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn >> wrote: >> >I was digging through the Twisted IMAP code tonight and I noticed >> something >> >puzzling... >> > >> >PLAINAuth

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Kevin Horn
On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone wrote: > On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn > wrote: > >I was digging through the Twisted IMAP code tonight and I noticed > something > >puzzling... > > > >PLAINAuthenticator.challengeResponse() uses the following statement to > sen

Re: [Twisted-Python] PLAINAuthenticator in twisted.mail.imap4

2009-07-29 Thread Jean-Paul Calderone
On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn wrote: >I was digging through the Twisted IMAP code tonight and I noticed something >puzzling... > >PLAINAuthenticator.challengeResponse() uses the following statement to send >auth credentials to the server > >return '%s\0%s\0' % (self.user,