Re: [Python-Dev] SPARC testers (and buildbot!) needed

2012-08-10 Thread Stefan Krah
Floris Bruynooghe f...@devork.be wrote: One more thing that might be interesting, the OpenCSW project provides access to their build farm to upstream maintainers. They say various/all versions of solaris are available and compilers etc are already setup, but I have never tried this out. In

Re: [Python-Dev] SPARC testers (and buildbot!) needed

2012-08-10 Thread Floris Bruynooghe
On 10 August 2012 06:48, Martin v. Löwis mar...@v.loewis.de wrote: Actually, there appears to be a glitch in the network setup: it appears that connections to localhost are not possible in your zone. The tests fail with an assertion self.assertEqual(cm.exception.errno, errno.ECONNREFUSED)

[Python-Dev] Summary of Python tracker Issues

2012-08-10 Thread Python tracker
ACTIVITY SUMMARY (2012-08-03 - 2012-08-10) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open3588 (+24) closed 23808 (+44) total 27396 (+68) Open issues

[Python-Dev] Tests of of 2.7 tip on Ubuntu 12.04 amd64

2012-08-10 Thread Juancarlo Añez (Apalala)
Hello, Please let me know if this is normal: 1 test failed: test_readline 1 test altered the execution environment: test_subprocess 32 tests skipped: test_aepack test_al test_applesingle test_bsddb test_bsddb185 test_bsddb3 test_cd test_cl test_curses test_dl test_gl

Re: [Python-Dev] Tests of of 2.7 tip on Ubuntu 12.04 amd64

2012-08-10 Thread Brian Curtin
On Fri, Aug 10, 2012 at 3:52 PM, Juancarlo Añez (Apalala) apal...@gmail.com wrote: Hello, Please let me know if this is normal: 1 test failed: test_readline 1 test altered the execution environment: test_subprocess 32 tests skipped: test_aepack test_al test_applesingle

Re: [Python-Dev] Tests of of 2.7 tip on Ubuntu 12.04 amd64

2012-08-10 Thread Antoine Pitrou
On Fri, 10 Aug 2012 16:07:53 -0500 Brian Curtin br...@python.org wrote: On Fri, Aug 10, 2012 at 3:52 PM, Juancarlo Añez (Apalala) apal...@gmail.com wrote: Hello, Please let me know if this is normal: 1 test failed: test_readline 1 test altered the execution environment:

Re: [Python-Dev] Tests of of 2.7 tip on Ubuntu 12.04 amd64

2012-08-10 Thread Juancarlo Añez
On Fri, Aug 10, 2012 at 4:37 PM, Brian Curtin br...@python.org wrote: It's never normal to have tests failing. Perhaps try running test_readline directly and then report your findings on http://bugs.python.org The test script depends on a readline function not available in readline 5 or 6.

Re: [Python-Dev] [Python-checkins] cpython: update docstring per the extension package fix, refactor

2012-08-10 Thread Eric Snow
On Fri, Aug 10, 2012 at 2:17 PM, philip.jenvey python-check...@python.org wrote: http://hg.python.org/cpython/rev/e024f6ba5ed8 changeset: 78487:e024f6ba5ed8 user:Philip Jenvey pjen...@underboss.org date:Fri Aug 10 11:53:54 2012 -0700 summary: update docstring per the

Re: [Python-Dev] [Python-checkins] cpython: Issue #15502: Finish bringing importlib.abc in line with the current

2012-08-10 Thread Chris Jerdonek
On Fri, Aug 10, 2012 at 9:21 AM, brett.cannon python-check...@python.org wrote: http://hg.python.org/cpython/rev/0a75ce232f56 changeset: 78485:0a75ce232f56 user:Brett Cannon br...@python.org date:Fri Aug 10 12:21:12 2012 -0400 summary: Issue #15502: Finish bringing