[Twisted-Python] OpenBSD build slave (was Re: Announcing Twisted 10.2.0pre3!)

2010-11-29 Thread exarkun
On 27 Nov, 10:58 am, eric.fau...@gmail.com wrote: That'd be great. �The machines need to be online basically 100% of the time, and be able to make an outgoing TCP connection.  Other than that, they'll stay idle except when someone commits to trunk or wants to try out a branch before merging.

Re: [Twisted-Python] ANNOUNCING Tahoe, the Least-Authority File System, v1.8.1

2010-11-29 Thread exarkun
On 07:30 am, zo...@zooko.com wrote: > >ANNOUNCING Tahoe, the Least-Authority File System, v1.8.1 > >The Tahoe-LAFS team is pleased to announce the immediate >availability of version 1.8.1 of Tahoe-LAFS, an extremely >reliable distributed storage system. Get it here: Congrats! Jean-Paul

[Twisted-Python] [ANNOUNCE] Twisted 10.2.0 Released

2010-11-29 Thread Glyph Lefkowitz
Twisted 10.2.0, the third Twisted release of 2010, has emerged from the mysterious depths of Twisted Matrix Labs, as so many releases before it. Survivors of the release process - what few there were of them - have been heard to claim that this version is "awesome", "even more robust", "fun-siz

[Twisted-Python] twisted.web, url -> resource mapping and isLeaf questions

2010-11-29 Thread David
Hi, I am following "twisted in 60sec" series, but even the simple examples are a bit unclear to me, especially w.r.t. url mapping. For example: # assume the right imports... class MainPage(Resource): isLeaf = True def render_GET(self, request): return "somestring" resource =