summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
|
* Issue #27922: IDLE test_idlehistory no longer flash tk widgets.Terry Jan Reedy2016-09-041-0/+1
| | | | (Omitted for 2.7 from previous patch.)
* Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-015-5/+13
|
* Issue #27714: Remove unneeded non-idempotent call that fails on retest.Terry Jan Reedy2016-08-211-2/+0
|
* Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocksTerry Jan Reedy2016-08-101-13/+11
| | | | | instead of overriding methods with mocks in original class and module. This makes the 2.7 test_textview nearly identical to the 3.5/.6 test.
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-281-1/+1
|
* Issue #27365: Add blank lines. to 2.7 test_editmenuTerry Jan Reedy2016-06-231-0/+2
|
* fix idle about dialog #27365Benjamin Peterson2016-06-221-0/+52
|
* Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.Terry Jan Reedy2016-06-111-1/+1
|
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-111-0/+98
| | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.
* Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
|
* IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-13/+13
|
* Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-037-26/+27
|
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
|
* Backports: #25747: remove bad test. #27044: stop test_idle from leaking.Terry Jan Reedy2016-05-172-9/+1
|
* Issue 18910: Edit idle_test/README.txt to add 'requires' warning.Terry Jan Reedy2016-05-161-0/+2
|
* Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.Terry Jan Reedy2016-01-271-0/+3
| | | | Augment htest to include all major IOBinding functions.
* Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-301-3/+5
|
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-141-10/+2
| | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-201-7/+7
| | | | | | | | The new idlelib/idle.html is copied from Doc/build/html/idle.html. It looks better than help.txt and will better document Idle as released. The tkinter html viewer that works for this file was written by Rose Roseman. The new code is in idlelib/help.py, a new file for help menu classes. The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
* Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-091-0/+9
|
* Issue #20792: Expand idle_test.test_pathbowser. Tweak file.Terry Jan Reedy2015-07-201-1/+17
| | | | Original patch by Saimadhav Heblikar.
* Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.Terry Jan Reedy2015-05-161-50/+78
|
* Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-165-9/+7
|
* Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
|
* Issue #23583: Fixed writing unicode to standard output stream in IDLE.Serhiy Storchaka2015-03-241-0/+267
| | | | Added tests for standard IO streams in IDLE.
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-231-0/+9
| | | | Original patch by Tal Einat.
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-18/+47
| | | | htests to add # htest # marker for coveragepy and stop tcl errors.
* Issue #22340: Fix Python 3 warnings in Python 2 testsVictor Stinner2014-09-051-1/+1
|
* Issue #21982: Add minimal unittest for configDialog with 46% coverage.Terry Jan Reedy2014-07-151-0/+32
|
* Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-131-1/+1
| | | | | test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar
* Issue #18592: Make unittest for SearchDialogBase work on all tk versions.Terry Jan Reedy2014-07-111-4/+4
|
* #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.Terry Jan Reedy2014-07-112-1/+126
|
* More idlelib cleanup inspired by pyflakes.Terry Jan Reedy2014-07-021-4/+2
|
* Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methodsTerry Jan Reedy2014-07-011-76/+43
| | | | | | to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.
* whitespaceTerry Jan Reedy2014-07-011-1/+1
|
* Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.Terry Jan Reedy2014-06-301-0/+198
|
* Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-06-171-0/+121
|
* Issue #21686: add unittest for idlelib.HyperParser. Original patch by SaimadhavTerry Jan Reedy2014-06-161-0/+191
| | | | Heblikar.
* Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where ↵Terry Jan Reedy2014-06-101-5/+11
| | | | | | actual names are not available. Initial patch by Serhiy Storchaka.
* whitespaceTerry Jan Reedy2014-06-081-1/+1
|
* Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-081-3/+10
|\ | | | | | | Patch by Saimadhav Heblikar. (2 head merge)
| * Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-071-3/+10
| | | | | | | | Patch by Saimadhav Heblikar.
* | backed out 86ba41b7bb46 (#18910) for test breakageBenjamin Peterson2014-06-081-35/+36
|/
* Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-36/+35
| | | | Subclass TextViewer to add mock methods instead of monkey-patching it.
* Issue #18292: s/tkinter/Tkinter/Zachary Ware2014-06-051-1/+1
|
* whitespaceTerry Jan Reedy2014-06-051-1/+1
|
* Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-052-1/+107
|
* Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-051-0/+141
|
* Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-043-4/+176
|