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 ss

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

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 mardi...@laposte.net 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 the DB

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

2009-06-18 Thread Kevin Horn
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 atra...@gmail.comwrote: Hi! Could I kindly ask all

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

2009-07-28 Thread Kevin Horn
away slowly? Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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 kevin.h...@gmail.com wrote: On Wed, Jul 29, 2009 at 10:51 AM, Kevin Horn kevin.h...@gmail.com wrote: On Wed, Jul 29, 2009 at 6:29 AM, Jean-Paul Calderone exar...@divmod.comwrote: On Wed, 29 Jul 2009 00:54:20 -0500, Kevin Horn kevin.h

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 kevin.h...@gmail.com 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

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 jka...@kakar.ca wrote: Hi Edward, On Thu, Jul 30, 2009 at 11:24 AM, Edward Z. Yangezy...@mit.edu wrote: I have been prodded by the members of #twisted into rewriting

[Twisted-Python] Missing Interface?

2009-07-30 Thread Kevin Horn
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
) 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

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
in the Python world * it has lots of neat features * it can be version controlled * multiple output formats (html, chm, Latex(and therefore PDF), etc.) * I just like it :) Just sayin' Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Deferred documentation rewrite

2009-07-31 Thread Kevin Horn
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
are all dead set against it, there's not much point hashing out the details... Also, what do the Twisted core devs think about having a secondary wiki/cookbook thingy outside of the core docs? Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
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 want to sidetrack *that* discussion by getting into API documentation concerns. Double Agreed. -phil Kevin Horn

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 exar...@divmod.comwrote: On Fri, 31 Jul 2009 11:55:08 -0500, Kevin Horn kevin.h...@gmail.com wrote: [snip] I'd love to see a documentation reboot using Sphinx, but not if it's going to be a half-baked, never-finished project

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
On Fri, Jul 31, 2009 at 12:11 PM, Kevin Horn kevin.h...@gmail.com wrote: On Fri, Jul 31, 2009 at 11:52 AM, Phil Christensen p...@bubblehouse.orgwrote: My only question about Sphinx, isn't it just for API docs? Also, can it interpret Zope interfaces like pydoctor can? AFAIK Sphinx does

Re: [Twisted-Python] Questions about adding documentation

2009-07-31 Thread Kevin Horn
On Fri, Jul 31, 2009 at 12:57 PM, Phil Christensen p...@bubblehouse.orgwrote: 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 for development of future core

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

2009-08-04 Thread Kevin Horn
(due to complex interactions with the GIL), I would avoid this method...it will probably hurt performance more than Option 1 (though still probably not enough to matter). Others feel free to slap me if I'm giving bad advice :) Kevin Horn ___ Twisted-Python

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

2009-08-04 Thread Kevin Horn
and password? Might be a place to start looking, anyway. It looks like you've set things up properly in main() an App.OnInit(), but I haven't worked with Twisted + wx in a while (pre-wxreactor), so I'm not 100% sure... I guess it boils down to what exactly client.run() does... Kevin Horn

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 陶艺夫 artman...@gmail.com Thanks. I'll try it out. 2009/8/28 Godson Gera

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

2009-09-16 Thread Kevin Horn
/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
. 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/mailman/listinfo

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 gl...@twistedmatrix.comwrote: On Mon, Oct 5, 2009 at 12:22 PM, Kevin Horn kevin.h...@gmail.com 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 issues

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 kevin.h...@gmail.com 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. For benefit

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 kevin.h...@gmail.com wrote: On Mon, Oct 5, 2009 at 1:32 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn kevin.h...@gmail.com wrote: I'd like to see this ticket get moving again. Excellent! I've

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

2009-10-29 Thread Kevin Horn
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
/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 took me quite a while to find... ;) ) Kevin Horn

Re: [Twisted-Python] Caching mechanism

2009-11-09 Thread Kevin Horn
On Mon, Nov 9, 2009 at 4:47 PM, Paul Hubbard hubb...@sdsc.edu 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.activestate.com/recipes/498245/ Kevin Horn

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, exar...@twistedmatrix.com 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 PB documentation

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 kevin.h...@gmail.com wrote: On Wed, Nov 11, 2009 at 11:22 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: Release early, release often. Most efforts like this end up moribund: you sound serious right now, but never underestimate the extent

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 lasizoi...@gmail.com wrote: 2009/11/11 Kevin Horn kevin.h...@gmail.com: I have written up a proposal here: http://twistedsphinx.funsize.net/proposal.html In this proposal you say: Development Work * fabric fabfile for automation of docs

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

2009-11-17 Thread Kevin Horn
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 don't have the time. I would so love to see that talk...or read that paper...or whatever. Kevin Horn

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 marco.giu...@gmail.comwrote: 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 readable when the browser's window

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

2009-12-02 Thread Kevin Horn
On Wed, Dec 2, 2009 at 8:38 PM, exar...@twistedmatrix.com 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

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

2009-12-03 Thread Kevin Horn
letting it linger until its users have converted. I think maybe I'll try to do a quickie conversion on one of the Divmod projects (probably Nevow) in the 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] 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: - proposal

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

2009-12-18 Thread Kevin Horn
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 gl...@twistedmatrix.comwrote: 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 preferred. More

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 kevin.h...@gmail.com wrote: On Fri, Dec 18, 2009 at 1:40 AM, Matt Bone thatmattb...@gmail.com 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 been

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 gl...@twistedmatrix.comwrote: 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. I'm not particularly

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 ter...@gmail.com wrote: On Fri, Dec 18, 2009 at 4:45 PM, Kevin Horn kevin.h...@gmail.com 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

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
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 ___ Twisted-Python mailing list Twisted-Python

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

2009-12-30 Thread Kevin Horn
. 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 list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin

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 li...@collab.nlwrote: 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 some other stuff that needs doing

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 mailing list 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 kevin.h...@gmail.com 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: - The lore2sphinx

[Twisted-Python] lore2sphinx table handling?

2010-01-04 Thread Kevin Horn
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

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, exar...@twistedmatrix.com wrote: Bug summary __ Summary for 2010-01

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

2010-01-19 Thread Kevin Horn
/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
use. Maybe it could be a separate package like web2? But if it were just up to me, I would just get rid of it, to avoid taking up developer time, cluttering up trac with open tickets, etc. Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-01 Thread Kevin Horn
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
: http://bitbucket.org/khorn/lore2sphinx/ current converted docs here: http://twistedsphinx.funsize.net/ Until next time.. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted

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 te...@jon.es 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

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

2010-02-05 Thread Kevin Horn
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 mailing list Twisted-Python

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

2010-02-05 Thread Kevin Horn
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 kevin.h...@gmail.com wrote: On Fri, Feb 5, 2010 at 1:33 PM, Terry Jones te...@jon.es wrote: Hi Kevin I just tried building under Python 2.5.2 and got this: $ python lore2sphinx.py Traceback (most recent call last): File lore2sphinx.py

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 mithra...@mithrandi.netwrote: On Fri, Feb 5, 2010 at 10:18 PM, Kevin Horn kevin.h...@gmail.com wrote: After looking at this some more, it looks as though izip_longest is the culprit...introduced in 2.6. Why its giving a syntax error

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 screwt...@froup.com wrote: On Fri, 5 Feb 2010 13:19:00 -0600 Kevin Horn kevin.h...@gmail.com 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

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

2010-02-11 Thread Kevin Horn
\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 thatmattb...@gmail.com wrote: You could try virtualenv

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

2010-02-11 Thread Kevin Horn
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 pants I needed... Kevin Horn ___ Twisted-Python mailing

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

2010-02-16 Thread Kevin Horn
what you have described should definitely be _somewhere_ on the Twisted site. (As an aside, I think a lot of things that are currently on the wiki should be merged into the documentation proper, but that's a topic for another post.) Kevin Horn

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 r...@noir.com 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 either. Well, I haven't gotten Lore

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

2010-02-22 Thread Kevin Horn
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_. :) Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

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 kevin.h...@gmail.com wrote: On Sun, Feb 21, 2010 at 9:50 PM, Jonathan Lange j...@mumak.net 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.0 pre-release

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 j...@mumak.net wrote: Hey guys, There's a bunch of cool stuff on http

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

2010-03-04 Thread Kevin Horn
://bitbucket.org/khorn/lore2sphinx/ Comments, ideas, patches and pull requests gratefully accepted (or at least discussed). Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted

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

2010-03-04 Thread Kevin Horn
? Jean-Paul I hadn't actually. If all functions and methods have a similar page in the PyDoctor output, then I think what I have now will pretty much work as-is (almost). Do we think that just generating links to the individual function/method pages is acceptable? Kevin Horn

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

2010-03-04 Thread Kevin Horn
On Thu, Mar 4, 2010 at 6:10 PM, Michael Hudson-Doyle mica...@gmail.comwrote: On 5 March 2010 12:31, Kevin Horn kevin.h...@gmail.com wrote: On Thu, Mar 4, 2010 at 5:05 PM, exar...@twistedmatrix.com wrote: On 10:49 pm, kevin.h...@gmail.com wrote: If you look up a class, like

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

2010-03-05 Thread Kevin Horn
On Fri, Mar 5, 2010 at 9:30 AM, Drew Smathers drew.smath...@gmail.comwrote: On Thu, Mar 4, 2010 at 5:49 PM, Kevin Horn kevin.h...@gmail.com wrote: It's been a while, I know you were all waiting with baited breath... First a few fixes: - Thanks to Tim Allen and Steve Steiner, several theme

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

2010-03-11 Thread Kevin Horn
the website now, please point it out. Jean-Paul Here's a minor thing... When viewing a diff, the legend is incomplete. I just see text (Unmodified, Added, etc.) without any images/colors. It's a tiny thing, but you did ask... :) browser: Firefox 3.5 on Win32 Kevin Horn

Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-15 Thread Kevin Horn
it. It's not been heavily tested (and I never got around to writing the unit tests I had intended to) but it worked for the original use case I had. If anyone's interested, drop me a line directly and I'll send it to you (MIT license). Kevin Horn

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-21 Thread Kevin Horn
This blog series is also totally rock-a-licious. http://krondo.com/blog/?page_id=1327 Kevin Horn On Wed, Apr 21, 2010 at 8:22 PM, Jason J. W. Williams jasonjwwilli...@gmail.com wrote: Naw...I meant what I wrote. ;) exarkun's is great...it's web focused. I'll post to them to the list

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-21 Thread Kevin Horn
... And once that's done I think it'll be a whole lot easier to write and maintain things, not to mention read the docs. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] twistd and init.d

2010-04-22 Thread Kevin Horn
Thanks for reporting back to the list, Don. I'm sure this info will help someone down the road (maybe even me!) Kevin Horn On Thu, Apr 22, 2010 at 9:11 AM, Don Schoeman d...@delphexonline.com wrote: Hi guys, I have finally managed to solve this problem. It turns out (as predicted

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-22 Thread Kevin Horn
and do a manual review. I've got a basic transition plan sketched out here: http://twistedsphinx.funsize.net/transition_plan.html That's just basically an outline of a plan Glyph and I hashed out during the Twisted sprint at PyCon. Ideas and criticisms welcome. Kevin Horn

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-22 Thread Kevin Horn
...including tabs, newlines, etc. 3) revamping lore2sphinx to stop doing all the workarounds it currently does I think it will be much easier to go through the ReST sources (which IMO will need to be done anyway) and add spaces or whatever where needed. Kevin Horn Kevin Horn

Re: [Twisted-Python] Dropping Python 2.4 support on Windows after 10.1

2010-06-09 Thread Kevin Horn
Python 2.4 support on any other platform (ie, Debian and Fedora). Jean-Paul It would be nice to keep it if possible, but if it's a choice between a buildslave for 2.4 and one for 2.7, then 2.7 really needs to take priority. Kevin Horn ___ Twisted-Python

Re: [Twisted-Python] making Screwtape (Tim Allen) a committer

2010-06-09 Thread Kevin Horn
+1 On Wed, Jun 9, 2010 at 5:25 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: I think we should give screwtape an SVN account and make him an official reviewer. He's been doing a lot of work on the distutils code which would be made easier by that, and he's been doing pretty decent

Re: [Twisted-Python] Multiple clients

2010-06-18 Thread Kevin Horn
track of several deferred operations which are operating simultaneously (I haven't used one in a while, so I don't have a simple example off the top of my head, but there's a simple example in the Twisted book) Hope this helps, Kevin Horn ___ Twisted

Re: [Twisted-Python] Review process, news fragments

2010-06-19 Thread Kevin Horn
+1 On Sat, Jun 19, 2010 at 8:08 AM, exar...@twistedmatrix.com wrote: Hello Twisted developers, Please take a few minutes to refresh your memory of the contents of http://twistedmatrix.com/trac/wiki/ReviewProcess. In particular, I'd like to draw everyone's attention to the requirements for

Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-25 Thread Kevin Horn
Running trial with the --unclean-warnings flag, I get only 3 failures. Attached. Kevin Horn On Fri, Jun 25, 2010 at 10:46 AM, Kevin Horn kevin.h...@gmail.com wrote: I pulled down the tarball and installed using 'setup.py install' and ran the tests on Win XP + Py2.6 A number of tests failed

Re: [Twisted-Python] Twisted 10.1.0pre1 released -- please test!

2010-06-25 Thread Kevin Horn
OK, running the tests in a higher directory (to shorten temp file path lengths), and with the --unclean-warnings flag, I'm down to 1 failure, which still looks like it could be some kind of transient issue, but I'm not sure. Results attached. Kevin Horn On Fri, Jun 25, 2010 at 11:28 AM, Kevin

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

2010-07-06 Thread Kevin Horn
On Tue, Jul 6, 2010 at 1:27 PM, Jonathan Lange j...@mumak.net wrote: On Tue, Jul 6, 2010 at 8:16 PM, Jonathan Lange j...@mumak.net wrote: On Fri, Mar 5, 2010 at 7:33 PM, Kevin Horn kevin.h...@gmail.com wrote: ... As far as I know, there aren't any tickets in Trac yet. I was planning

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

2010-07-10 Thread Kevin Horn
space characters are the two main things which will have to be fixed manually. 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 6

2010-07-10 Thread Kevin Horn
this process referring to it, and it was much nicer on the eyes that the old one :). I had originally intended to just convert the tables by hand (I think there's only two), but I found some code on the net that did almost what I wanted and adapted it, so it actually wasn't too onerous. Kevin Horn

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

2010-07-10 Thread Kevin Horn
at markup issues. :) We could really use this kind of help throughout the process. 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 6

2010-07-10 Thread Kevin Horn
On Sat, Jul 10, 2010 at 8:19 PM, Tim Allen screwt...@froup.com wrote: On Sat, Jul 10, 2010 at 03:17:03PM -0500, Kevin Horn wrote: On Sat, Jul 10, 2010 at 2:40 AM, Tim Allen screwt...@froup.com wrote: That's probably enough feedback to be getting on with; most of the problems appear

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

2010-07-10 Thread Kevin Horn
On Sat, Jul 10, 2010 at 9:21 PM, Glyph Lefkowitz gl...@twistedmatrix.comwrote: On Jul 10, 2010, at 4:17 PM, Kevin Horn wrote: On Sat, Jul 10, 2010 at 2:40 AM, Tim Allen screwt...@froup.com wrote: On Sat, Jul 10, 2010 at 02:58:40AM -, exar...@twistedmatrix.comwrote: At last I've got

Re: [Twisted-Python] PyCon extreme Twisted talk!

2010-10-22 Thread Kevin Horn
Another Twisted feature that I find amazingly useful is having multiple servers (e.g. email and web and telnet and ssh, etc.) in one process. Manhole (IMO) makes sense for any Twisted process that provides multiple services like this. Kevin Horn On Thu, Oct 21, 2010 at 7:56 PM, Laurens Van

Re: [Twisted-Python] twisted.words.protocols.jabber and XEP-0138 stream compression

2010-12-15 Thread Kevin Horn
No idea, but you might ask on the Twisted-Jabber list as well: https://mailman.ik.nu/mailman/listinfo/twisted-jabber Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted

Re: [Twisted-Python] Refactoring Documentation

2011-01-19 Thread Kevin Horn
project. Perhaps you would be better off working from the results of the Lore2sphinx conversion? Are you modifying existing docs or working from scratch? Let's get together on this! Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] Refactoring Documentation

2011-01-20 Thread Kevin Horn
in either my person or my work :). Hopefully you didn't feel that way either after reading this reply! I think this has been pretty constructive on both sides. I look forward to more. Kevin Horn ___ Twisted-Python mailing list Twisted-Python

Re: [Twisted-Python] Refactoring Documentation

2011-01-20 Thread Kevin Horn
I alluded in my earlier mail to some of the improvement ideas I have had regarding Twisted's docs (other than the conversion to Sphinx), and I though I'd elaborate Here's some things I had planned (yes, I'm using the term loosely) to try and add/improve/fix in the Twisted docs after the Sphinx

Re: [Twisted-Python] Flags with MaildirMailbox

2011-01-20 Thread Kevin Horn
on the coding convention of Twisted). thanks for the reply :) When you get some time to look at it, I'd encourage you to at least file a ticket, so this issue doesn't get lost. Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

Re: [Twisted-Python] Refactoring Documentation

2011-01-20 Thread Kevin Horn
wouldn't think that I would, since I use the analogous logs in hudson fairly frequently, but I do. Sigh.) Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Refactoring Documentation

2011-01-20 Thread Kevin Horn
On Thu, Jan 20, 2011 at 5:57 PM, Tim Allen screwt...@froup.com wrote: On Thu, Jan 20, 2011 at 05:22:55PM -0600, Kevin Horn wrote: Hmmm...yes, I think it does. It looks like the l2s_builder script is choking on fetching the DTD for some reason. lore2sphinx itself is supposed to cache

Re: [Twisted-Python] Refactoring Documentation

2011-01-20 Thread Kevin Horn
On Thu, Jan 20, 2011 at 6:06 PM, exar...@twistedmatrix.com wrote: On 20 Jan, 11:57 pm, screwt...@froup.com wrote: On Thu, Jan 20, 2011 at 05:22:55PM -0600, Kevin Horn wrote: Hmmm...yes, I think it does. It looks like the l2s_builder script is choking on fetching the DTD for some reason

  1   2   >