[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch shows what I intent do commit after testing. This adds a small ObjC command-line tool that sets the icon. I still have to build the installer to check if the patch actually works. -- resolution: -> accepted Added file: h

[issue5408] test_osx_env failing

2009-03-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: The effect on sys.executable is always present, the test is only valid for a framework build because that's the only build that can find sys.prefix without looking at sys.executable. Setting PYTHONEXECUTABLE with a non- framework build is only valid i

[issue2754] Mac version of IDLE doesn't scroll as expected

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm closing this issue because I'v confirmed that the issue goes away when I install a newer version of Tk In /Library/Frameworks. -- resolution: -> invalid status: open -> closed ___ Pytho

[issue4865] system wide site-packages dir not used on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm in favour of adding /Library/Python/x.y/ to sys.path for Python 2.7 and 3.1 and will work on that during the Pycon sprints. /Library/Python will be added after the site-packages directory inside the framework instead of replacing the latter dire

[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker <http://bugs.python.org/issue5270> ___ ___ Python-bugs-lis

[issue5271] OS X installer: build can fail on import checks

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker <http://bugs.python.org/issue5271> ___ ___ Python-bugs-lis

[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: The following patch explicitly mentions that os.path.normcase treats OSX like any other Unix platform. I'm in favor of applying this. -- keywords: +patch nosy: +ronaldoussoren versions: +Python 2.6, Python 2.7, Python 3.1 Added file:

[issue5514] Darwin framework libpython3.0.a is not a normal static library

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Jack: do I understand you correctly when I interpret your message to mean that libpython3.0.a inside the Python framework won't be usable as a library that's linked using '-lpython3.0' in a future edition of Xcode? That would be a bumm

[issue5436] test_distutils fails with official Mac OS X Installer Disk Image (3.0.1)

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Tarek: I don't understand your comment. Both the tests and code in distutils look correct to me, although one of them should be wrong given the failure that Martina is seeing. (I've check the code in Python's trunk and 3.x branch)

[issue1089399] Carbon.Res misses GetIndString

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing this because this is a feature request and the Carbon bindings are deprecated. -- nosy: +ronaldoussoren resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.p

[issue1099] Mac compile fails with pydebug and framework enabled

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker <http://bugs.python.org/issue1099> ___ ___ Python-bugs-lis

[issue1090958] _AEModule.c patch

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing because these are feature enhancements and the Carbon bindings are deprecated. -- nosy: +ronaldoussoren resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.p

[issue785031] MacPython installer fails on UFS filesystem

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Python is just one of the many things that will fail on a case sensitive root filesystem. I'm not particularly interested in fixing this issue. This doesn't affect Python 3.x because the code that causes this problem is not present in 3.x. Settin

[issue602291] Bgen should learn about booleans

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Jack: are you planning to work on this? I propose to close this issue if your not because bgen in the python.org tree is basically dead at this point. Any enhancements would be better of a separate project. -- nosy: +ronaldoussoren

[issue1254695] QuickTime API needs corrected object types

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've applied these patches in revision r70713, the bugfix will be in python 2.7. Also backported to 2.6 in r70715. -- nosy: +ronaldoussoren resolution: -> accepted status: open -> closed ___ Pyt

[issue1584] Mac OS X: building with X11 Tkinter

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Adding support for building an X11 version of Tkinter would require an explicit flag to configure, defaulting to a build that uses AquaTk (which most people would like to use). I'm not interested in creating a patch for this, but am willing to r

[issue896199] Some Carbon modules missing from documentation

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r70719 (trunk) and r70720 (2.6) -- nosy: +ronaldoussoren resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/is

[issue974159] Starting a script in OSX within a specific folder

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Floris: you can run the script from a Terminal window. Alternatively you can use the Python Launcher tool that's location in /Applications/Python X.Y (select it from the context-menu for a .py file) -- resolution: -> works for

[issue5607] Lib/distutils/test/test_util: test_get_platform bogus for OSX

2009-03-30 Thread Ronald Oussoren
New submission from Ronald Oussoren : the testcase test_get_platform is not entirely correct for the OSX case. Background: OSX supports fat binary builds (Apple calls those Universal Binaries). The testitem for OSX gives a false negative when you run the test with a Universal Binary build of

[issue5607] Lib/distutils/test/test_util: test_get_platform bogus for OSX

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue5607> ___ ___ Python-bugs-list mailing list Unsub

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r70727 (trunk), r70728 (2.6) and r70729 (3.1) -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue5269] OS X Installer: add options to specify universal build type and deployment target

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed as r70737 (trunk), r70738 (2.6), r70739 (3.1) There is a small issue related to the bsddb3 tests with a 4-way universal build on the trunk and 2.6, I'll look into that in the near future. -- assignee: ronaldoussoren -> rhettin

[issue5270] OS X installer: faulty Python.app bundle inside of framework

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Applied in r5270 (trunk), r70743 (2.6) and r70745 (3.1) -- resolution: -> accepted status: open -> closed versions: -Python 3.0 ___ Python tracker <http://bugs.python.org/

[issue602291] Bgen should learn about booleans

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue602291> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5271] OS X installer: build can fail on import checks

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed as r70746 (trunk), r70748 (2.6) and r70749 (3.1) -- ___ Python tracker <http://bugs.python.org/issue5271> ___ ___

[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've committed a fix for this in r70746 and ported this to 3.1 and 2.6 as well. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python

[issue5271] OS X installer: build can fail on import checks

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/issue5271> ___ ___ Python-bugs-

[issue5558] Python 3.0.1 Mac OS X install image ReadMe file is incorrect

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've clarified the readme for the 3.1 installer. -- nosy: +ronaldoussoren resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.1 -Python 3.0 ___ Python

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached file issue763708.patch changes configure.in and disables the toolbox glue when doing a UCS4 build. To get this behaviour I had to move a couple of sections around inside configure.in (--enable-toolbox-glue was checked for before the size of

[issue5413] urllib ctypes error on Mac OS X Server 10.5

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I don't have a PPC machine handy at the moment, but I hope the attached copy of urllib fixes the issue. Could you please test if that's indeed the case? -- keywords: +patch Added file: http://bugs.python.org/file13489/urllib

[issue1653416] print >> f, "Hello" produces no error: normal?

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: This issue is still present on OSX: Python 2.6.1+ (release26-maint:70603, Mar 26 2009, 08:38:03) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information.

[issue900502] bundlebuilder: some way to add non-py files in packages

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue900502> ___ ___ Python-bugs-

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
New submission from Ronald Oussoren : The malloc warnings happen on OSX, with a fresh checkout of the python3 branch. Python was build using --enable-universalsdk=/ --with-universal- archs=all, on a x86_64 capable laptop running Leopard. The issue goes away when running from the commandline

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: What's more annoying: the error goes away while running in a debugger. The issue happens at least in tes_constructor: test_constructor (__main__.CBufferedWriterTest) ... python.exe(35957,0x7fff701d1720) malloc: *** mmap(size=- 9223372036854775808) f

[issue763708] Failures in test_macostools for --enable-unicode=ucs4

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm not yet sure that patch is correct, I got some build failure during later tests that went away when I reverted this patch. To be continued... -- ___ Python tracker <http://bugs.python.org/iss

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Buffer_size is set to 0x7fff in BufferedWriter_init at the end of test_constructor. I have no idea why this happens, but this definitly seems wrong to me. Debugging is rather hard at the moment because the issue goes away in the debugger

[issue4892] Sending Connection-objects over multiprocessing connections fails

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- components: -Macintosh ___ Python tracker <http://bugs.python.org/issue4892> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1089624] Carbon.File.FSCatalogInfo.createDate implementation

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing this as won't fix. Nobody else complained and changing this might break existing code. -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.or

[issue1113328] OSATerminology still semi-broken

2009-03-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue1113328> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1004810] Carbon.File fails if server vol is mounted after launch

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I propose closing this as won't fix, the issue is caused by a limitation in the Carbon APIs (which assume you're running an eventloop and won't notice changes when you don't). -- nosy: +ronaldoussoren resolution: -> wont fix

[issue779153] bgen requires Universal Headers, not OS X dev headers

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Although this might be seen as a bug in the Python build machinery, I'm closing this as a won't fix feature request. The Carbon bindings are deprecated and will not be updated in the future, hence the state of bgen is basically irrelevant. -

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I don't think this is related to Python's mmap module, the message says that malloc(3) cannot mmap some extra memory space. I'll test with the older version of mmap just in case. -- ___ Python

[issue4865] system wide site-packages dir not used on Mac OS X

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Committed a fix for this as r70778 (trunk), r70782 (3.1) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5614] Malloc errors in test_io

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I can't believe that I completely missed that this is the purpose of the tests, I honestly believed that I had checked everything there was to check :-( Disabling the test won't be necessary, I'm keeping this issue open for a while longer

[issue5413] urllib ctypes error on Mac OS X Server 10.5

2009-04-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'll install 10.5 server on my PPC test machine when I'm back from PyCon, this seem to need some serious debugging. -- ___ Python tracker <http://bugs.python.

[issue1544102] ctypes unit test fails (test_macholib.py) under MacOS 10.4.7

2009-04-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: Setting issue back to "open". I'm going to install a 10.4 PPC test machine over the weekend to try to reproduce the problem there. Issue5413 might be related to this one, that one also seems to be about some ctypes code that doesn't

[issue4937] Mac DMG install missing version.plist required by bundlebuilder.py

2009-04-01 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker <http://bugs.python.org/issue4937> ___ ___ Python-bugs-lis

[issue3646] MacOS X framework install to non-standard directory fails

2009-04-01 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker <http://bugs.python.org/issue3646> ___ ___ Python-bugs-lis

[issue5267] Subversion problem with PythonLauncher after building 3.0 or 3.1 on Mac

2009-04-01 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren ___ Python tracker <http://bugs.python.org/issue5267> ___ ___ Python-bugs-list mailing list Un

[issue1590864] import deadlocks when using PyObjC threads

2009-04-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: I don't understand why the function-level imports cannot be removed. Wouldn't it be possible to do something like this: from errno import ENOENT as _ENOENT, ENOTDIR as _ENOTDIR def _execvpe(file, args, env=None): pass # Use _ENOENT and _ENOTD

[issue5657] bad repr of itertools.count object with negative value on OS X 10.4 with 10.5 build

2009-04-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: Raymond: My guess is that this is caused because the binary was build on OSX 10.5, where 'printf("%zd")' works file for negative numbers, and the tests was run on OSX 10.4, where the same printf statement doesn't work correctly. I

[issue5269] OS X Installer: add options to specify universal build type and deployment target

2009-04-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: Raymond: I had intended to assign the issue to myself but I obviously need more training with dropdown menu's (your name is just above mine in the assigned-to menu). -- assignee: -> ronaldoussoren nosy: -rhettinger status: pending

[issue3646] MacOS X framework install to non-standard directory fails

2009-04-09 Thread Ronald Oussoren
Ronald Oussoren added the comment: Julian: patches for 2.4 and 2.5 will not be accepted, both releases are in "critical security fixes only" mode. -- ___ Python tracker <http://bugs.python.

[issue3646] MacOS X framework install to non-standard directory fails

2009-04-09 Thread Ronald Oussoren
Ronald Oussoren added the comment: Uploading a patch is fine, my comment was just a warning that your patch won't be applied in the repository (at least not for 2.4 and 2.5). I will look at your patch for 2.6 in the near future. Are you sure that the issue is fixed in 3.x? AFAIK that

[issue3646] MacOS X framework install to non-standard directory fails

2009-04-09 Thread Ronald Oussoren
Ronald Oussoren added the comment: For 3.1 I need to check if the right files get install into the various 'bin' directories. At the languages summit at PyCon'09 the consensus seemed to be that the command-line interpreter for Python 3.x should be "python3" and t

[issue5657] bad repr of itertools.count object with negative value on OS X 10.4 with 10.5 build

2009-04-16 Thread Ronald Oussoren
Ronald Oussoren added the comment: I intend to fix this next weekend, therefore assigning the issue to myself. -- assignee: loewis -> ronaldoussoren priority: -> release blocker stage: -> needs patch type: -> behavior ___ Python tr

[issue5657] bad repr of itertools.count object with negative value on OS X 10.4 with 10.5 build

2009-04-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r71743 (trunk), r71744 (2.6), r71746 (3.0), r71745 (3.1) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1602133] non-framework built python fails to define environ properly

2009-04-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: I can reproduce this with a unix build of python2.5: * Install a unix build of python 2.5 (--with-pydebug) as /opt/python2.5-dbg * Install pyobjc 2.2-dev (from PyObjC's subversion repository) * Build the addressbook plugin example in pyobjc-fram

[issue5413] urllib ctypes error on Mac OS X Server 10.5

2009-04-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch is not entirely correct, I'm not yet uploading an updated patch because the fix is obvious. I cannot reproduce this with a the 2.6.2 installer (build on PPC) nor with a recent build from subversion (python-trunk, build on X86). My

[issue5756] idle pydoc et al removed from 3.1 without versioned replacements

2009-04-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: Couldn't we just rename them in the repository? IIRC the name with a '3' suffix would be the official name for these tools in Python 3.x, which would make it more natural to change the name in the repository as well. I don't know e

[issue1514420] Missing module code does spurious file search

2009-04-28 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- nosy: -ronaldoussoren ___ Python tracker <http://bugs.python.org/issue1514420> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6003] ZipFile.writestr "compression_type" argument

2009-05-12 Thread Ronald Oussoren
New submission from Ronald Oussoren : Class zipfile.ZipFile has two methods for adding data to a zipfile: 'write' and 'writestr'. The former has a "compression_type" argument that can be used to specify the compression to be used. That latter doesn&

[issue6004] ZipFile.writestr "compression_type" argument

2009-05-12 Thread Ronald Oussoren
New submission from Ronald Oussoren : Class zipfile.ZipFile has two methods for adding data to a zipfile: 'write' and 'writestr'. The former has a "compression_type" argument that can be used to specify the compression to be used. That latter doesn&

[issue6004] ZipFile.writestr "compression_type" argument

2009-05-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: Too impatient while submitting the report... -- resolution: -> duplicate status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6003] ZipFile.writestr "compression_type" argument

2009-05-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: I will. I guess it's too late to merge this into 3.1 (as the first beta has already been released). -- ___ Python tracker <http://bugs.python.org/i

[issue6047] "install" target in python 3.x makefile should be "fullinstall"

2009-05-17 Thread Ronald Oussoren
New submission from Ronald Oussoren : The default "install" target in the toplevel makefile for python 3.x behaves like the "altinstall" target in python 2.x. This behaviour was choosen to avoid conflicts between python 3.x and python 2.x installations. IMO this is no

[issue5514] Darwin framework libpython3.0.a is not a normal static library

2009-05-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: Jack: could you please explain what the issue is? Unless you do so I will close this issue as "won't fix". In particular: will linking with "-lpython3.0" work with this hypothetical future version of Xcode you're talkin

[issue5514] Darwin framework libpython3.0.a is not a normal static library

2009-05-17 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren ___ Python tracker <http://bugs.python.org/issue5514> ___ ___ Python-bugs-list mailing list Un

[issue5766] Mac/scripts/BuildApplet.py reset of sys.executable during install can cause it to use wrong modules

2009-05-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: I haven't looked in this particular problem yet, but please note that the Mac-specific libraries do not work with an UCS4 build of python. -- nosy: +ronaldoussoren ___ Python tracker <http://bugs.py

[issue6047] "install" target in python 3.x makefile should be "fullinstall"

2009-05-17 Thread Ronald Oussoren
Ronald Oussoren added the comment: Sorry about the noise, I mustn't have been awake this morning :-( The fact that fullinstall still creates a "python" executable confuses me a little though, I thought the consesus at the language summit at Pycon was that we shouldn't do

[issue6063] pydoc_data package is not installed

2009-05-19 Thread Ronald Oussoren
New submission from Ronald Oussoren : The package Lib/pydoc_data is not installed by Makefile.pre.in. Because of this "pydoc if" won't work. The attached patch fixes this issue. I've applied this patch to the trunk (r72787) and py3k (r72788), and filed this issue because I

[issue4554] Missing make altframeworkinstall for Mac OS X

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing as won't fix because you can use "make altinstall". -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://b

[issue5269] OS X Installer: add options to specify universal build type and deployment target

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Closing this issue because it was fixed a while back. The bsddb test failure I rever to in my previous message turned out to be a non-issue: these tests just take a very long time to finish. -- status: open -> clo

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: "make fullinstall" is wrong, this will install a "python" executable as well as the proper "python3" and "python3.1" executables. I'll do a build of the 3.1 installer ASAP and fix any issues

[issue3791] bsddb not completely removed

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: The mac issue mentioned by "karlcow" is not relevant for this discussion and refers to the system install of Python. The python.org maintainers cannot influence the behaviour of that installation, especially not w.r.t. the installation of optio

[issue5769] OS X Installer: new make of documentation installs at wrong location

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've recently fixed this for 3.1, and fixed this for 2.x a while back. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue892707] debuggable/profileable Python framework

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: This might be useful for profiling. Debugging information is already present in the default build of the framework. A seperate binary for --with-pydebug won't be possible as AFAIK --with- pydebug changes the ABI and hence having both in the same fram

[issue4834] Trouble configuring with icc on Mac OS X 10.5

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Skip could you please answer the questions in msg83149? -- ___ Python tracker <http://bugs.python.org/issue4834> ___ ___ Pytho

[issue6003] ZipFile.writestr "compression_type" argument

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch implements my proposal, including documentation and tests. I'm not 100% happy about the tests, they may be a bit too minimal. -- keywords: +patch Added file: http://bugs.python.org/file14018/zipfile_writestr.

[issue6003] ZipFile.writestr "compression_type" argument

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: Argh... The patch includes an update to configure.in, please ignore that bit. -- ___ Python tracker <http://bugs.python.org/issue6

[issue5756] idle pydoc et al removed from 3.1 without versioned replacements

2009-05-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: Ned: the 2to3 is not installed anymore by the main makefiles, I don't know why. I'm actually happy that smtpd.py isn't installed anymore, this always looked more like an example that a

[issue6109] IDLE rendering issue with oriental characters on OSX

2009-05-25 Thread Ronald Oussoren
New submission from Ronald Oussoren : IDLE has problems rendering some oriental characters on OSX. One way to reproduce this: * Start IDLE * Open the "Preferences..." menu * Scroll down in the list of fonts until you reach the 'Osaka' font The font just below the Osaka

[issue6110] IDLE has two "Preferences..." menu's on OSX

2009-05-25 Thread Ronald Oussoren
New submission from Ronald Oussoren : With Python 2.7, but not 3.1 or 2.6, IDLE has two "Preferences..." menu's on OSX. This is on a OSX 10.5 system, with an installation of Tcl/Tk 8.4 in /Library/Frameworks. -- components: IDLE, Macintosh messages: 88332 nosy:

[issue6111] Impossible to change preferences in IDLE

2009-05-25 Thread Ronald Oussoren
New submission from Ronald Oussoren : It seems to be impossible to actually change preferences in IDLE when using Python 3.1, there are no problems with 2.6, 2.7 and 3.1. How to reproduce: * Open the "preferences menu" * Pick a different font * Choose "apply": nothing

[issue6111] Impossible to change preferences in IDLE

2009-05-25 Thread Ronald Oussoren
Ronald Oussoren added the comment: Changed into release blocker because this is a very visible and annoying issue. -- priority: -> release blocker ___ Python tracker <http://bugs.python.org/iss

[issue6111] Impossible to change preferences in IDLE

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: I should have made this more clear in the description, instead of hiding it in the components list, but this is an issue for the OSX port. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6109] IDLE rendering issue with oriental characters on OSX

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: The same fontname and file display correctly in programs (such as Textmate). Even when both textmate and IDLE have been configured to use the same font the text looks fine in textmate and broken in IDLE. My gut feeling is that this is an issue with the Tk

[issue6109] IDLE rendering issue with oriental characters on OSX

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Switching to Tcl/Tk 8.5 fixes the issue for IDLE as well. I'm leaving this bug open for future reference, and because this affects the binary installer for python. The big question: how to fix this in Python itself. I see the following options: 1) I

[issue6109] IDLE rendering issue with oriental characters on OSX

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached file is an example of text that works fine in Textmate but renders incorrectly in IDLE. -- Added file: http://bugs.python.org/file14079/Chinese.txt ___ Python tracker <http://bugs.python.

[issue6109] IDLE rendering issue with oriental characters on OSX

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is definitly an Tk issue, the issue seems to be fixed in Tcl/Tk 8.5. That is, when I install Tk 8.5 and rerun the Tcl scriptlet I posted earlier the problem goes away. I'm currently rebuilding a version of the tkinter extension that links to Tk 8

[issue6111] Impossible to change preferences in IDLE

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: The same problem is also present in IDLE 3.0. -- ___ Python tracker <http://bugs.python.org/issue6111> ___ ___ Python-bug

[issue6111] Impossible to change preferences in IDLE

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Wrt. the question about tracebacks, I get the following exception when I click on the Apply button: /Applications/Python\ 3.1/IDLE.app/Contents/MacOS/IDLE Exception in Tkinter callback Traceback (most recent call last): File "/Library/Frame

[issue6111] Impossible to change preferences in IDLE

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: The fact that it seems to work on the trunk is accidental, another bug causes the code to go into a branch for a "old" version of Tk even when running on a newer one. The code in the "new" branch triggers the bug. I've committed

[issue6110] IDLE has two "Preferences..." menu's on OSX

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: This was caused by code in macosxSupport.py that picked the branch for the wrong Tk release because "[8, 4, 21] < (8, 4, 21)". Committed a fix in r72946 -- resolution: -> fixed status: open -> closed ___

[issue6110] IDLE has two "Preferences..." menu's on OSX

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Supporting multiple versions of Tk sucks, and that's without trying to support Tk 8.5 as well (at least not in the binary installers) Appearently support for the Cocoa port of Tk requires even more specialc

[issue5653] OS X Installer: by default install versioned-only links in /usr/local/bin for 3.x

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Good point, especially because the file in /usr/local/bin seem to be how a lot of users still use the framework. I'm committing a patch later today (which will include properly installing 2to3 in a framework

[issue5653] OS X Installer: by default install versioned-only links in /usr/local/bin for 3.x

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Checked in a fix for this in r72947. -- ___ Python tracker <http://bugs.python.org/issue5653> ___ ___ Python-bugs-list mailin

[issue5653] OS X Installer: by default install versioned-only links in /usr/local/bin for 3.x

2009-05-26 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5653> ___ ___ Python-bugs-list

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: You've got a point there. Benjamin: should the removal of smtpd.py from the list of installed scripts be listed in the NEWS file? -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/i

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-05-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: Sure. Done in r72948. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

<    16   17   18   19   20   21   22   23   24   25   >