[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: op

[issue1080387] Making IDLE Themes and Keys Config more Robust

2015-09-18 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue1080387] Making IDLE Themes and Keys Config more Robust

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1080387] Making IDLE Themes and Keys Config more Robust

2010-08-26 Thread Mark Lawrence
Mark Lawrence 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 : -- nosy: +gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1080387] Making IDLE Themes and Keys Config more Robust

2009-03-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc 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. issue2665 was fixed by no

[issue1080387] Making IDLE Themes and Keys Config more Robust

2009-02-14 Thread Daniel Diniz
Daniel Diniz 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 Robust -> Making I