[issue1646] Make socket support TIPC.

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: Committed in r59819 -- resolution: accepted -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1646] Make socket support TIPC.

2008-01-07 Thread Alberto Bertogli
Alberto Bertogli added the comment: On Mon, Jan 07, 2008 at 03:37:54PM -, Christian Heimes wrote: > The unit tests don't work for me (Ubuntu 7.10, Linux 2.6.22, i386) > > >>> srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM) > Traceback (most recent call last): > File "", line 1, in >

[issue1646] Make socket support TIPC.

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: The unit tests don't work for me (Ubuntu 7.10, Linux 2.6.22, i386) >>> srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM) Traceback (most recent call last): File "", line 1, in File "/home/heimes/dev/python/trunk/Lib/socket.py", line 177, in __init__

[issue1646] Make socket support TIPC.

2008-01-07 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file8981/0002-Make-socket-support-TIPC.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Py

[issue1646] Make socket support TIPC.

2008-01-07 Thread Alberto Bertogli
Alberto Bertogli added the comment: On Sun, Jan 06, 2008 at 02:45:35PM -, Alberto Bertogli wrote: > I'll probably send you the updated patch sometime this week; thanks for > the ping =) Here are the three patches, rebased to the SVN commit 59815. The first one is the same I've already submi

[issue1646] Make socket support TIPC.

2008-01-06 Thread Alberto Bertogli
Alberto Bertogli added the comment: On Sat, Jan 05, 2008 at 10:08:15PM -, Christian Heimes wrote: > I'm still waiting for a new patch. Your feature patch has been accepted > but I won't commit it without doc updates. I know, but holidays were not the best time to write documentation. I'll p

[issue1646] Make socket support TIPC.

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: *PING* I'm still waiting for a new patch. Your feature patch has been accepted but I won't commit it without doc updates. -- resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __

[issue1646] Make socket support TIPC.

2007-12-22 Thread Christian Heimes
Christian Heimes added the comment: I've chatted with albertito a few days ago and adviced him to post the patch here. I'll take it. >From the first review the patch looks good. The code is written cleanly and it uses the appropriate API. The new code is surrounded by ifdefs and it has a patch f

[issue1646] Make socket support TIPC.

2007-12-20 Thread Guido van Rossum
Guido van Rossum added the comment: Tickle the interest of one of the many folks with commit privileges. Since 2.6 isn't going to be released for months there's no great hurry, but waiting until the last minute would be a mistake. __ Tracker <[EMAIL PROTECTED]> <

[issue1646] Make socket support TIPC.

2007-12-19 Thread Alberto Bertogli
Alberto Bertogli added the comment: On Tue, Dec 18, 2007 at 07:10:39PM -, Guido van Rossum wrote: > Guido van Rossum added the comment: > > I'm okay with adding this, it doesn't add much code and is properly > safeguarded by #ifdefs and has a configure.in patch. Thanks! Is there anything e

[issue1646] Make socket support TIPC.

2007-12-18 Thread Guido van Rossum
Guido van Rossum added the comment: I'm okay with adding this, it doesn't add much code and is properly safeguarded by #ifdefs and has a configure.in patch. I haven't reviewed the code though. -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]>

[issue1646] Make socket support TIPC.

2007-12-17 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch priority: -> normal type: -> rfe __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list maili

[issue1646] Make socket support TIPC.

2007-12-17 Thread Alberto Bertogli
New submission from Alberto Bertogli: TIPC (http://tipc.sf.net) is an open protocol designed for use in clustered computer environments. It currently has an open source implementation for Linux (>= 2.6.16), and VxWorks. The attached patch (against trunk) adds optional Linux-only support for TIPC