Re: [Python-Dev] (Windows) buildbots on 3.x
On Wed, Aug 4, 2010 at 8:48 PM, Paul Moore wrote: > On 3 August 2010 20:30, Barry Warsaw wrote: >> Brian is looking at Windows now (the buildbots are >> a sad and sorry story). > > There seems to be something distinctly wrong with the 3.x buildbots. A > lot of test failures and timeouts. At first I assumed it was my > buildslave going flaky (again :-() but it only affects the 3.x branch, > and it seems to be hitting more than just my slave. From what I'm > seeing, it's often test_io that's getting stalled and then sitting > round until it times out. I'm also quite confused by the test_smtpd failures that pop up on some of the test runs that I've had absolutely no luck reproducing locally under OS X or Solaris. Richard ___ Python-Dev mailing list [email protected] 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-committers] (Windows) buildbots on 3.x
On Wed, Aug 4, 2010 at 10:05 PM, Antoine Pitrou wrote: > It happens when running test_smtplib before test_smtpb: Aha! Thanks for the clue. I've checked in a fix. Richard ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] More tracker demos online
On Wednesday 26 July 2006 13:17, Terry Reedy wrote: > ""Martin v. Löwis"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > Currently, we have two running tracker demos online: > > > > Roundup: > > http://efod.se/python-tracker/ > > > > Jira: > > http://jira.python.atlassian.com/secure/Dashboard.jspa > > What user name and passwords will they accept, if any? For the Roundup tracker at least you should be able to recover your password using your sourceforge email address. Richard ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Is PyPI down?
The monitor said it went away at 23:50 UTC and came back 22 minutes later at 00:12 UTC. Richard On Wed, Dec 8, 2010 at 11:07 AM, MRAB wrote: > I can't get http://pypi.python.org and I've double-checked using > http://downforeveryoneorjustme.com/. > ___ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/richard%40python.org > ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] FYI: building on OS X
I just built 2.5 SVN on my OS X 10.4 laptop. I ran into the missing sys/statvfs.h problem that has been reported here in the past. To solve the problem I needed to upgrade my XCode install from 1.1 to 2.2.1 - the missing header files (there was actually a whole lot of them) were then installed. I don't know whether this needs to be mentioned somewhere in the build docs. Richard ___ Python-Dev mailing list [email protected] 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-checkins] r46247 - in python/branches/sreifschneider-newnewexcept: Makefile.pre.in Objects/exceptions.c Python/exceptions.c
On 25/05/2006, at 9:00 PM, Jim Jewett wrote: >> +/* >> + *OverflowWarning extends Warning >> + */ >> +SimpleExtendsException(PyExc_Warning, OverflowWarning, "Base >> class for warnings about numeric overflow. Won't exist in Python >> 2.5."); > > Take it out now? What do people say? I implemented this one because it was implemented in the old code in 2.5. Happy to remove it. Richard ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] "Missing" 2.5 feature
On 09/07/2006, at 9:05 AM, Anthony Baxter wrote: > I'm really not keen on this seeming tide of new features that > seem to be popping up. We're only a few days away from the second and > final planned beta - it's getting _awfully_ late to be slotting in > new features. And besides, one person has already been told that there's absolutely no new features added after the beta freeze, ever. Richard ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
