[issue21477] Idle: improve idle_test.htest

2014-05-23 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : Removed file: http://bugs.python.org/file35302/about+classbrowser+cfghelpsrcedit+pathbrowser+textview.diff ___ Python tracker ___ ___

[issue18604] Consolidate gui available checks in test.support

2014-05-23 Thread Ned Deily
Ned Deily added the comment: Earlier I noted: "Somewhat surprisingly, the segfault doesn't seem to happen under the same conditions with 2.7". I'm not sure now how I came to that conclusion then but it is incorrect: the segfault definitely also occurs under the same conditions with 2.7, at le

[issue21522] Add more tkinter tests

2014-05-23 Thread Ned Deily
Ned Deily added the comment: Yes, that fixes 8.4, thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ P

[issue21559] OverflowError should not happen for integer operations

2014-05-23 Thread theme
theme added the comment: This is a (non-comprehensive) list of issues that describe or imply that OverflowError on integers is normal. - http://bugs.python.org/issue7267 "Attached patch works around the inital issue (u'{0:c}'.format(256)) by raising OverflowError on int.__format__('c') if the

[issue16428] turtle with compound shape doesn't get clicks

2014-05-23 Thread Jessica McKellar
Changes by Jessica McKellar : -- nosy: +jesstess ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue17496] OS X test for Tk availability in runtktests.py doesn't work

2014-05-23 Thread Jessica McKellar
Changes by Jessica McKellar : -- nosy: +jesstess ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue17496] OS X test for Tk availability in runtktests.py doesn't work

2014-05-23 Thread Ned Deily
Ned Deily added the comment: (See also Issue18604 which has refactored this area.) -- keywords: -easy versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ __

<    1   2