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 mar...@v.loewis.de 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

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 python-check...@python.org 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

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 ncogh...@gmail.com wrote: On Mon, Nov 15, 2010 at 7:33 AM, vinay.sajip python-check...@python.org wrote: +   .. attribute:: stack_info + +      Stack frame information (where available) from the bottom of the stack +      in the current thread,

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 tjre...@udel.edu 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

Re: [Python-Dev] Stable buildbots

2010-11-15 Thread Brian Curtin
On Sun, Nov 14, 2010 at 02:48, David Bolen db3l@gmail.com wrote: Nick Coghlan ncogh...@gmail.com 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

Re: [Python-Dev] Stable buildbots

2010-11-15 Thread David Bolen
Brian Curtin brian.cur...@gmail.com 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

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: