[issue4138] IDLE crashes in my Windows Vista

2008-10-18 Thread Dan Rippon
Dan Rippon <[EMAIL PROTECTED]> added the comment: It's been fixed. http://svn.python.org/view?rev=66518&view=rev -- nosy: +rippond ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue1040026] os.times() is bogus

2008-10-18 Thread Malte Helmert
Malte Helmert <[EMAIL PROTECTED]> added the comment: OK, modified and simplified patch attached (os_times5.PATCH). The patch and unit test (in test_posix5.PATCH) apply cleanly against the trunk. "make test" passes on two machines I tried, including a 64-bit Linux machine where the new unit test

[issue1040026] os.times() is bogus

2008-10-18 Thread Malte Helmert
Malte Helmert <[EMAIL PROTECTED]> added the comment: Martin, compilation indeed breaks if sysconf is available but _SC_CLK_TCK is not. My Unix-foo is not sufficient to confidently say that this is impossible, so my suggestion is to add defined(_SC_CLK_TCK) to the condition of this #ifdef branch.

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2008-10-18 Thread Alex Willmer
Changes by Alex Willmer <[EMAIL PROTECTED]>: -- nosy: +moreati ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing l

[issue1040026] os.times() is bogus

2008-10-18 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Malte proposed this patch for inclusion into Python 2.5. In its current form, I'm skeptical about doing so, as it has the potential for breakage. IIUC, the patch requires that HZ is defined if HAVE_TIMES is defined and HAVE_SYSCONF is not; p

[issue3626] python3.0 interpreter on Cygwin ignores all arguments

2008-10-18 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: The patch looks sound to me. Someone should probably test it under Cygwin. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Great! Thanks for the patience. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4144] 3 tutorial documentation errors

2008-10-18 Thread David W. Lambert
New submission from David W. Lambert <[EMAIL PROTECTED]>: I ran doctests on the interactive session scripts from the tutorial. Aside from finding a doctest enhancement---but there are already so many doctest issues tracked---I found these discrepancies using online tutorial and Python 3.0rc1 (r

[issue1040026] os.times() is bogus

2008-10-18 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9540/os_times4.PATCH ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Tim Delaney
Tim Delaney <[EMAIL PROTECTED]> added the comment: Confirmed fixed in 0.43 - this issue can be closed. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: But there is a "path.exists()" condition around the rmtree, isn't there? ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4027] wrong page index number in reference book of python documentation

2008-10-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Winfried, can you try again with the newest trunk? ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4049] IDLE does not open at all

2008-10-18 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: > It's normal that there are no errors. They get to stderr, and there is > no stderr in a GUI application. Maybe it would make sense putting the main() function into a try/except statement and pop-up a message box to display the error. A p

[issue4018] "for me" installer problem on x64 Vista

2008-10-18 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > existis a 2.6 fix or a build with fix? No, this will be fixed in 2.6.1. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4018] "for me" installer problem on x64 Vista

2008-10-18 Thread Waldecir
Waldecir <[EMAIL PROTECTED]> added the comment: existis a 2.6 fix or a build with fix? -- nosy: +psycoman ___ Python tracker <[EMAIL PROTECTED]> ___ ___