Re: [Twisted-Python] Twisted book(s)?

2009-06-02 Thread Kevin Horn
While its a bit out of date now, and it certainly could have been better, I found the book useful to get me over the initial learning curve hump that twisted is famous for. And it IS the only Twisted book out there (afaik). Kevin Horn On Tue, Jun 2, 2009 at 9:57 PM, Sury Soni wrote: >

Re: [Twisted-Python] Twisted book(s)?

2009-06-03 Thread Kevin Horn
Yeah, those reviews are excellent, but I couldn't remember where I'd read them. The O'Reilly book is ok if you want a lot of VERY basic examples of how to do stuff in Twisted. I also found the introduction somewhat useful, even though I knew most of it. I haven't read the Foundations of Python N

Re: [Twisted-Python] AsyncQueue is still unavailable

2009-06-18 Thread Kevin Horn
someone could update them? Kevin Horn On Thu, Jun 18, 2009 at 5:07 AM, mardiros wrote: > I everyone, > > I have too write a network application, and I think twisted is the best > choice for it! > > I need to do some sql transaction, and I prefer too use an ORM too request &

Re: [Twisted-Python] Need help with writing a secure Iran Proxy

2009-06-18 Thread Kevin Horn
rver proxies the resource of course I'm no expert on web proxies so don't take my word for it... I think you should be able to do the above by overriding some of the proxy classes in twisted.web.proxy Good Luck! Kevin Horn On Thu, Jun 18, 2009 at 2:44 AM, Andreas Trawoeger wrote:

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

2009-07-28 Thread Kevin Horn
if one was to leave the authzid out of the equation, you would end up with something like this: authnidpassword and the version Twisted's IMAP code uses appears to be invalid. Am I crazy? Am I missing something? Is it just way too late and I should put the RFCs down and back away

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(

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 not

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: >&g

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 compla

Re: [Twisted-Python] Deferred documentation rewrite

2009-07-30 Thread Kevin Horn
This looks really great...looking forward to the results! Kevin Horn On Thu, Jul 30, 2009 at 2:03 PM, Jamu Kakar wrote: > Hi Edward, > > On Thu, Jul 30, 2009 at 11:24 AM, Edward Z. Yang wrote: > > I have been prodded by the members of #twisted into rewriting the > > D

Re: [Twisted-Python] Deferred documentation rewrite

2009-07-30 Thread Kevin Horn
synchronously" to "asynchronously" is much easier to make if > you realize the former is a convenient illusion and in fact you've always > been doing things asynchronously. > > Terry > Thanks for this, Terry. I'd never thought of it that way, and it's quite a good point. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Questions about adding documentation

2009-07-30 Thread Kevin Horn
Steve. Same thing happened to me. In my case it was corrected by a page refresh. Kevin Horn On Thu, Jul 30, 2009 at 10:45 PM, Steve Steiner (listsin) < list...@integrateddevcorp.com> wrote: > > On Jul 30, 2009, at 11:35 PM, Jean-Paul Calderone wrote: > > Here are a few tic

[Twisted-Python] Missing Interface?

2009-07-30 Thread Kevin Horn
ossibly me) And why are two of these in the IMAP package and the third in cred? Why not in the same place? Thoughts? Anyone? Bueller? Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Questions about adding documentation

2009-07-30 Thread Kevin Horn
someone who knows basically nothing about Twisted to go about learning it...and then writing down how they did it. Also: Some (more) documentation about how to write docs for Twisted would really help people who are willing (and in some cases eager!) to contribute, but feel the barrier to entry is too high (they don't want to figure out pydoctor + epydoc + xml processing + ...). Anyway, I hope my rambling is helpful... Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Missing Interface?

2009-07-30 Thread Kevin Horn
On Fri, Jul 31, 2009 at 12:23 AM, Glyph Lefkowitz wrote: > On Fri, Jul 31, 2009 at 12:31 AM, Kevin Horn wrote: > >> the following classes: >> >> twisted.cred.credentials.CramMD5Credentials >> twisted.mail.imap4.PLAINCredentials >> twisted.mail.imap4.LOGINCre

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
matism, not idealism, and all that... > > -phil > Well, if there *were* to be a change in the documentation system used, I would push for moving to Sphinx, rather than a wiki. * it's rapidly becoming a "standard" for docs in the Python world * it has lots of neat features

Re: [Twisted-Python] Deferred documentation rewrite

2009-07-31 Thread Kevin Horn
e good to extend > it, moving into a description and explanation of deferreds. > > Terry > > Yes, indeed, a very nice paper. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
rested in hearing the opinions of some of the core Twisted guys on the various things we've been talking about here. What do you guys think about using a different docs system than what is being used now? If you guys are all dead set against it, there's not much point hashing out the de

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
sonally I'm pretty happy with the API docs (although there's always > room for improvement in the actual docstrings), I think if there's a > documentation need that's more dire, it's the long-form instructional > kind. > Agreed. > > I just don't

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
On Fri, Jul 31, 2009 at 12:11 PM, Jean-Paul Calderone wrote: > On Fri, 31 Jul 2009 11:55:08 -0500, Kevin Horn > wrote: > > [snip] > > > >I'd love to see a documentation "reboot" using Sphinx, but not if it's > going > >to be a half-baked, neve

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
On Fri, Jul 31, 2009 at 12:11 PM, Kevin Horn wrote: > On Fri, Jul 31, 2009 at 11:52 AM, Phil Christensen > wrote: > >> >> My only question about Sphinx, isn't it just for API docs? Also, can >> it interpret Zope interfaces like pydoctor can? >> > >

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
ecessary. > > Thanks for all the help and feedback, everyone. > > -Jessica Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
On Fri, Jul 31, 2009 at 12:57 PM, Phil Christensen wrote: > > On Jul 31, 2009, at 1:34 PM, Kevin Horn wrote: > > >Also, what do the Twisted core devs think about having a secondary > > >wiki/cookbook thingy outside of the core docs? > > > > As a staging area fo

Re: [Twisted-Python] Really Basic clarification on defers

2009-08-04 Thread Kevin Horn
Option 3 seems totally unnecessary to me. I typically stay away from threads in Twisted unless I have a long running non-network process to deal with (disk access, db access, heavy math processing, etc.). Especially because of the relative "heaviness" of threads when using Pyt

Re: [Twisted-Python] My first wxPython App with Twisted

2009-08-04 Thread Kevin Horn
s not None: >self.tbicon.Destroy() >event.Skip() > >def OnIconify(self, event): >self.Hide() > >def get_image(self): >img= wx.Image(opj('client.ico'), wx.BITMAP_TYPE_ICO) >return img > >def get_icon(se

Re: [Twisted-Python] Twisted and wxPython

2009-08-28 Thread Kevin Horn
There's also a wxpython example in the twisted subversion repository. See: http://twistedmatrix.com/trac/browser/trunk/doc/core/examples/wxdemo.py It follows the basic pattern that Godson provided. Kevin Horn 2009/8/28 陶艺夫 > Thanks. I'll try it out. > > 2009/8/28 Go

Re: [Twisted-Python] help with rector

2009-09-14 Thread Kevin Horn
isted if the reactor is running ??? > > > thanks > > > regards > > > Freddy > > > --- > Freddy Martinez Garcia > I'm not sure it's clear what exactly you are trying to do... Have you read: http://twistedmatrix.com/projects/core/document

Re: [Twisted-Python] network server on multiprocessor hardware

2009-09-16 Thread Kevin Horn
equest rate. > > > If you are looking for load balancing, you might also find txLoadBalancer useful: http://groups.google.com/group/txlb-dev Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Structural issues in Lore XHTML documents

2009-10-05 Thread Kevin Horn
use, etc. Thoughts? Suggestions? I've opened a ticket (#4050) at http://twistedmatrix.com/trac/ticket/4050 Please comment. Thanks, Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin

[Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-05 Thread Kevin Horn
py to try and get it done, but a little direction would be really handy. ;) Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Structural issues in Lore XHTML documents

2009-10-05 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:25 PM, Glyph Lefkowitz wrote: > On Mon, Oct 5, 2009 at 12:22 PM, Kevin Horn wrote: > >> I've been looking over the xhtml documents used to generate the twisted >> documentation, and I've noticed a number of issues: >> > > Are these

Re: [Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-05 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:32 PM, Glyph Lefkowitz wrote: > On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn wrote: > >> I'd like to see this ticket get moving again. > > > Excellent! > > >> I've gone over what's been done so far (and put my comments in th

Re: [Twisted-Python] Structural issues in Lore XHTML documents

2009-10-06 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:44 PM, Kevin Horn wrote: > > FYI: I've hacked together a simple "lorelint" script to automatically check > for these type of issues. Happy to share if anyone thinks it might be > useful for future release mgmt automation or whatever. >

Re: [Twisted-Python] sleeping in inlineCallbacks

2009-10-07 Thread Kevin Horn
On Wed, Oct 7, 2009 at 5:29 PM, wrote: > Recent versions of Twisted include twisted.internet.defer.deferLater, a > function rather similar to the sleep function defined above. > > Jean-Paul > > Do you mean twisted.internet.task.deferLater? Or am I missing some

Re: [Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-26 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:49 PM, Kevin Horn wrote: > On Mon, Oct 5, 2009 at 1:32 PM, Glyph Lefkowitz > wrote: > >> On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn wrote: >> >>> I'd like to see this ticket get moving again. >> >> >> Excellent!

Re: [Twisted-Python] Can browse, but getPage() fails on localhost address

2009-10-29 Thread Kevin Horn
lve that > address!? > > Thanks, > > S > > When you say "resolve that address" do you mean the IP Address or the URL? If the requests are in fact going to the same address (IP), I would take a look at the HTTP headers for each method and compare them. Wget failing in a similar fashion to getPage() may actually help you diagnose this. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted and wxPython

2009-11-05 Thread Kevin Horn
arate > threads/processes? > > Thanks in advance, > > Jon Mills > > I typically base my code the example that comes with Twisted. http://twistedmatrix.com/trac/browser/trunk/doc/core/examples/wxdemo.py Is this not working for you, or had you just not seen it? (It too

Re: [Twisted-Python] Caching mechanism

2009-11-09 Thread Kevin Horn
On Mon, Nov 9, 2009 at 4:47 PM, Paul Hubbard wrote: > > Both of the links from pypi are dead, alas. Do you know if that > project is alive somewhere else? > > Cheers, > Paul > > There's something that's probably similar here: http://code.activesta

Re: [Twisted-Python] Twisted Client

2009-11-10 Thread Kevin Horn
gCall ? What is the best way to > write a daemon that connect to a server every X seconds ? > > Many thanks. > > > A while loop will probably block your application. Use loopingCall (or even callLater, if you want). Here's an example: http://www.saltycrane.com

[Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-11 Thread Kevin Horn
ifferent way. - Lore's capabilities. Please let me know what you think. Thanks, Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-11 Thread Kevin Horn
On Wed, Nov 11, 2009 at 5:56 PM, Glyph Lefkowitz wrote: > > On Nov 11, 2009, at 5:52 PM, Kevin Horn wrote: > > > Please let me know what you think. > > Initial reaction: awesome! > > Well, that's encouraging. :) > I don't really care about the documentat

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-12 Thread Kevin Horn
On Thu, Nov 12, 2009 at 7:01 AM, wrote: > On 05:22 am, gl...@twistedmatrix.com wrote: > >On Nov 11, 2009, at 7:37 PM, Kevin Horn wrote: > > > >You're correct that lore cannot include partial external files. > > Actually, it has limited support for this. The

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-12 Thread Kevin Horn
r and see if he did any > automation which might help? > > > In your description of 'phase 0', you say "once it has been verified": be > specific here. Nobody is going to want to be the one who actually pulls a > trigger on a change this big, but it needs to get done. Pro

Re: [Twisted-Python] Multi-reactor architecture

2009-11-12 Thread Kevin Horn
be a another twisted process. > > You might look at txLoadBalancer: https://launchpad.net/txloadbalancer Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-16 Thread Kevin Horn
On Thu, Nov 12, 2009 at 11:36 AM, Kevin Horn wrote: > On Wed, Nov 11, 2009 at 11:22 PM, Glyph Lefkowitz > wrote: > > > Release early, release often. Most efforts like this end up moribund: you >> sound serious right now, but never underestimate the extent to which life &

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-16 Thread Kevin Horn
On Mon, Nov 16, 2009 at 11:57 AM, sstein...@gmail.com wrote: > > On Nov 16, 2009, at 12:19 PM, Kevin Horn wrote: > > > > On Thu, Nov 12, 2009 at 11:36 AM, Kevin Horn wrote: > >> On Wed, Nov 11, 2009 at 11:22 PM, Glyph Lefkowitz < >> gl...@twistedmatrix.com>

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-16 Thread Kevin Horn
play all or part of the tree as a series of hyperlinks in a table of contents format. The depth of the tree displayed (or even displaying it at all) is easily configurable. Right now I'm showing quite a lot, because it makes it easier to test my toctree-generating code, and it makes bro

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-17 Thread Kevin Horn
On Tue, Nov 17, 2009 at 2:13 AM, Glyph Lefkowitz wrote: > > On Nov 16, 2009, at 5:37 PM, Kevin Horn wrote: > > On Mon, Nov 16, 2009 at 3:11 PM, wrote: > >> On 06:09 pm, kevin.h...@gmail.com wrote: >> >> >> >er, sorry, forgot to post

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-17 Thread Kevin Horn
On Tue, Nov 17, 2009 at 4:00 AM, lasizoillo wrote: > 2009/11/11 Kevin Horn : > > > > I have written up a proposal here: > > > > http://twistedsphinx.funsize.net/proposal.html > > > > In this proposal you say: > > Development Work > * fabric fa

Re: [Twisted-Python] tee method in twisted.internet.defer.py ?

2009-11-17 Thread Kevin Horn
Flow > of Control using Twisted Deferreds. It often feels to me like there's a > lurking taxonomy of Deferred use cases or building blocks that's just > waiting for someone to come along and make really clear to the world. I'd > really love to do it, but I just

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-17 Thread Kevin Horn
On Tue, Nov 17, 2009 at 1:16 PM, wrote: > On 06:00 pm, kevin.h...@gmail.com wrote: > >On Tue, Nov 17, 2009 at 4:00 AM, lasizoillo > >wrote: > >>2009/11/11 Kevin Horn : > >> > > >> > I have written up a proposal here: > >>

[Twisted-Python] Lore to Sphinx Conversion Progress Report

2009-11-30 Thread Kevin Horn
ress report like this every week or so in order to avoid people thinking that I've lost interest or gotten hit by a bus. Thanks for "listening"! Kevin Horn [1] http://twistedsphinx.funsize.net/proposal.html [2] http://twistedsphinx.funsize.net/index.html _

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

2009-12-02 Thread Kevin Horn
On Mon, Nov 30, 2009 at 3:05 PM, Kevin Horn wrote: > The previous thread was getting a little long, so I thought I'd start a new > one... > > I haven't made as much headway on this as I would have liked, but I'm just > going to blame the US Thanksgiving holiday and

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

2009-12-02 Thread Kevin Horn
On Mon, Nov 30, 2009 at 4:39 PM, Marco Giusti wrote: > On Mon, Nov 30, 2009 at 03:05:30PM -0600, Kevin Horn wrote: > > [...] > > Thanks for "listening"! > > some notices about what i get[1]. mainly i'd like if you could make the > documentation more re

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

2009-12-02 Thread Kevin Horn
On Wed, Dec 2, 2009 at 8:38 PM, wrote: > On 2 Dec, 11:04 pm, kevin.h...@gmail.com wrote: > >> > >>[1] http://twistedsphinx.funsize.net/proposal.html > >>[2] http://twistedsphinx.funsize.net/index.html > > > > > >Any of the core Twisted devs care to sound of regarding the proposed > >timelines? >

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

2009-12-03 Thread Kevin Horn
On Thu, Dec 3, 2009 at 3:00 AM, Glyph Lefkowitz wrote: > > On Dec 3, 2009, at 1:29 AM, Kevin Horn wrote: > > On Wed, Dec 2, 2009 at 8:38 PM, wrote: > >> >> As far as the (I'm going to call it) roadmap goes, the thought that's >> pushed its way to the fo

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

2009-12-03 Thread Kevin Horn
next couple of days. I'm not planning on doing a theme or anything yet...just the content conversion, followed by manual cleanup. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-17 Thread Kevin Horn
Hmmm...I guess my "send an update every week" idea was a little optimistic. :) Again haven't had as much time to devote to this as I would have preferred. More of Glyph's "real life" getting in the way I guess (had a new baby added to the household last week!), but here's a quick rundown: - propo

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

2009-12-18 Thread Kevin Horn
ar, though I haven't _entirely_ ruled out the possibility. Which really sucks, as it looks like it will likely be the best ever. :( Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2009-12-18 Thread Kevin Horn
On Thu, Dec 17, 2009 at 11:40 PM, Glyph Lefkowitz wrote: > On Dec 17, 2009, at 4:00 PM, Kevin Horn wrote: > > Hmmm...I guess my "send an update every week" idea was a little optimistic. > :) > > Again haven't had as much time to devote to this as I would have &g

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

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 11:23 AM, Kevin Horn wrote: > On Fri, Dec 18, 2009 at 1:40 AM, Matt Bone wrote: > >> I'm so sorry, I was trying to express interest in the goings on but >> my damn cat walked on the keyboard and sent a blank message. >> > > If I'd

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

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 2:07 PM, sstein...@gmail.com wrote: > > On Dec 18, 2009, at 2:51 PM, Mikhail Terekhov wrote: > > > On Fri, Dec 18, 2009 at 1:46 PM, Kevin Horn > wrote: > >> > >> I'm also happy to send a copy of the code I have so far to anyon

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

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 2:51 PM, Glyph Lefkowitz wrote: > > On Dec 18, 2009, at 3:37 PM, Kevin Horn wrote: > > I don't currently have access to Twisted SVN (as far as I know, anyway), > but if the Twisted guys want to give me access, I'm fine with that. > > >

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

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 4:51 PM, Mikhail Terekhov wrote: > On Fri, Dec 18, 2009 at 4:45 PM, Kevin Horn wrote: > > I don't see a whole lot of point in putting the output into any sort of > > version control at this point, since the idea is not to edit it at this > > st

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

2009-12-22 Thread Kevin Horn
BTW, lore2sphinx and accompanying Sphinx skeleton project now up on bitbucket here: http://bitbucket.org/khorn/lore2sphinx/ Thanks to ssteinerX for guiding me through the process. Enjoy! Kevin Horn ___ Twisted-Python mailing list Twisted-Python

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

2009-12-28 Thread Kevin Horn
of the docs. Does anyone else? > > Jean-Paul > > Sphinx does have some translation support, though I confess I haven't looked at it. It uses the Babel package. No idea how to convert the launchpad translations at the moment, but one thing at a time, eh? :) Kevin Horn _

Re: [Twisted-Python] twisted version of openid

2009-12-29 Thread Kevin Horn
; Thanks in advance. > > Raj. > > Google is you friend: https://launchpad.net/txopenid It may not suit your purposes exactly, but it seems like a good place to start. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

[Twisted-Python] Lore to Sphinx Conversion Progress Report 3

2009-12-30 Thread Kevin Horn
all this done eventually, but with more people, it will get done sooner. And sooner is better. :) If you'd like to help out with one (or more) of these tasks, just give a shout here, or email me off-list. Thanks! Kevin Horn ___ Twisted-Python mailing

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

2009-12-30 Thread Kevin Horn
On Wed, Dec 30, 2009 at 2:40 PM, Thijs Triemstra | Collab wrote: > Hi Kevin, > > On 30 Dec 2009, at 21:05, Kevin Horn wrote: > > > If you're intimidated by the idea of working on the actual lore2sphinx > conversion script (or just don't want to), here's

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

2009-12-30 Thread Kevin Horn
On Wed, Dec 30, 2009 at 3:00 PM, Christopher Armstrong < ra...@twistedmatrix.com> wrote: > Perhaps just add a label 'lore-changes' to all the tickets which do so. > > > Ack! Chris beat me to it! Kevin Horn ___ Twisted-Python

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

2009-12-30 Thread Kevin Horn
On Wed, Dec 30, 2009 at 2:05 PM, Kevin Horn wrote: > Hello again, and welcome to another update on the Twisted Lore to Sphinx > conversion project. > > Current Sphinx results are in the usual place at: > http://twistedsphinx.funsize.net/ > > Here's what's new: &

[Twisted-Python] lore2sphinx table handling?

2010-01-04 Thread Kevin Horn
of work to change the preferred format later. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] lore2sphinx themeing

2010-01-04 Thread Kevin Horn
Thanks to a quick patch from Michael Thompson, the current output of the Sphinx conversion [1] now matches the color scheme and typographic style of the main twisted site. It's using the layout of the 'default' sphinx theme (previously was using the 'sphinxdoc' theme). I'd like to know what peopl

Re: [Twisted-Python] lore2sphinx themeing

2010-01-04 Thread Kevin Horn
On Mon, Jan 4, 2010 at 8:46 PM, Glyph Lefkowitz wrote: > > On Jan 4, 2010, at 7:18 PM, Kevin Horn wrote: > > > Thanks to a quick patch from Michael Thompson, the current output of the > Sphinx conversion [1] now matches the color scheme and typographic style of > the mai

Re: [Twisted-Python] lore2sphinx table handling?

2010-01-05 Thread Kevin Horn
least I haven't in about 12+ years) but seeing as how there will only be 1 relatively modest table in the docs (unless someone adds more), I think we can live with the pain of hand-editing Grid tables, so I'll likely use eitehr them or simple tables. Thanks for the feedback everyone! Kevin Horn

Re: [Twisted-Python] Weekly Bug Summary

2010-01-09 Thread Kevin Horn
I'd like to point out that for three of the last four weeks, more tickets have been closed than have been opened. Go team! (especially exarkun and jesstess). Kevin Horn On Sat, Jan 9, 2010 at 11:05 PM, wrote: > Bug summary > __ > Summary for 2010-01-03 thro

Re: [Twisted-Python] Proxy support through urllib2?

2010-01-11 Thread Kevin Horn
icatino to provide a proxy to other applications, or do you mean that you want your Twisted application to use a (separate) proxy? Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] deferring result to PB a callRemote method

2010-01-19 Thread Kevin Horn
rvice, which returns Deferreds from its getUser and getUsers > methods. > > > It sems like this should be discussed in the PB docs. Maybe someone should file a ticket.. (hint, hint) Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twis

[Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-19 Thread Kevin Horn
me. Any thoughts? As always, the lore2sphinx code is here: http://bitbucket.org/khorn/lore2sphinx/ And the sample output of the conversion process is here: http://twistedsphinx.funsize.net/ Cheers, Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2010-01-21 Thread Kevin Horn
On Wed, Jan 20, 2010 at 9:57 PM, Glyph Lefkowitz wrote: > On Jan 19, 2010, at 4:33 PM, Kevin Horn wrote: > > This time I think I'm gonna skip saying how I haven't gotten as much done > as I would like...oh darn. > > Anyways, time for another gripping installment... &g

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

2010-01-21 Thread Kevin Horn
a release (or 2, 3, etc.) and then "removed" from trunk, and if someone wants to maintain it themselves, they can fork it and deal with it outside the Twisted project. Or it can be "resurrected" later on if someone wants. At the

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-01 Thread Kevin Horn
e Generic SASL support working, as well as stdio/console support on Win32. And of course, getting the Twisted Docs transitioned to Sphinx. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2010-02-05 Thread Kevin Horn
mpleted by PyCon, but if I don't manage that, I'll probably sprint on this on Monday. code is here: http://bitbucket.org/khorn/lore2sphinx/ current converted docs here: http://twistedsphinx.funsize.net/ Until next time.. Kevin Horn ___ Twi

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

2010-02-05 Thread Kevin Horn
On Fri, Feb 5, 2010 at 1:00 PM, Terry Jones wrote: > Hi Kevin > > I think this is looking really good. Here are a few superficial / quick > comments. > > - It looks fine under Google chrome > Good to hear! - You could reduce visual repetition / density of some of the high-level > pages by

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

2010-02-05 Thread Kevin Horn
and whatnot (though not in a way that makes sense to me). I don't see the problem you describe unless I shrink my browser down below a certain minimum size. It could certainly stand improvement. > Terry > > Kevin Horn ___

[Twisted-Python] Lore 2 Sphinx addendum: Divmod docs

2010-02-05 Thread Kevin Horn
For those that are interested, my current Sphinx versions of the docs for the 3 Divmod projects that have Lore-format docs (Epsilon, Mantissa, and Nevow) are here: http://divmodsphinx.funsize.net/ They just use the default Sphinx theme at the moment. Enjoy! Kevin Horn

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

2010-02-05 Thread Kevin Horn
ly be used "for real" a couple of times, I don't think it's worth spending a whole lot of effort on, unless you just feel like helping out and are stuck on 2.5. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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

2010-02-05 Thread Kevin Horn
On Fri, Feb 5, 2010 at 2:16 PM, Kevin Horn wrote: > On Fri, Feb 5, 2010 at 1:33 PM, Terry Jones wrote: > >> Hi Kevin >> >> I just tried building under Python 2.5.2 and got this: >> >>$ python lore2sphinx.py >>Traceback (most recent call last):

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

2010-02-05 Thread Kevin Horn
't allowed to put s directly in s. You have to use a or or something to wrap it. That's extremely goofy. Wonder why I've never run into that before... Guess I don't use XHTML STRICT very often. Seems it's valid in TRANSITIONAL. Kevin Horn __

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

2010-02-05 Thread Kevin Horn
On Fri, Feb 5, 2010 at 2:38 PM, Tristan Seligmann wrote: > On Fri, Feb 5, 2010 at 10:18 PM, Kevin Horn wrote: > > > After looking at this some more, it looks as though "izip_longest" is the > > culprit...introduced in 2.6. > > > > Why its giving a syn

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

2010-02-05 Thread Kevin Horn
On Fri, Feb 5, 2010 at 9:23 PM, Timothy Allen wrote: > 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 > > m

Re: [Twisted-Python] web2 -> web ToDo List

2010-02-06 Thread Kevin Horn
gt; >have 'expect/continue' working. It allows to check various conditions, > >including > >authentication before allowing the client to proceed. > > Awesome, thanks for adding to the list. :) Now that there are two items > on it, I've added a section to th

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

2010-02-11 Thread Kevin Horn
rnk\locals~1\temp\easy_install-ftwcae\Twisted-9.0.0.win32-py2.6.exe is not a valid distutils Windows .exe [end command line output] Am I missing something or should I file a ticket for this? Kevin Horn On Thu, Feb 11, 2010 at 6:55 AM, Matt Bone wrote: > You could try virtualenv: &g

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

2010-02-11 Thread Kevin Horn
Windows. 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...maybe this will give me the kick in the p

Re: [Twisted-Python] web page on doc...

2010-02-16 Thread Kevin Horn
s a great idea, though in your text above, the xhtml is processed into html by "lore" not "trial". With any luck this will change soon, and the long-form documentation (how-tos, etc.) will transition to Sphinx. If you'd like to see what that looks like, see here: http://twistedsp

Re: [Twisted-Python] web page on doc...

2010-02-16 Thread Kevin Horn
On Tue, Feb 16, 2010 at 2:18 PM, K. Richard Pixley wrote: > Kevin Horn wrote: > > xhtml is processed into html by "lore" not "trial". > > Doh. Thanks. I *knew* that. I haven't gotten either to work yet, but > neither is really on my radar right now

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

2010-02-22 Thread Kevin Horn
dows installers and/or MacOS .dmg files created? (I presume .deb and .rpm packages are left up to Linux distro packagers) 2. How/when in this process are the docs built? 3. When should the front page of the wiki be updated? > Thanks, > jml > > No, thank _you_. :) Kevi

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

2010-02-24 Thread Kevin Horn
On Mon, Feb 22, 2010 at 12:23 PM, Kevin Horn wrote: > On Sun, Feb 21, 2010 at 9:50 PM, Jonathan Lange wrote: > >> Live from PyCon Atlanta, I'm pleased to herald the approaching >> footsteps of the 10.0 release. >> >> Tarballs for the first Twisted 10.0

Re: [Twisted-Python] PyCon sprint 2010

2010-02-25 Thread Kevin Horn
I was there a bit Sunday night and most of Monday sprinting on the lore->sphinx docs conversion. It's _almost_ done. No really, I mean it! Kevin Horn (khorn on irc) On Thu, Feb 25, 2010 at 3:39 PM, Jonathan Lange wrote: > Hey guys, > > There's a bunch o

Re: [Twisted-Python] Reverse HTTP proxy code review

2010-03-02 Thread Kevin Horn
> here: http://pastebin.com/BGcqzh4Y > > -fred- > > I don't really use Twisted for web work, so I don't have much of a comment on that, but for database access you probably want to use `twisted.enterprise.adbapi`. Kevin Horn ___ T

  1   2   3   >