[issue2382] [Py3k] SyntaxError cursor shifted if multibyte character is in line.

2008-10-05 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: >At least my "one unicode char is one space" suggestion corrects the case >of Western languages, and all messages with single-width characters. I'm not happy with this solution. ;-( >Doesn't the exact width depend on >the terminal capab

[issue4049] IDLE does not open at all

2008-10-05 Thread Rajanikanth Jammalamadaka
Rajanikanth Jammalamadaka <[EMAIL PROTECTED]> added the comment: Hi! Chris, I am assuming that you are using Vista. If you are..then you need to enable the Administrator user (following the instructions here: http://www.computerperformance.co.uk/vista/vista_administrator_activate. htm) and the

[issue4049] IDLE does not open at all

2008-10-05 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: What operating system are you using? -- nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4050] inspect.findsource() returns binary data for shared library modules

2008-10-05 Thread Brodie Rao
New submission from Brodie Rao <[EMAIL PROTECTED]>: Calling inspect.findsource() on a module whose __file__ attribute points to a shared library causes findsource() to return the binary's data: >>> import time >>> time.__file__ '/System/Library/Frameworks/Python.framework/Versions/2.5/lib/pytho

[issue4049] IDLE does not open at all

2008-10-05 Thread Chris
New submission from Chris <[EMAIL PROTECTED]>: IDLE just won't open in 2.6 for me. The command line works but not the GUI. It works in 2.5.2 though. I am a neophyte, any help is much appreciated. -- messages: 74357 nosy: Chris_L severity: normal status: open title: IDLE does not open at

[issue4048] parsermodule won't validate relative imports

2008-10-05 Thread David Hess
David Hess <[EMAIL PROTECTED]> added the comment: Confirmed the presence of this same problem in the source code of parsermodule.c in branches release25-maint and release26-maint. -- nosy: +david_k_hess versions: +Python 2.5, Python 2.6 ___ Python tr

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9517/test_posix4.PATCH ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9516/test_posix3.PATCH ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9515/test_posix2.PATCH ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9506/test_posix.PATCH ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9501/os_times.PATCH ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Changes by Malte Helmert <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9497/test_times.py ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1040026] os.times() is bogus

2008-10-05 Thread Malte Helmert
Malte Helmert <[EMAIL PROTECTED]> added the comment: David, not sure what you are commenting on. Are you commenting on one of the patches? The patches do contain those divisions, of course; you can also run the attached unit test to verify that the patches work for you.

[issue4048] parsermodule won't validate relative imports

2008-10-05 Thread David Binger
New submission from David Binger <[EMAIL PROTECTED]>: The parser module validates st instances that it builds from list or tuple structures. This validation fails for parse trees that include relative imports because it fails to correctly count the dots that immediately follow the "from" token.

[issue3288] float.as_integer_ratio method is not documented

2008-10-05 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: Should I backport the tutorial patch to the 2.6 tutorial? ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4042] IDLE won't start in 2.6 final. A known fix was overlooked?

2008-10-05 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Closing as "works for me", then. -- resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue4042] IDLE won't start in 2.6 final. A known fix was overlooked?

2008-10-05 Thread Robert Yodlowski
Robert Yodlowski <[EMAIL PROTECTED]> added the comment: Problem Solved. It was my firewall. When I ran IDLE from the command line (the RIGHT way this time), in addition to the error messages and popup windows that I got before, I also got a popup window from my firewall asking if I was willing t

[issue3412] Fraction and Decimal in the Tutorial

2008-10-05 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Added note in r66808. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3724] math.log(x, 10) gives different result than math.log10(x)

2008-10-05 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Mark, is some of the inaccuracy due to double rounding? Could we make the two argument form more accurate by allowing the compiler to generate code that uses full internal precision, log(n)/log(d), instead of prematurely forcing the interm

[issue3935] bisect insort C implementation ignores methods on list subclasses

2008-10-05 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Don't think this is too late for Py3.0. -- assignee: rhettinger -> georg.brandl nosy: +georg.brandl resolution: -> accepted versions: +Python 2.7, Python 3.0 -Python 2.5, Python 2.6 ___ Python

[issue3288] float.as_integer_ratio method is not documented

2008-10-05 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Committed for Py3.0 in r66807 . -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4010] configure options don't trickle down to distutils

2008-10-05 Thread Roumen Petrov
Roumen Petrov <[EMAIL PROTECTED]> added the comment: Lets see method customize_compiler(from sysconfig.py) The method search variables 'CPP', 'LDFLAGS' and 'CPPFLAGS' only in environment. The variable CPP is not a Makefile variable. 'LDFLAGS' and 'CPPFLAGS' are makefile variables(macros). Usuall

[issue1610] test_socket.py fails

2008-10-05 Thread Stijn van Drongelen
Stijn van Drongelen <[EMAIL PROTECTED]> added the comment: Reproducable with Python3.0rc1 on Debian lenny, only when nscd is running. Not a Python bug. -- nosy: +Tinctorius versions: +Python 3.0 ___ Python tracker <[EMAIL PROTECTED]>

[issue4047] test_run_abort triggers CrashReporter on MacOS X

2008-10-05 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: test_run_abort (in test_subprocess.py) causes the MaxOS X crash reporter dialog to pop up (at least when running from an interactive session). This might be unavoidable (the crash is part of the test); however, to avoid confusion, it sh

[issue4046] test_formatdate_usegmt fails on non-englisch locale

2008-10-05 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: test_formatdate_usegmt (in test_email.py) fails if the environment variable LANG is set to a non-english locale. Python 3.0rc1 on MacOSX 10.5.5 $ LANG=en_US.UTF-8 ./python.exe -E -bb ./Lib/test/regrtest.py -l test_email test_email 1 te

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-05 Thread Miki Tebeka
Miki Tebeka <[EMAIL PROTECTED]> added the comment: FWIW, installing MacPorts tcl and tk (8.5.4) didn't help ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-05 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I suspect this is my fault for linking the libraries incorrectly as I built the installer. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> _

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2008-10-05 Thread Martina Oefelein
Changes by Martina Oefelein <[EMAIL PROTECTED]>: -- type: -> behavior ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list m

[issue4045] test_mboxmmdf_to_maildir fails on non-englisch locale

2008-10-05 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: test_mboxmmdf_to_maildir (in test_mailbox.py) fails if the environment variable LANG is set to a non-english locale. Python 3.0rc1 on MacOSX 10.5.5 Majestix:Python-3.0rc1 martina$ LANG=en_US.UTF-8 ./python.exe -E -bb ./Lib/test/regrtes

[issue4044] test_output_textcalendar fails on non-englisch locale

2008-10-05 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: test_output_textcalendar (in test_calendar.py) fails if the environment variable LANG is set to a non-english locale. Python 3.0rc1 on MacOSX 10.5.5 $ LANG=de_DE.UTF-8 ./python.exe -E -bb ./Lib/test/regrtest.py -l test_calendar test_ca

[issue4017] IDLE 2.6 broken on OSX (Leopard)

2008-10-05 Thread Miki Tebeka
Changes by Miki Tebeka <[EMAIL PROTECTED]>: -- nosy: +tebeka ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing lis

[issue3909] Building PDF documentation from tex files

2008-10-05 Thread Winfried Plappert
Winfried Plappert <[EMAIL PROTECTED]> added the comment: I have rerun the making of the PDFs with the make command. Everything looks fine now. I did not realize that pdflatex is called multiple times during the process of PDF creation. %.pdf: %.tex pdflatex '$<' pdflatex '$<'

[issue4038] py3k error in distutils file_copy exception handlers

2008-10-05 Thread Mark Hammond
Mark Hammond <[EMAIL PROTECTED]> added the comment: r66806 on the py3k branch. -- assignee: -> mhammond resolution: accepted -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1322] platform.dist() has unpredictable result under Linux

2008-10-05 Thread Matthias Klose
Matthias Klose <[EMAIL PROTECTED]> added the comment: /etc/lsb-release is not yet specified by the lsb. See https://lists.linux-foundation.org/pipermail/lsb-discuss/2008-March/004842.html https://lists.linux-foundation.org/pipermail/lsb-discuss/2008-March/004843.html https://lists.linux-foundati