Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Ned Deily
In article , Ned Deily wrote: > [...] All versions can > co-exist with each other and with the Apple-supplied python which lives > in /System/Library/Frameworks/Python.framework/Versions/2.5 > for 10.5 and 2.3 for > 10.4. > [...] -- Ned Deily, n...@acm.org

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Ned Deily
In article <805e7543-96ed-474f-8059-123b4085c...@mac.com>, Tom Bridgman wrote: > Is there a reliable way to install python 3 on a Mac without damaging > the resident installation? Are there 10.4 vs 10.5 issues? It's easy to install multiple versions and there should be no danger of damage.

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Tom Bridgman
Is there a reliable way to install python 3 on a Mac without damaging the resident installation? Are there 10.4 vs 10.5 issues? Tom On Feb 16, 2009, at 3:59 AM, Ned Deily wrote: In article , Ned Deily wrote: I've opened the following issues for problems with various menu, key definitions,

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-16 Thread Ned Deily
In article , Ned Deily wrote: > I've opened the following issues for problems with various menu, key > definitions, and launch problems with IDLE.app and bin/idle on OS X: > > > > > Th

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-10 Thread Ned Deily
In article <49919728.6020...@codebykevin.com>, Kevin Walzer wrote: > Ned Deily wrote: > > The patches included have been tested on 2.6, 2.7, 3.0, and 3.1 as > > indicated. I believe that, with these patches applied, IDLE.app and > > command line idle (bin/idle) on all of these systems will ex

Re: [Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-10 Thread Kevin Walzer
Ned Deily wrote: The patches included have been tested on 2.6, 2.7, 3.0, and 3.1 as indicated. I believe that, with these patches applied, IDLE.app and command line idle (bin/idle) on all of these systems will exhibit the same behavior regarding menus and key definitions.[1] In particular, t

[Pythonmac-SIG] IDLE fixes for 2.x and 3.x

2009-02-09 Thread Ned Deily
I've opened the following issues for problems with various menu, key definitions, and launch problems with IDLE.app and bin/idle on OS X: Issue5194 applies to 2.6, trunk (2.7), 3.0, and