[issue1739468] Add a -z interpreter flag to execute a zip file

2007-11-18 Thread Nick Coghlan
Nick Coghlan added the comment: I worked out what was wrong with my unit tests (I was incorrectly including the path information when adding the test script to the zipfile) I've updated the patch here, and will be committing the change once the test suite finishes running. -- versions:

[issue1739468] Add a -z interpreter flag to execute a zip file

2007-11-18 Thread Nick Coghlan
Nick Coghlan added the comment: Committed as rev 59039 (now to see how the buildbots react for other platforms...) -- resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> _

[issue1559298] test_popen fails on Windows if installed to "Program Files"

2007-11-18 Thread Joseph Armbruster
Joseph Armbruster added the comment: I applied the change to: Python 2.6a0 (trunk:58651M, Nov 18 2007, 08:46:54) [MSC v.1400 32 bit (Intel)] on win32 and test_popen passes appeared to pass. -- nosy: +JosephArmbruster _ Tracker <[EMAIL PROTECTED]>

[issue1489051] keyword and topic help broken in Pythonwin IDE

2007-11-18 Thread Joseph Armbruster
Joseph Armbruster added the comment: Is there any reason this is not part of the windows installer? So, that if you select to install the full Documentation feature, this as a checkbox-type option to 'build html documentation'? Thoughts? -- nosy: +JosephArmbruster

[issue1457] IDLE - configDialog - new layout for key config

2007-11-18 Thread Tal Einat
New submission from Tal Einat: As brought up on the idle-dev mailing list, I have redesigned the key config window. The new layout is two wide frames one above the other, instead of two tall frames side-by-side. This allows the key-binding entries to be completely visible in the listbox. ---

[issue1489051] keyword and topic help broken in Pythonwin IDE

2007-11-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: The reason this is not part of the Windows installer is twofold: a) nobody ever thought of making it so, ever since the htmlhelp was added, and b) no code was contributed to add such a procedure to the Windows installer. Contributions are welcome, although I wo

[issue1720250] PyGILState_Ensure does not acquires GIL

2007-11-18 Thread Greg Chapman
Greg Chapman added the comment: In my embedding, I use the following (adapting the example above): // initialize the Python interpreter Py_Initialize(); PyEval_InitThreads(); /* Swap out and return current thread state and release the GIL */ PyThreadState tstate = PyEval_SaveThread(); PyGILSt

[issue1449] make msi work the vs 2005(MSVC8)

2007-11-18 Thread Christian Heimes
Christian Heimes added the comment: I've used parts of the patch for the MSI fix for VS 2008. I've got most of the VS 2008 related changes done. Have a look. -- resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1337] Tools/msi/msi.py does not work with PCBuild8

2007-11-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: kevinwatters: don't bother fixing msi.py. I'll update it whenever I make a release; there is little point in updating it in-between. -- assignee: -> loewis nosy: +loewis __ Tracker <[EMAIL PROTECTED]>

[issue1449] make msi work the vs 2005(MSVC8)

2007-11-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: Did you test the change for VS 2003? In my MSMDir (C:\Programme\Gemeinsame Dateien\Merge Modules), I only have the following files GDIPlus.msm msmask32_X86.msm msmask32_X86_ENU.msm VB_Control_mschart_RTL_X86_---.msm VB_Control_mschart_RTL_X86_ENU.msm VC_User_AT

[issue1354] windows installer problem

2007-11-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: Closing because of lack of activity. -- resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1449] make msi work the vs 2005(MSVC8)

2007-11-18 Thread Christian Heimes
Christian Heimes added the comment: Martin v. Löwis wrote: > Martin v. Löwis added the comment: > > Did you test the change for VS 2003? In my MSMDir > (C:\Programme\Gemeinsame Dateien\Merge Modules), I only have the > following files > > GDIPlus.msm > msmask32_X86.msm > msmask32_X86_ENU.msm >

[issue1458] installer crashes on attempted cancellation

2007-11-18 Thread Joseph Armbruster
New submission from Joseph Armbruster: Operating System: OS Name: Microsoft Windows XP Professional OS Version:5.1.2600 Service Pack 2 Build 2600 Using the latest Python 2.5.1.msi from: http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi Perform the followi

[issue1455] VS2008, quick hack for distutils.msvccompiler

2007-11-18 Thread Mark Hammond
Changes by Mark Hammond: -- nosy: +mhammond __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1459] Bugs lost on migration from Sourceforge

2007-11-18 Thread Gabriel Genellina
New submission from Gabriel Genellina: I can't find the issue this mail refers to: http:// mail.python.org/ pipermail/ python-bugs- list/2006- April/ 033139.html As it was labeled "Bug item #1474680", I tried http:// bugs.python.org/ issue1474680 and got a 404 error. Using the Searc

[issue1631171] implement warnings module in C

2007-11-18 Thread Brett Cannon
Brett Cannon added the comment: This version of test_warnings has tests for _warnings.c. It currently is failing as the second line of output for warnings has not been implemented yet for _warnings.c. But all the specified tests in my last comment have now been implemented. Added file: http://

[issue1459] Bugs lost on migration from Sourceforge

2007-11-18 Thread Brett Cannon
Brett Cannon added the comment: This report should go to the meta tracker, not here. And the issue is known: see http://psf.upfronthosting.co.za/roundup/meta/issue149. -- nosy: +brett.cannon resolution: -> invalid status: open -> closed __ Tracker <[EMA