[Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.7.1

2010-07-19 Thread Zooko O'Whielacronx
ANNOUNCING Tahoe, the Least-Authority File System, v1.7.1 The Tahoe-LAFS team is pleased to announce the immediate availability of version 1.7.1 of Tahoe-LAFS, an extremely reliable distributed storage system. Tahoe-LAFS is the first distributed storage system which offers "provider-independent s

Re: [Twisted-Python] SMTP Client Blocking Connects

2010-07-19 Thread Jason J. W. Williams
Hey Glyph, Sorry it took me a week...thanks for looking at it. This is an approximation of just the SMTP logic that I thought was blocking. It appears not to block, but has an issue executing the other deferreds. http://gist.github.com/481684 -J On Mon, Jul 12, 2010 at 6:53 PM, Glyph Lefkowitz

Re: [Twisted-Python] [Twisted-web] Mirror Down

2010-07-19 Thread Glyph Lefkowitz
On Jul 19, 2010, at 10:20 PM, exar...@twistedmatrix.com wrote: > On 19 Jul, 01:28 pm, nickphol...@gmail.com wrote: >> Hi, >> >> The main mirror for the twisted download is down, this is causing >> easy_install to hang for ages and fail when I try and install: > > For Twisted 10.1, we took the e

Re: [Twisted-Python] SMTP Client Blocking Connects

2010-07-19 Thread Glyph Lefkowitz
On Jul 19, 2010, at 1:19 PM, Jason J. W. Williams wrote: > Sorry it took me a week...thanks for looking at it. This is an > approximation of just the SMTP logic that I thought was blocking. It > appears not to block, but has an issue executing the other deferreds. > > http://gist.github.com/4816