[issue6321] Reload Python modules when running programs

2011-12-20 Thread Ned Deily
Changes by Ned Deily : -- resolution: out of date -> duplicate stage: -> committed/rejected superseder: -> IDLE/Win Installer: drop -n switch for 2.7/3.1; install 3.1 as idle3 ___ Python tracker _

[issue6321] Reload Python modules when running programs

2011-12-20 Thread samwyse
samwyse added the comment: [issue5847] fixed in 2.7/3.1 -- resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue6321] Reload Python modules when running programs

2011-12-08 Thread Roger Serwy
Roger Serwy added the comment: Should this issue be closed? It is related to #4691. -- nosy: +serwy ___ Python tracker ___ ___ Python-

[issue6321] Reload Python modules when running programs

2010-08-15 Thread Cherniavsky Beni
Cherniavsky Beni added the comment: > As it happens, I do use Windows and almost exclusively start IDLE via > right-clicks on .py files. I've never seen the behavior you describe > documented anywhere. You're right, it wasn't. [IDLE does show a " No Subprocess " line in the IDLE shell

[issue6321] Reload Python modules when running programs

2010-08-15 Thread samwyse
samwyse added the comment: As it happens, I do use Windows and almost exclusively start IDLE via right-clicks on .py files. I've never seen the behavior you describe documented anywhere. On Aug 15, 2010, at 1:37 PM, Cherniavsky Beni wrote: > > Cherniavsky Beni added the comment: > > When

[issue6321] Reload Python modules when running programs

2010-08-15 Thread Cherniavsky Beni
Cherniavsky Beni added the comment: When you run a program using F5 in IDLE, it completely restarts the underlying interpreter! If you meant a different way of running, please elaborate. (Exception: it uses the same interpreter if you're running "idle -n"; this commonly happens on Windows if y

[issue6321] Reload Python modules when running programs

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-lis

[issue6321] Reload Python modules when running programs

2009-06-21 Thread samwyse
New submission from samwyse : Every time IDLE is asked to run a program, it doesn't ensure that the modules referenced by the program are completely loaded. This can cause problems if one of those modules is also being edited, because once it is loaded, any subsequent changes are not compiled