[Pythonmac-SIG] Re: [Python-Dev] Darwin's realloc(...) implementation never shrinks allocations

2005-01-02 Thread Bob Ippolito
On Jan 3, 2005, at 12:13 AM, Tim Peters wrote: [Bob Ippolito] Quite a few notable places in the Python sources expect realloc(...) to relinquish some memory if the requested size is smaller than the currently allocated size. I don't know what "relinquish some memory" means. If it means something

[Pythonmac-SIG] Darwin's realloc(...) implementation never shrinks allocations

2005-01-02 Thread Bob Ippolito
Quite a few notable places in the Python sources expect realloc(...) to relinquish some memory if the requested size is smaller than the currently allocated size. This is definitely not true on Darwin, and possibly other platforms. I have tested this on OpenBSD and Linux, and the implementati

[Pythonmac-SIG] Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Mac/OSX fixapplepython23.py, 1.2, 1.3

2005-01-02 Thread Jack Jansen
On 2-jan-05, at 22:35, Bob Ippolito wrote: On 2-jan-05, at 4:40, Bob Ippolito wrote: +SCRIPT="""#!/bin/sh +export MACOSX_DEPLOYMENT_TARGET=10.3 +exec %s "[EMAIL PROTECTED]" This script should check to see if MACOSX_DEPLOYMENT_TARGET is already set. If I have some reason to set MACOSX_DEPLOYMENT_

[Pythonmac-SIG] Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Mac/OSX fixapplepython23.py, 1.2, 1.3

2005-01-02 Thread Bob Ippolito
On Jan 2, 2005, at 4:28 PM, Jack Jansen wrote: On 2-jan-05, at 4:40, Bob Ippolito wrote: +SCRIPT="""#!/bin/sh +export MACOSX_DEPLOYMENT_TARGET=10.3 +exec %s "[EMAIL PROTECTED]" This script should check to see if MACOSX_DEPLOYMENT_TARGET is already set. If I have some reason to set MACOSX_DEPLOYM

[Pythonmac-SIG] Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Mac/OSX fixapplepython23.py, 1.2, 1.3

2005-01-02 Thread Jack Jansen
On 2-jan-05, at 4:40, Bob Ippolito wrote: +SCRIPT="""#!/bin/sh +export MACOSX_DEPLOYMENT_TARGET=10.3 +exec %s "[EMAIL PROTECTED]" This script should check to see if MACOSX_DEPLOYMENT_TARGET is already set. If I have some reason to set MACOSX_DEPLOYMENT_TARGET=10.4 for compilation (say I'm compil

Re: [Pythonmac-SIG] ANN: pyobjc-1.2

2005-01-02 Thread Dethe Elza
As it is largely undocumented, has no official release, is quite "evil", and I have no spare time to support it.. I'm not going to encourage its use. If you have a use for it, it's there, but that's about as far as I'm willing to go right now. With an intro like that, how can I *not* try it out

Re: [Pythonmac-SIG] ANN: pyobjc-1.2

2005-01-02 Thread Bob Ippolito
On Jan 2, 2005, at 2:50 PM, Dethe Elza wrote: pyject works with this by starting a new thread in an arbitrary pid that loads some plugin using mach_inject. The intended use is to load a py2app-built plugin, which will run whatever module level code is

Re: [Pythonmac-SIG] ANN: pyobjc-1.2

2005-01-02 Thread Dethe Elza
You'll have to RTFM on a per-application basis. This doesn't have much to do with PyObjC. OK, that's what I was afraid of. Thanks! pyject works with this by starting a new thread in an arbitrary pid that loads some plugin using mach_inject. The inte

Re: [Pythonmac-SIG] New to phython and need an ide tool help....

2005-01-02 Thread Just van Rossum
John Ochiltree wrote: > > On 2 Jan 2005, at 06:02, Bob Ippolito wrote: > > > The MacPython IDE isn't really maintained, so it's unlikely that > > this will happen. > > > > You may want to try using Xcode, it will do syntax highlighting and > > completion of Python code. It's not the smartest a

Re: [Pythonmac-SIG] New to phython and need an ide tool help....

2005-01-02 Thread John Ochiltree
On 2 Jan 2005, at 06:02, Bob Ippolito wrote: On Jan 2, 2005, at 12:47 AM, [EMAIL PROTECTED] wrote: However, I need some help to really easily learn Python. Due to typing limitations of my fingers, I could really use a code auto-complete feature in the Macphython IDE am currently using to l