Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-06 Thread Alessandro Dentella
On Tue, Jul 05, 2011 at 10:15:09PM -0400, Jasper St. Pierre wrote: On Tue, Jul 5, 2011 at 5:02 AM, Alessandro Dentella san...@e-den.it wrote: On Tue, Jul 05, 2011 at 03:42:04AM -0400, Jasper St. Pierre wrote: re: Mercurial, I didn't like it when I used it. If someone can tell me how to do

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-05 Thread Alessandro Dentella
On Tue, Jul 05, 2011 at 03:42:04AM -0400, Jasper St. Pierre wrote: re: Mercurial, I didn't like it when I used it. If someone can tell me how to do this[3] in hg, I'd be more inclined to play along. And that I do this sort of things using mercurial queues. I pile up patches in a queue and can

[Twisted-Python] test if thread is reactor's thread

2011-05-11 Thread Alessandro Dentella
Hi, is there a way to test if the thread a function is called is the reactor's thread? I have a function that can be called from the main thread or from the reactor's thread and should behave differently... thanks sandro *:-) -- Sandro Dentella *:-) http://www.reteisi.org

Re: [Twisted-Python] test if thread is reactor's thread

2011-05-11 Thread Alessandro Dentella
thanks to both of you for the hints. My situation is so simple that i guess a twisted.python.threadable.isInIOThread() should suffice. sandro *:-) ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] Twisted and ipython

2011-01-17 Thread Alessandro Dentella
Thanks Glyph, On Mon, Jan 17, 2011 at 12:07:42AM -0500, Glyph Lefkowitz wrote: From what you say I don't know if completion is something I'd get with invective of urwid. Invective is an IRC client (with a useful text-editing widget for Twisted's insults module). urwid is a client

Re: [Twisted-Python] Twisted and ipython

2011-01-13 Thread Alessandro Dentella
thanks, short abstact: manhole is very good, thanks. But I'd need to add readline to make it usable and I'd need tab-completion too. On Thu, Jan 13, 2011 at 12:06:10PM +, Michael Thompson wrote: On 11 January 2011 07:48, Alessandro Dentella san...@e-den.it wrote: So what's

[Twisted-Python] Twisted and ipython

2011-01-11 Thread Alessandro Dentella
Hi, I'm starting a project where I plan to use twisted for the first time. I'd like to practice using ipython and after looking around I found a recepe [1] by Metthew Scott and a comment by Bob Ippolito on that recepe that suggests a different approch [2]. In the ipython manual there's a