summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_macosx.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165)terryjreedy2017-06-131-0/+4
| | | (cherry picked from commit 8323189ff1a19566f923c04b95e4d17fa57d1f56)
* [3.6] Remove unused imports (#2104)terryjreedy2017-06-111-1/+0
| | | | Part of patch by Serhiy Strochaka, 2016-12-16 (no bpo issue) (cherry-pick of 70d28a184c42d107cc8c69a95aa52a4469e7929c)
* Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-011-0/+2
|
* Issue #27312: Fix TypeError in test_setupappBerker Peksag2016-06-181-1/+4
|
* Issue #27312: mock out function that fails when called from setupApp duringTerry Jan Reedy2016-06-171-0/+1
| | | | IDLE test_macosx and see if addOpenEventSupport() fails.
* Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.Terry Jan Reedy2016-06-121-7/+35
|
* Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-081-0/+69