Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Issue #27922: IDLE test_idlehistory no longer flash tk widgets. | Terry Jan Reedy | 2016-09-04 | 1 | -0/+1 |
| | | | | (Omitted for 2.7 from previous patch.) | ||||
* | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-09-01 | 5 | -5/+13 |
| | |||||
* | Issue #27714: Remove unneeded non-idempotent call that fails on retest. | Terry Jan Reedy | 2016-08-21 | 1 | -2/+0 |
| | |||||
* | Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks | Terry Jan Reedy | 2016-08-10 | 1 | -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 Panter | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Issue #27365: Add blank lines. to 2.7 test_editmenu | Terry Jan Reedy | 2016-06-23 | 1 | -0/+2 |
| | |||||
* | fix idle about dialog #27365 | Benjamin Peterson | 2016-06-22 | 1 | -0/+52 |
| | |||||
* | Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. | Terry Jan Reedy | 2016-06-11 | 1 | -1/+1 |
| | |||||
* | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 1 | -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 Reedy | 2016-06-04 | 1 | -0/+6 |
| | |||||
* | IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. | Terry Jan Reedy | 2016-06-04 | 1 | -13/+13 |
| | |||||
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice. | Terry Jan Reedy | 2016-06-03 | 7 | -26/+27 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Backports: #25747: remove bad test. #27044: stop test_idle from leaking. | Terry Jan Reedy | 2016-05-17 | 2 | -9/+1 |
| | |||||
* | Issue 18910: Edit idle_test/README.txt to add 'requires' warning. | Terry Jan Reedy | 2016-05-16 | 1 | -0/+2 |
| | |||||
* | Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. | Terry Jan Reedy | 2016-01-27 | 1 | -0/+3 |
| | | | | Augment htest to include all major IOBinding functions. | ||||
* | Issue #25507: move test-specific imports to test function (idlelib.IOBinding). | Terry Jan Reedy | 2015-10-30 | 1 | -3/+5 |
| | |||||
* | Issue #24782: Finish converting the Configure Extension dialog into a new | Terry Jan Reedy | 2015-10-14 | 1 | -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 Reedy | 2015-09-20 | 1 | -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 Reedy | 2015-09-09 | 1 | -0/+9 |
| | |||||
* | Issue #20792: Expand idle_test.test_pathbowser. Tweak file. | Terry Jan Reedy | 2015-07-20 | 1 | -1/+17 |
| | | | | Original patch by Saimadhav Heblikar. | ||||
* | Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. | Terry Jan Reedy | 2015-05-16 | 1 | -50/+78 |
| | |||||
* | Issue #23184: idle tests, remove unused names and imports. | Terry Jan Reedy | 2015-05-16 | 5 | -9/+7 |
| | |||||
* | Issue #23825: Fixed test_idle under -OO. | Serhiy Storchaka | 2015-04-04 | 1 | -7/+12 |
| | |||||
* | Issue #23583: Fixed writing unicode to standard output stream in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+267 |
| | | | | Added tests for standard IO streams in IDLE. | ||||
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 1 | -0/+9 |
| | | | | Original patch by Tal Einat. | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -18/+47 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue #22340: Fix Python 3 warnings in Python 2 tests | Victor Stinner | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Issue #21982: Add minimal unittest for configDialog with 46% coverage. | Terry Jan Reedy | 2014-07-15 | 1 | -0/+32 |
| | |||||
* | Issue #18592: Method return signature changes made to SearchDialogBase for | Terry Jan Reedy | 2014-07-13 | 1 | -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 Reedy | 2014-07-11 | 1 | -4/+4 |
| | |||||
* | #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-07-11 | 2 | -1/+126 |
| | |||||
* | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-02 | 1 | -4/+2 |
| | |||||
* | Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods | Terry Jan Reedy | 2014-07-01 | 1 | -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. | ||||
* | whitespace | Terry Jan Reedy | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-30 | 1 | -0/+198 |
| | |||||
* | Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-06-17 | 1 | -0/+121 |
| | |||||
* | Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav | Terry Jan Reedy | 2014-06-16 | 1 | -0/+191 |
| | | | | Heblikar. | ||||
* | Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where ↵ | Terry Jan Reedy | 2014-06-10 | 1 | -5/+11 |
| | | | | | | actual names are not available. Initial patch by Serhiy Storchaka. | ||||
* | whitespace | Terry Jan Reedy | 2014-06-08 | 1 | -1/+1 |
| | |||||
* | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. | Terry Jan Reedy | 2014-06-08 | 1 | -3/+10 |
|\ | | | | | | | Patch by Saimadhav Heblikar. (2 head merge) | ||||
| * | Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. | Terry Jan Reedy | 2014-06-07 | 1 | -3/+10 |
| | | | | | | | | Patch by Saimadhav Heblikar. | ||||
* | | backed out 86ba41b7bb46 (#18910) for test breakage | Benjamin Peterson | 2014-06-08 | 1 | -35/+36 |
|/ | |||||
* | Issue #18910: test_textView - since all tests require 'gui', make root global. | Terry Jan Reedy | 2014-06-06 | 1 | -36/+35 |
| | | | | Subclass TextViewer to add mock methods instead of monkey-patching it. | ||||
* | Issue #18292: s/tkinter/Tkinter/ | Zachary Ware | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | whitespace | Terry Jan Reedy | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Issue #18910: Add unittest for textView. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-05 | 2 | -1/+107 |
| | |||||
* | Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. | Terry Jan Reedy | 2014-06-05 | 1 | -0/+141 |
| | |||||
* | Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-04 | 3 | -4/+176 |
| |