Re: [Python-Dev] Python Support on OpenVMS

2011-05-16 Thread Martin v. Löwis
Am 16.05.2011 04:15, schrieb Senthil Kumaran:
> On Sat, May 14, 2011 at 05:00:30PM +1000, Nick Coghlan wrote:
>> For ongoing support, it would also be *really* helpful if HP could
>> provide an OpenVMS buildbot.
> 
> Yes, that would be best first step in the on-going struggle to support
> OpenVMS platform.

I guess the best first step would be to make it compile at all. Then try
to make it pass the test suite. This may well take several months to
complete.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python Support on OpenVMS

2011-05-16 Thread Nick Coghlan
On Mon, May 16, 2011 at 5:20 PM, "Martin v. Löwis"  wrote:
> Am 16.05.2011 04:15, schrieb Senthil Kumaran:
>> On Sat, May 14, 2011 at 05:00:30PM +1000, Nick Coghlan wrote:
>>> For ongoing support, it would also be *really* helpful if HP could
>>> provide an OpenVMS buildbot.
>>
>> Yes, that would be best first step in the on-going struggle to support
>> OpenVMS platform.
>
> I guess the best first step would be to make it compile at all. Then try
> to make it pass the test suite. This may well take several months to
> complete.

And then make sure the buildbot client runs properly. Still, having
someone start down that path now (with a green stable buildbot as the
target end state) provides a specific goal that any patches can work
towards.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python Support on OpenVMS

2011-05-16 Thread Mathew, Sandeep (OpenVMS)
Hi All,

Thanks for your responses!. First thing on my radar is to get buildbot working 
on OpenVMS.
I had a quick glance at source, although buildbot is written purely in python 
it has many
platform specific issues. See: 
https://github.com/buildbot/buildbot/blob/master/master/README.w32
However I am guessing that it may not be very difficult to resolve.

I will concentrating on Itanium systems initially and will later port it to 
Alpha in a similar
way. I have requested for an account in HP's OpenVMS cluster meant for open 
source development.
I will kick off my work after the account has been activated!

Regards
Sandeep Mathew


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python Support on OpenVMS

2011-05-16 Thread Antoine Pitrou
On Mon, 16 May 2011 08:08:27 +
"Mathew, Sandeep (OpenVMS)"  wrote:

> Hi All,
> 
> Thanks for your responses!. First thing on my radar is to get buildbot 
> working on OpenVMS.
> I had a quick glance at source, although buildbot is written purely in python 
> it has many
> platform specific issues. See: 
> https://github.com/buildbot/buildbot/blob/master/master/README.w32

I think this file is way out of date. We have Windows buildbots running
fine, and I don't think they required a modification of the buildbot
software.

Furthermore, you only need the buildbot slave, not master.
See http://wiki.python.org/moin/BuildBot for more info

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Simple XML-RPC server over SSL/TLS

2011-05-16 Thread Dariusz Suchojad

Bill Janssen wrote:

Hello,


But what I would like to know, is if is there any reason why XML-RPC can't
optionally work over TLS/SSL using Python's ssl module. I'll create a
ticket, and send a patch, but I was wondering if it was a reason why this
was not implemented.


I think there's no deeper reason than nobody thought about it.  The ssl
module is new in 2.6 and 3.x, xmlrpc is an older module for an old
technology *cough*, so feel free to open a bug report.  Patch guidelines
are found at http://docs.python.org/devguide  Thanks in advance!


What he said.  I'm not a big fan of XMLRPC in the first place, so I
probably didn't even notice that there wasn't SSL support for it.

Go for it!


I know it's been some time but I've only now spotted the thread and just 
in case it could be helpful to anyone, Spring Python project has 
implemented the feature last year for Python 2.x


http://static.springsource.org/spring-python/1.2.x/sphinx/html/remoting.html#secure-xml-rpc

cheers,

--
Dariusz Suchojad
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] [OT] Server Side Clone mode

2011-05-16 Thread Dj Gilcrease
I was wondering if there was a place I could get the modifications
that have been made at hg.python.org to add the Server Side Clone to
the hgweb interface.


Dj Gilcrease
 
( |     \  o    ()   |  o  |`|
  |      |      /`\_/|      | |   ,__   ,_,   ,_,   __,    ,   ,_,
_|      | |    /      |  |   |/   /      /   |   |_/  /    |   / \_|_/
(/\___/  |/  /(__,/  |_/|__/\___/    |_/|__/\__/|_/\,/  |__/
         /|
         \|
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com