Re: [Twisted-Python] [Divmod-users] [ANN] Pyflakes 0.5.0

2011-09-05 Thread Jonathan Lange
On Sat, Sep 3, 2011 at 6:26 PM, Tristan Seligmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > It is my unexpected pleasure to announce the release of Pyflakes > 0.5.0, the first release in several years, and available now from > PyPI[1]. > Thanks! > Note that development of Py

Re: [Twisted-Python] [Divmod-users] [ANN] Pyflakes 0.5.0

2011-09-05 Thread Tristan Seligmann
On Mon, Sep 5, 2011 at 11:19 AM, Jonathan Lange wrote: > Which branch is the trunk branch? Which branch did you release from? The trunk branch (for all the divmod.org projects) is ; the release branch for this particular release is . > I ask because I've had a fully tested, partially reviewed br

Re: [Twisted-Python] [Divmod-users] [ANN] Pyflakes 0.5.0

2011-09-05 Thread Jonathan Lange
On Mon, Sep 5, 2011 at 1:04 PM, Tristan Seligmann wrote: > On Mon, Sep 5, 2011 at 11:19 AM, Jonathan Lange wrote: >> Which branch is the trunk branch? Which branch did you release from? > > The trunk branch (for all the divmod.org projects) is ; > the release branch for this particular release is

Re: [Twisted-Python] [Divmod-users] [ANN] Pyflakes 0.5.0

2011-09-05 Thread Tristan Seligmann
On Mon, Sep 5, 2011 at 2:30 PM, Jonathan Lange wrote: > Ahh, I see. The projects haven't been split into separate repositories (yet?). Apparently this is difficult to do while still preserving history. I wasn't involved in the actual svn -> bzr conversion, so I can't really elaborate on the reaso

Re: [Twisted-Python] [Divmod-users] [ANN] Pyflakes 0.5.0

2011-09-05 Thread Jonathan Lange
On Mon, Sep 5, 2011 at 1:38 PM, Tristan Seligmann wrote: ... > The branch is constructed in a way that (I believe) can't be merged > into the "combined" trunk, so I guess the first step is to rebuild it > on top of the divmod.org repo, and then put it up for merge on > Launchpad. I'll see what I c

Re: [Twisted-Python] Announcing txdnspython

2011-09-05 Thread Glyph Lefkowitz
On Sep 4, 2011, at 9:59 PM, Jeffrey Ollie wrote: > To scratch a particular itch I had, I created txdnspython, a way to > send DNS messages created using dnspython using Twisted's asynchronous > networking: > > https://github.com/jcollie/txdnspython > > I'd love to hear any comments or suggestio

Re: [Twisted-Python] Announcing txdnspython

2011-09-05 Thread Jeffrey Ollie
On Mon, Sep 5, 2011 at 6:29 PM, Glyph Lefkowitz wrote: > > Can you register your project on Launchpad so that you can add it to > ?  There's a link at the bottom of that page that > says "Register a project in tx", it should only take a minute. Done. > Why was twisted.n

[Twisted-Python] stopping LoopCall and check if running

2011-09-05 Thread Stephan
I have a question on LoopCall. I have a process that uses a sequence of LoopCalls, once one finishes I call the next to check for the next critical event to continue: e.g. def checkForAvailableProfile(self): profile = fs_profiles_manager.get_next_available_profile() if profile i

Re: [Twisted-Python] stopping LoopCall and check if running

2011-09-05 Thread L. Daniel Burr
Hi Stephan, On Mon, 05 Sep 2011 20:50:28 -0500, Stephan wrote: > I have a question on LoopCall. > > I have a process that uses a sequence of LoopCalls, once one finishes > I call the next to check for the next critical event to continue: [SNIP] > The problem is that I'm getting errors, errors