Re: [Python-Dev] Stable buildbots

2010-11-15 Thread Bill Janssen
Both the Tiger buildbots are suddenly failing 3.x on test_cmd_line. Looking at the changes since the last success, I can't see anything which would obviously affect that... Any suspects? Here's what's failing: == ERROR: test_run

Re: [Python-Dev] Stable buildbots

2010-11-15 Thread David Bolen
Brian Curtin writes: > Is the dialog closer script available somewhere? I'm guessing this is the > same script that closes the window which pops up during test_capi's crash? Not sure about that specific test, as I won't normally see the windows. If the failure is causing a C RTL pop-up, then ye

Re: [Python-Dev] Stable buildbots

2010-11-15 Thread Brian Curtin
On Sun, Nov 14, 2010 at 02:48, David Bolen wrote: > Nick Coghlan writes: > > > Do we have any idea why the workaround to avoid the popup windows > > stopped working? (assuming it ever worked reliably - I thought it did, > > but that impression may have been incorrect) > > Oh, the pop-up handling

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-15 Thread anatoly techtonik
On Sun, Nov 14, 2010 at 5:10 AM, Terry Reedy wrote: > On 11/13/2010 8:28 PM, Nick Coghlan wrote: >> >> Following the python-checkins list, I get to see both the current SVN >> notifications and the Hg notifications from Tarek's pushes into the >> distutils repository. I realised today that there i

Re: [Python-Dev] [Python-checkins] r86467 - in python/branches/py3k: Doc/library/logging.rst Lib/logging/__init__.py Misc/NEWS

2010-11-15 Thread Reid Kleckner
On Mon, Nov 15, 2010 at 8:24 AM, Nick Coghlan wrote: > On Mon, Nov 15, 2010 at 7:33 AM, vinay.sajip > wrote: >> >> +   .. attribute:: stack_info >> + >> +      Stack frame information (where available) from the bottom of the stack >> +      in the current thread, up to and including the stack fr

Re: [Python-Dev] [Python-checkins] r86467 - in python/branches/py3k: Doc/library/logging.rst Lib/logging/__init__.py Misc/NEWS

2010-11-15 Thread Nick Coghlan
On Mon, Nov 15, 2010 at 7:33 AM, vinay.sajip wrote: > > +   .. attribute:: stack_info > + > +      Stack frame information (where available) from the bottom of the stack > +      in the current thread, up to and including the stack frame of the > +      logging call which resulted in the creation

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-15 Thread Nick Coghlan
On Mon, Nov 15, 2010 at 4:27 AM, "Martin v. Löwis" wrote: >> I suspect my hg-fu is inadequate to at this point - I get an 'access >> to repository "hg.python.org/hooks" not permitted' error when I try to >> push the modified file to "ssh://h...@hg.python.org/hooks". > > Try > > ssh://h...@hg.pytho