[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Leo
New submission from Leo [EMAIL PROTECTED]: I recently upgraded from python 2.3 to 2.5. But idle doesn't launch anymore, either with right-clicking a .py program an doing edit with IDLE or with launching the idle.py file itself. When I launch idle with the command line, it gives the following

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-21 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda [EMAIL PROTECTED]: -- nosy: +draghuram __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2663 __ ___ Python-bugs-list mailing list

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: buitlin? Is is a typo while copying the error message? The warnings are normal, these theme elements were added later. They will disappear when you save the theme again. Now, idle starts another process to interpret the commands, and

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Leo
Leo [EMAIL PROTECTED] added the comment: it's not buitlin but builtin of course. idle launches when I use the command line, with or without -n, but I'm still unable to lauch it normally (by the right click or by the windows menu (Démarrer/Programmes/Python25/idle)). Before, I used python 2.3

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Leo
Leo [EMAIL PROTECTED] added the comment: ok, deleting the contents of .idlerc seems to work fine. Thank you! __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2665 __ ___

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc [EMAIL PROTECTED]: -- assignee: - amaury.forgeotdarc __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2665 __ ___ Python-bugs-list

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-21 Thread Alexander Belopolsky
Alexander Belopolsky [EMAIL PROTECTED] added the comment: On the interface, I would suggest renaming 'exclude' to 'ignore' for consistency with filecmp.dircmp. Also consider detecting file separator in the patterns and interpreting them as an absolute (if pattern.startswith(pathsep)) or

[issue2459] speedup loops with better bytecode

2008-04-21 Thread Jesús Cea Avión
Changes by Jesús Cea Avión [EMAIL PROTECTED]: -- nosy: +jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2459 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2632] performance problem in socket._fileobject.read

2008-04-21 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: Twisted fixed their problem for issue 1092502 by making recv()ed data short lived by putting it into a StringIO for buffering. I've attached a patch that does that for the socket module -and- gets rid of any possibility of doing tiny size

[issue2666] webbrowser.py doesn't properly handle BROWSER env var

2008-04-21 Thread Oleg Broytmann
New submission from Oleg Broytmann [EMAIL PROTECTED]: webbrowser.py ignores browsers listed in the BROWSER environment variables if it doesn't recognize the browser. For example, if I add links2 to the BROWSER env var, webbrowser.py ignores it. It is because _synthesize() doesn't know how to

[issue2665] unable to launch IDLE on windows XP

2008-04-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: Committed r62448 r62449. Thanks for the report! -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2665 __

[issue2632] performance problem in socket._fileobject.read

2008-04-21 Thread Forest Wilkinson
Changes by Forest Wilkinson [EMAIL PROTECTED]: -- nosy: +forest __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2632 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2135] Restructure import.c into PEP 302 importer objects

2008-04-21 Thread Brett Cannon
Brett Cannon [EMAIL PROTECTED] added the comment: Closed at Doug's request. My importlib work, once it lands, will supplant all of this. -- resolution: - rejected status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2135

[issue2664] The position of special value tables (cmathmodule.c)

2008-04-21 Thread Mark Dickinson
Changes by Mark Dickinson [EMAIL PROTECTED]: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2664 __ ___ Python-bugs-list mailing list

[issue1879] sqrt(-1) doesn't raise ValueError on OS X

2008-04-21 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: This is now fixed in the trunk, as a result of the trunk-math merge. Closing as 'out of date'. -- resolution: - out of date status: open - closed __ Tracker [EMAIL PROTECTED]