Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-15 Thread Ronald Oussoren
On 14 Feb, 2009, at 20:15, Martin v. Löwis wrote: Ronald Oussoren wrote: On 14 Feb, 2009, at 19:04, Martin v. Löwis wrote: A single installer could support both 32-bit on 10.4 and 64-bit on 10.5, but I don't think that's very useful because there are changes in the low-level unix API's

Re: [Python-Dev] draft 3.1 release schedule

2009-02-15 Thread Guido van Rossum
On Sat, Feb 14, 2009 at 12:29 PM, Benjamin Peterson benja...@python.org wrote: Here's a very tentative 3.1 release schedule. Thanks! Glad you're taking your new role of release manager seriously and are starting to plan ahead. 3.1a1 March 7 (Saturday) 3.1a2 April 11 (Saturday) 3.1b1 May 2

[Python-Dev] smtplib violates SMTP spec

2009-02-15 Thread Felix Schwarz
Hi, I would like to get attention to issue 4142 [1] which was filed several months ago. This is about a clear bug in smtplib's SMTP implementation which is probably present since (at least) Python 1.5. When re-using an smtplib.SMTP instance for a second connection, smtplib does not send

Re: [Python-Dev] smtplib violates SMTP spec

2009-02-15 Thread Aahz
On Sun, Feb 15, 2009, Felix Schwarz wrote: I would like to get attention to issue 4142 [1] which was filed several months ago. This is about a clear bug in smtplib's SMTP implementation which is probably present since (at least) Python 1.5. When re-using an smtplib.SMTP instance for a

[Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Daniel (ajax) Diniz
Hi, In the discussion of a feature request for MacPython[1], the OP (hhas) said: As of Python 2.6/3.0, all Mac-specific modules are deprecated/eliminated from the standard library and there are no longer any plans to submit appscript for possible inclusion. This issue should be

Re: [Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Brett Cannon
On Sun, Feb 15, 2009 at 12:13, Daniel (ajax) Diniz aja...@gmail.com wrote: Hi, In the discussion of a feature request for MacPython[1], the OP (hhas) said: As of Python 2.6/3.0, all Mac-specific modules are deprecated/eliminated from the standard library and there are no longer any

Re: [Python-Dev] .Idle.py init file

2009-02-15 Thread Daniel (ajax) Diniz
Mitchell, I can't find the string .Idle.py in trunk. If you haven't already, please open a documentation issue for this one. I don't see any obvious downside to this behavior and people might be relying on it by now. Thanks for reporting these IDLE issues! Daniel

Re: [Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Daniel (ajax) Diniz
Looks like the MDS ate the copy sent to the list, here's it again: Brett Cannon wrote: As of Python 2.6 everything Mac-specific is deprecated and in 3.0 they are gone (you can read PEP 3108 for the details or just note that the Mac/Modules directory is gone in 3.0). They will still be around

Re: [Python-Dev] draft 3.1 release schedule

2009-02-15 Thread Benjamin Peterson
On Sun, Feb 15, 2009 at 10:59 AM, Guido van Rossum gu...@python.org wrote: On Sat, Feb 14, 2009 at 12:29 PM, Benjamin Peterson benja...@python.org wrote: 3.1a1 March 7 (Saturday) 3.1a2 April 11 (Saturday) 3.1b1 May 2 (Saturday) 3.1b2 May 23 (Saturday) 3.1rc1 June 13 (Saturday) 3.1rc2 June

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-15 Thread Ned Deily
In article e8a0972d0902141101x4ec55722ud7cf9f861937a...@mail.gmail.com, Alex Martelli alea...@gmail.com wrote: On Sat, Feb 14, 2009 at 3:22 AM, Ned Deily n...@acm.org wrote: ... have done complete and thorough testing. (In particular, I have no access to a G5 for 64-bit PPC testing.)

[Python-Dev] No 2.x-3.x porting documentation?

2009-02-15 Thread skip
I apologize if this has been discussed here or elsewhere already. I'm offline as I write this so my only source of guidance is what I find in my Subversion checkouts. I'm making a naive stab at converting nose to Python3 so I can hopefully run the lockfile test cases under Python 3. (Again, I'm

Re: [Python-Dev] No 2.x-3.x porting documentation?

2009-02-15 Thread Benjamin Peterson
On Sun, Feb 15, 2009 at 8:59 PM, s...@pobox.com wrote: If neither of these changes could be handled by 2to3 I think it would have been useful to at least document the changes (in whatsnew/3.0.rst?) and maybe offer humans some workaround ideas. If there is a wiki page collecting porting

Re: [Python-Dev] RELEASED Python 3.0.1

2009-02-15 Thread Ned Deily
In article ec96e1390902132046k75fbaa12h7c54ab0f8f346...@mail.gmail.com, Benjamin Kaplan benjamin.kap...@case.edu wrote: Any chance of getting a Mac installer for this one? BTW, I see the a link to the OS X installer has now been added to the 3.0.1 release page:

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-15 Thread Ned Deily
In article 6fc960b6-7723-4887-9342-fac4d0c93...@mac.com, Ronald Oussoren ronaldousso...@mac.com wrote: I'll be at Pycon and part of post-pycon sprint days (I'm flying back on april 1st). I had already planned to try to get a mac-related sprint going at pycon, I've added work on this on

Re: [Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Ned Deily
In article 2d75d7660902151517p22440361u76f686dc2f0e1...@mail.gmail.com, Daniel (ajax) Diniz aja...@gmail.com wrote: Brett Cannon wrote: As of Python 2.6 everything Mac-specific is deprecated and in 3.0 they are gone (you can read PEP 3108 for the details or just note that the Mac/Modules