Re: [Python-3000] commit access request

2008-07-15 Thread Stefan Behnel
Nick Coghlan wrote: > I recently spent an hour reverting a mistaken CVS checkin (meant to > check in one file, checked in the whole working tree instead) that could > have been reverted with a single command in SVN. :) I know what that feels like ... That's where Mercurial's "hg rollback" comes i

Re: [Python-3000] commit access request

2008-07-15 Thread Nick Coghlan
Antoine Pitrou wrote: I swear I'll do all my possible to live up to the responsibilities that come with those powers. Actually the prospect of breaking something by mistake makes me a bit anxious, so please forgive me in advance. The moment you check something in by mistake is the moment you wi

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Antoine
> I can do that for you. OTOH, I think it's time we gave Antoine commit > access; we've gotten nothing but great things out of him so far. :) Part of the reason Benjamin says this is probably that I've been bugging him quite a few times to commit some pending patches (he was the one hanging out o

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-07-15 Thread Eric Smith
Eric Smith wrote: I just checked in the code to close this issue (http://bugs.python.org/issue3038). It's in both 2.6 and 3.0. Make that http://bugs.python.org/issue3083. ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mail

Re: [Python-3000] PEP 3101 str.format() equivalent of '%#o/x/X'?

2008-07-15 Thread Eric Smith
Eric Smith wrote: Marcin ‘Qrczak’ Kowalczyk wrote: 2008/5/29 Eric Smith <[EMAIL PROTECTED]>: I don't see it as a big problem. You can now use any prefix you want, instead of the hard coded values that # supplied. Except that it works incorrectly for negative numbers. Excellent point. If

[Python-3000] Bug 3139

2008-07-15 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 But 3139 appears important enough to hold up beta 2. http://bugs.python.org/issue3139 bytearrays are not thread safe Can we get this fixed by tomorrow? Does anybody disagree that we should hold up the release for this one? We don't have much tim

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Brett Cannon
On Tue, Jul 15, 2008 at 4:45 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Jul 15, 2008, at 2:38 PM, Brett Cannon wrote: > >> On Tue, Jul 15, 2008 at 5:32 AM, Barry Warsaw <[EMAIL PROTECTED]> wrote: >>> >>> -BEGIN PGP SIGNED MESSAGE- >>

Re: [Python-3000] commit access request

2008-07-15 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 15, 2008, at 4:57 PM, Brett Cannon wrote: I can't give the privileges, Antoine, but I know that an SSH 2 public key is going to be needed (see the dev FAQ at http://www.python.org/dev/faq/ if you don't know how to generate one). They will als

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 15, 2008, at 2:38 PM, Brett Cannon wrote: On Tue, Jul 15, 2008 at 5:32 AM, Barry Warsaw <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A reminder: the second betas of Python 2.6 and 3.0 are schedule for tomorrow.

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I realized that the previous schedule really called for a release today 7/15 because I'm a bit busy tomorrow night. In any event, let's try to stick to doing it on 7/16. - -Barry -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) iQ

Re: [Python-3000] commit access request

2008-07-15 Thread Brett Cannon
On Tue, Jul 15, 2008 at 1:28 PM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > > Hey, > > My previous mail to the list apparently lost itself somewhere... > >> > I can do that for you. OTOH, I think it's time we gave Antoine commit >> > access; we've gotten nothing but great things out of him so far.

Re: [Python-3000] commit access request

2008-07-15 Thread Antoine Pitrou
Hey, My previous mail to the list apparently lost itself somewhere... > > I can do that for you. OTOH, I think it's time we gave Antoine commit > > access; we've gotten nothing but great things out of him so far. :) > > Antoine just needs to ask himself and someone who knows how to add > commit

Re: [Python-3000] Is this a bug with list comprehensions or not?

2008-07-15 Thread Terry Reedy
Guido van Rossum wrote: I don't see how this can be fixed, because there's no way for the list() constructor to know where the StopIteration is coming from. Sounds like a good analysis to me. No bug here. Move along, nothing to see here! I decided a couple of days ago that the easiest 'fix

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Guido van Rossum
On Tue, Jul 15, 2008 at 11:34 AM, Brett Cannon <[EMAIL PROTECTED]> wrote: >> I can do that for you. OTOH, I think it's time we gave Antoine commit >> access; we've gotten nothing but great things out of him so far. :) > Antoine just needs to ask himself and someone who knows how to add > commit pr

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Brett Cannon
On Tue, Jul 15, 2008 at 5:32 AM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > A reminder: the second betas of Python 2.6 and 3.0 are schedule for > tomorrow. I will try to hang out on #python-dev today and will start > looking at the trackers and bu

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Brett Cannon
On Tue, Jul 15, 2008 at 6:47 AM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Tue, Jul 15, 2008 at 8:42 AM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >>> A reminder: the second betas of Python 2.6 and 3.0 are schedule for >>> tomorrow. I will try to hang out on #python-dev today

Re: [Python-3000] adding gamma and error functions to math module

2008-07-15 Thread Terry Reedy
Mark Dickinson wrote: In any case, if you're interested in getting these in to 2.7/3.1 (it's too late for 2.6/3.0) then I'd suggest opening a feature request at bugs.python.org. (And assign it to me, if you like.) I'm interested also. Done and done. http://bugs.python.org/issue3366 __

Re: [Python-3000] Remove sunaudio?

2008-07-15 Thread Guido van Rossum
Go right ahead. On Sat, Jul 12, 2008 at 6:36 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > I just noticed that sunaudio was never broken out as a separate module > to remove in PEP 3108. It is mentioned in the rationale of audiodev to > remove if audiodev itself is taken out. > > I assume no one o

Re: [Python-3000] Is this a bug with list comprehensions or not?

2008-07-15 Thread Guido van Rossum
On Fri, Jul 11, 2008 at 5:11 PM, Greg Ewing <[EMAIL PROTECTED]> wrote: > From some experiments I just did using bare genexps and calling > next() on them, I don't think anything is being silently caught > in the genexp. What's happening is that the surrounding list() > constructor is performing ano

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Nick Coghlan
Nick Coghlan wrote: Barry Warsaw wrote: A reminder: the second betas of Python 2.6 and 3.0 are schedule for tomorrow. I will try to hang out on #python-dev today and will start looking at the trackers and buildbots. Hopefully, we're on track to get the releases out! If there is anything yo

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Benjamin Peterson
On Tue, Jul 15, 2008 at 8:42 AM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > > Hi, > >> A reminder: the second betas of Python 2.6 and 3.0 are schedule for >> tomorrow. I will try to hang out on #python-dev today and will start >> looking at the trackers and buildbots. Hopefully, we're on track t

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Antoine Pitrou
Hi, > A reminder: the second betas of Python 2.6 and 3.0 are schedule for > tomorrow. I will try to hang out on #python-dev today and will start > looking at the trackers and buildbots. Hopefully, we're on track to > get the releases out! In http://codereview.appspot.com/2448 (PEP 3134 e

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Jesse Noller
On Tue, Jul 15, 2008 at 8:32 AM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > A reminder: the second betas of Python 2.6 and 3.0 are schedule for > tomorrow. I will try to hang out on #python-dev today and will start > looking at the trackers and bu

Re: [Python-3000] adding gamma and error functions to math module

2008-07-15 Thread Daniel Stutzbach
On Tue, Jul 15, 2008 at 3:27 AM, Mark Dickinson <[EMAIL PROTECTED]> wrote: > One reason is that they're probably not available on all platforms; > these functions > are part of the C99 standard, and not everyone has caught up with all the > little > details of C99 yet. In particular, I wouldn't b

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Nick Coghlan
Barry Warsaw wrote: A reminder: the second betas of Python 2.6 and 3.0 are schedule for tomorrow. I will try to hang out on #python-dev today and will start looking at the trackers and buildbots. Hopefully, we're on track to get the releases out! If there is anything you need a decision on,

Re: [Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Mark Dickinson
On Tue, Jul 15, 2008 at 1:32 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > If there is anything you need a decision on, please follow up to this > thread. I'm inundated with email so I can't watch every thread on the > mailing lists. Or ping me on #python-dev. Can I request permission to check i

[Python-3000] Reminder: beta 2's schedule for tomorrow

2008-07-15 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A reminder: the second betas of Python 2.6 and 3.0 are schedule for tomorrow. I will try to hang out on #python-dev today and will start looking at the trackers and buildbots. Hopefully, we're on track to get the releases out! If there is an

Re: [Python-3000] [Python-Dev] PEP: Consolidating names and classes in the `unittest` module

2008-07-15 Thread Scott Dial
Michael Foord wrote: Benjamin Peterson wrote: On Mon, Jul 14, 2008 at 6:18 PM, Ben Finney <[EMAIL PROTECTED]> wrote: "Benjamin Peterson" <[EMAIL PROTECTED]> writes: On Mon, Jul 14, 2008 at 8:25 AM, Ben Finney <[EMAIL PROTECTED]> wrote: Use new-style classes throughout

Re: [Python-3000] [Python-Dev] PEP: Consolidating names and classes in the `unittest` module

2008-07-15 Thread Michael Foord
Benjamin Peterson wrote: On Mon, Jul 14, 2008 at 6:18 PM, Ben Finney <[EMAIL PROTECTED]> wrote: "Benjamin Peterson" <[EMAIL PROTECTED]> writes: On Mon, Jul 14, 2008 at 8:25 AM, Ben Finney <[EMAIL PROTECTED]> wrote: Use new-style classes throughout --

Re: [Python-3000] [Python-Dev] PEP: Consolidating names and classes in the `unittest` module

2008-07-15 Thread Ben Finney
"Benjamin Peterson" <[EMAIL PROTECTED]> writes: > On Mon, Jul 14, 2008 at 8:25 AM, Ben Finney <[EMAIL PROTECTED]> wrote: > > Use new-style classes throughout > > > > > > The following classes will inherit explicitly from the built-in > > `object` type, to make all

Re: [Python-3000] adding gamma and error functions to math module

2008-07-15 Thread Raymond Hettinger
- Original Message - From: "Mark Dickinson" <[EMAIL PROTECTED]> To: "nirinA raseliarison" <[EMAIL PROTECTED]>; "python-3000" Sent: Tuesday, July 15, 2008 1:27 AM Subject: Re: [Python-3000] adding gamma and error functions to math module On Tue, Jul 15, 2008 at 9:10 AM, nirinA rasel

Re: [Python-3000] adding gamma and error functions to math module

2008-07-15 Thread Mark Dickinson
On Tue, Jul 15, 2008 at 9:10 AM, nirinA raseliarison <[EMAIL PROTECTED]> wrote: > gammas and errors functions are available from the C standard > library. it would be nice to have them in the math module. > or is there any reason not to include them? One reason is that they're probably not availab

[Python-3000] adding gamma and error functions to math module

2008-07-15 Thread nirinA raseliarison
gammas and errors functions are available from the C standard library. it would be nice to have them in the math module. or is there any reason not to include them? diff -u1 /usr/local/src/Python-3.0b1/Modules/mathmodule.c mathmodule.c --- /usr/local/src/Python-3.0b1/Modules/mathmodule.c2008-