[issue1080387] Making IDLE Themes and Keys Config more Robust

2017-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: These additions happened years ago, though the foreground is now different. +builtin-foreground= #ca00ca +builtin-background= #ff -- assignee: kbk -> terry.reedy nosy: +terry.reedy resolution: -> out of date stage: needs patch -> resolved status:

[issue1080387] Making IDLE Themes and Keys Config more Robust

2015-09-18 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___

[issue1080387] Making IDLE Themes and Keys Config more Robust

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1080387 ___ ___

[issue1080387] Making IDLE Themes and Keys Config more Robust

2010-08-26 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'm assuming that the attached patches are simply out of date. -- nosy: +BreamoreBoy stage: unit test needed - needs patch versions: +Python 3.2 -Python 2.7 ___ Python tracker

[issue1080387] Making IDLE Themes and Keys Config more Robust

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1080387 ___ ___ Python-bugs-list mailing

[issue1080387] Making IDLE Themes and Keys Config more Robust

2009-03-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: This issue seems identical to issue2665: IDLE prints a lot of warnings, and this can block the program after some amount of text, probably on the first flush() because stderr is not connected to anything when pythonw.exe is used.

[issue1080387] Making IDLE Themes and Keys Config more Robust

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: This bug describes a 2.3 - 2.4 transition problem. The idea of making the config system robust seems like a good RFE, if similar issues are still possible. -- nosy: +ajaksu2 stage: - test needed title: IDLE Themes and Keys Config not