Re: [Twisted-Python] twisted 10.1 ppa

2010-07-09 Thread Esteve Fernandez
Hi sorry for the late response, I've been dealing with lots of work lately. > I'm anxious to try out the new 10.1 release. > Please push it to the ppa to make it easily accessable. Ok, will do :-) Cheers. ___ Twisted-Python mailing list Twisted-Pyth

[Twisted-Python] Congrats to ITA

2010-07-09 Thread Jason J. W. Williams
Just wanted to drop a note of congrats to ITA on their acquisition by Google. It'll be great to see Twisted in play at the Googleplex for travel. -J ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailma

Re: [Twisted-Python] Congrats to ITA

2010-07-09 Thread Alex Clemesha
On Fri, Jul 9, 2010 at 3:38 PM, Jason J. W. Williams < jasonjwwilli...@gmail.com> wrote: > Just wanted to drop a note of congrats to ITA on their acquisition by > Google. It'll be great to see Twisted in play at the Googleplex for > travel. > Yeah, that is very cool. Here's some discussion of ITA

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

2010-07-09 Thread exarkun
On 6 Jul, 08:09 pm, kevin.h...@gmail.com wrote: > >So now that Jonathan has cut the 10.1 release, my plan is to start the >conversion process pretty soon (meaning sometime between tonight and >Wednesday). > >Once I have the branch created and the basic conversion completed it >would >be really gre

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

2010-07-09 Thread Glyph Lefkowitz
On Jul 9, 2010, at 10:58 PM, exar...@twistedmatrix.com wrote: > At last I've got a buildbot set up generating the sphinx docs. The > build results can be seen here: Thanks for setting this up. In the table of contents, both the "Core" and "Conch" outlines have a section called "Twisted Docum

[Twisted-Python] Uploading multiple files using ftpclient in Twisted

2010-07-09 Thread Jaepyoung Kim
Dear twisted-python expert, I am build engineer and I need to upload binary to ftp server. Binary files are about 30 and each file size is about 30M. The current script is uploading using ftplib and it takes time about 1 hour. I want to change this script to use twisted asynchronous function. I t