From: Ned Deily Date: Tue, 28 Jun 2011 06:18:45 +0000 (-0700) Subject: Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 X-Git-Tag: v3.3.0a1~2028 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6837aa1714ff331346522c6698573d9d32aa43e;p=thirdparty%2FPython%2Fcpython.git Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 2.8 + on Mac OS X. (Patch by Ronald Oussoren) --- f6837aa1714ff331346522c6698573d9d32aa43e diff --cc Misc/NEWS index bcd597a79dc4,df6a9fc0778f..cedbffc9ad1b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -908,25 -540,6 +908,28 @@@ Extension Module Tests ----- ++- Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 ++ 2.8 + on Mac OS X. (Patch by Ronald Oussoren) ++ +- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, + iso2022_kr). + +- Issue #12180: Fixed a few remaining errors in test_packaging when no + threading. + +- Issue #12120, #12119: skip a test in packaging and distutils + if sys.dont_write_bytecode is set to True. + +- Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch + written by Charles-François Natali. + +- Issue #11614: import __hello__ prints "Hello World!". Patch written by + Andreas Stührk. + +- Issue #5723: Improve json tests to be executed with and without accelerations. + +- Issue #12041: Make test_wait3 more robust. + - Issue #11873: Change regex in test_compileall to fix occasional failures when when the randomly generated temporary path happened to match the regex.