Re: [Python-Dev] Converting tests to unittest/doctest?

2007-12-21 Thread Neal Norwitz
Hi Titus. Great work on GHOP! On Dec 21, 2007 3:05 AM, Titus Brown <[EMAIL PROTECTED]> wrote: > Hi all, > > a bit of grep'ping and personal examination discovered the following > tests in trunk/ that could be converted to unittest or doctests. Any > thoughts, pro or con? Yes, it would be great

Re: [Python-Dev] epoll() and kqueue wrapper for the select module

2007-12-21 Thread Ross Cohen
On Fri, Dec 21, 2007 at 11:28:55AM +0100, Christian Heimes wrote: > Your wrapper is a good implementation. I even found an inconvenience in > my implementation when I studied your code. My wrapper raised an > exception when a closed fd was removed with EPOLL_CTL_DEL. It should be a good reference,

Re: [Python-Dev] Make socket support TIPC

2007-12-21 Thread Alberto Bertogli
On Tue, Dec 18, 2007 at 11:57:19AM -0300, Alberto Bertogli wrote: > I wrote a patch adding TIPC support to the socket module, you can find > it in http://bugs.python.org/issue1646. Well, I'm supposed to "tickle the interest of one of the many folks with commit privileges" about this, so here I am

[Python-Dev] Summary of Tracker Issues

2007-12-21 Thread Tracker
ACTIVITY SUMMARY (12/14/07 - 12/21/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1366 open (+27) / 11799 closed (+27) / 13165 total (+54) Open issues with patches: 426 Average durati

Re: [Python-Dev] Converting tests to unittest/doctest?

2007-12-21 Thread Titus Brown
On Fri, Dec 21, 2007 at 04:02:21PM +0100, Quentin Gallet-Gilles wrote: -> (oops, realized I didn't send it to the list, just to Titus) -> -> I remember that it was one of the tasks at the Python Sprint at Google last -> summer, so I guess this is a good idea (for GHOP, right ?) Yep! -> >From wha

Re: [Python-Dev] Converting tests to unittest/doctest?

2007-12-21 Thread Quentin Gallet-Gilles
(oops, realized I didn't send it to the list, just to Titus) I remember that it was one of the tasks at the Python Sprint at Google last summer, so I guess this is a good idea (for GHOP, right ?) >From what remains of the spreadsheet used during the Sprint (http://spreadsheets.google.com/ccc?key=

Re: [Python-Dev] epoll() and kqueue wrapper for the select module

2007-12-21 Thread Giampaolo Rodola'
This makes me very happy. I could try to work on integrating this stuff in asyncore, if someone finds this of some interest. On 20 Dic, 18:08, Christian Heimes <[EMAIL PROTECTED]> wrote: > Linux Kernel 2.6+ and BSD (including Mac OS X) have two I/O event > notification systems similar but superior

[Python-Dev] Converting tests to unittest/doctest?

2007-12-21 Thread Titus Brown
Hi all, a bit of grep'ping and personal examination discovered the following tests in trunk/ that could be converted to unittest or doctests. Any thoughts, pro or con? (I understand from Brett that the goal is to eradicate "old-style" tests, by which I think he means tests that do not use unitte

Re: [Python-Dev] epoll() and kqueue wrapper for the select module

2007-12-21 Thread Christian Heimes
Ross Cohen wrote: > Did you look at the python-epoll module which has been in the Cheese > Shop for quite some time? There is no messing with a low level control > file descriptor and it presents an identical interface to select.poll(). No, I didn't see the module. To be honest I didn't look at th

Re: [Python-Dev] test_sys failures

2007-12-21 Thread Nick Coghlan
Guido van Rossum wrote: > When I build from scratch and run most tests (regrtest.py -uall) I get > some strange failures with test_sys.py: > > test test_sys failed -- Traceback (most recent call last): > File "/usr/local/google/home/guido/python/py3kd/Lib/test/test_sys.py", > line 302, in test_4