Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 3:08 AM, wrote: ... > Thanks for your work on this release, and congratulations on getting it > out the door. :) > > I'm curious about plans to update the documentation on the website and > distribute the .exe Windows installers. > Oops, forgot to switch over the symlink f

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Reza Lotun
On Sun, Jul 4, 2010 at 5:13 PM, Jonathan Lange wrote: > Hello everybody, > > As you've seen, the Twisted 10.1.0 release is out there. > > ... Just a note that I tried to view the release process document but I'm getting "Could not connect" errors. I don't recall anyone mentioning this before, bu

[Twisted-Python] Problem with twistedmatrix.com

2010-07-05 Thread Peter Westlake
Some of twistedmatrix.com is working, but the top level (http://twistedmatrix.com/) says "Could not connect", and the Subversion repository does the same: svn checkout svn://svn.twistedmatrix.com/svn/Twisted svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused Peter. __

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread exarkun
On 08:23 am, j...@mumak.net wrote: >On Mon, Jul 5, 2010 at 3:08 AM, wrote: >... >>Thanks for your work on this release, and congratulations on getting >>it >>out the door. :) >> >>I'm curious about plans to update the documentation on the website and >>distribute the .exe Windows installers. > >

Re: [Twisted-Python] Problem with twistedmatrix.com

2010-07-05 Thread Peter Westlake
It's all working again now. On Mon, 05 Jul 2010 13:22 +0100, "Peter Westlake" wrote: > Some of twistedmatrix.com is working, but the top level > (http://twistedmatrix.com/) says "Could not connect", and the Subversion > repository does the same: > > svn checkout svn://svn.twistedmatrix.com/svn/T

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 1:36 PM, wrote: > On 08:23 am, j...@mumak.net wrote: >>On Mon, Jul 5, 2010 at 3:08 AM,   wrote: >>... >>>Thanks for your work on this release, and congratulations on getting >>>it >>>out the door. :) >>> >>>I'm curious about plans to update the documentation on the website

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: ... > Other things we can do, now, to make this easier: >  * Upload the exes, re-issue the md5sum file Done. >  * Add the exes to the Downloads page Done. >  * Make a decision about whether we want the exes on the front page, > act on that

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: ... > Things we can do now: >  * Update the current documentation so that it uses the correct template >  * Update the release process to be clearer (I think this is done > now, but I can use the previous step to double check) >  * Delete APIDo

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread exarkun
On 02:21 pm, j...@mumak.net wrote: On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: ... Things we can do now:  * Update the current documentation so that it uses the correct template �* Update the release process to be clearer (I think this is done now, but I can use the previous step

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Jonathan Lange
On Mon, Jul 5, 2010 at 3:58 PM, wrote: > On 02:21 pm, j...@mumak.net wrote: >> >> On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange wrote: >> ... >>> >>> Things we can do now: >>>  * Update the current documentation so that it uses the correct template >>>  * Update the release process to be cleare

Re: [Twisted-Python] Implementing OAuth in twisted.cred

2010-07-05 Thread Glyph Lefkowitz
On Jul 3, 2010, at 3:19 PM, Laurens Van Houtven wrote: > A number of people have tried to implement it in Twisted. AFAICT most > of them just use oauth.py. That uses urllib. Basically I guess it just > crosses its fingers and hopes that the OAuth API endpoints will always > be reachable and respo

Re: [Twisted-Python] Creating a COM object in a thread

2010-07-05 Thread Don Dwiggins
Hugh, > The way I do this is I isolate all the COM stuff in a separate thread > from thread that runs my reactor. This all looks good, and I think I understand it. One question, though: from my investigation, it seems that the hangup is in the COM object creation itself, where Mark and I think

[Twisted-Python] relative priority of deprecation tickets

2010-07-05 Thread Glyph Lefkowitz
Hello there everybody - and by "everybody" I mostly mean "thijs" :-). I've noticed that there is an increasing proliferation of small, "remove some deprecated stuff" tickets in the Twisted tracker. While, nominally, according to our own process, everything that is deprecated should eventually b

Re: [Twisted-Python] Advice seeked on SMPP implementation

2010-07-05 Thread Glyph Lefkowitz
On Jul 3, 2010, at 7:23 AM, Yaroslav Fedevych wrote: > If I'm going to make it internal to my needs, there's only issue of > making it work and be done with it. But that's not quite a way I would > like to do it; I would like to end up with an implementation which > would be reusable and benefici

Re: [Twisted-Python] Advice seeked on SMPP implementation

2010-07-05 Thread Glyph Lefkowitz
On Jul 3, 2010, at 7:23 AM, Yaroslav Fedevych wrote: > Engineer : How do I do it? > Economist : How much will it cost? > Twisted Developer: Will it block? and by the way, this is hilarious :).___ Twisted-Python mailing list Twisted-Python@twistedmatrix

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Glyph Lefkowitz
On Jul 4, 2010, at 12:13 PM, Jonathan Lange wrote: > As you've seen, the Twisted 10.1.0 release is out there. Yay! > I've started this thread for any discussions about the way the release > was done and for the next release. I am generally very pleased with the way it went. It appears to have

Re: [Twisted-Python] 10.1 release follow-up

2010-07-05 Thread Tristan Seligmann
On Tue, Jul 6, 2010 at 5:08 AM, Glyph Lefkowitz wrote: > I would *like* to accelerate the schedule for this release if we can get > certain important features in which missed the last release (documentation > for endpoints, documentation for cancellation, endpoint string parsing, > endpoint plugin

Re: [Twisted-Python] Creating a COM object in a thread

2010-07-05 Thread Hugh Emberson
On Tue, Jul 6, 2010 at 11:26 AM, Don Dwiggins wrote: > Hugh, >> The way I do this is I isolate all the COM stuff in a separate thread >> from thread that runs my reactor. > > This all looks good, and I think I understand it.  One question, though: > from my investigation, it seems that the hangup