Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -13/+145 |
| | |||||
* | Issue #21940: add docstrings to idlelib.WidgetRedirector. | Terry Jan Reedy | 2014-07-10 | 1 | -18/+60 |
| | |||||
* | More idlelib cleanup inspired by pyflakes. | Terry Jan Reedy | 2014-07-02 | 3 | -5/+5 |
| | |||||
* | Delete a few unused names suggested by pyflakes. | Terry Jan Reedy | 2014-07-01 | 5 | -10/+10 |
| | |||||
* | Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods | Terry Jan Reedy | 2014-07-01 | 2 | -124/+70 |
| | | | | | | 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. | ||||
* | Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. | Terry Jan Reedy | 2014-07-01 | 2 | -10/+213 |
| | |||||
* | Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, | Terry Jan Reedy | 2014-06-26 | 1 | -30/+57 |
| | | | | move two functions next to the functions that use them. | ||||
* | Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-06-17 | 2 | -4/+119 |
| | |||||
* | Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav | Terry Jan Reedy | 2014-06-16 | 2 | -4/+201 |
| | | | | Heblikar. Correct a minor 3.x bug in HyperParser discovered by testing. | ||||
* | whitespace | Terry Jan Reedy | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and | Terry Jan Reedy | 2014-06-16 | 1 | -80/+84 |
| | | | | replace \ line contiuation. Tested against nearly done test_hyperparser.py. | ||||
* | Issue #12387: Add missing upper(lower)case versions of default Windows key | Terry Jan Reedy | 2014-06-12 | 1 | -14/+14 |
| | | | | bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. | ||||
* | Issue #21695: Catch AttributeError created when user closes grep output window | Terry Jan Reedy | 2014-06-10 | 1 | -20/+29 |
| | | | | | while still being written to. With no console, this closed Idle. Also add missing import and a few other changes. | ||||
* | 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-07 | 1 | -3/+10 |
| | | | | Patch by Saimadhav Heblikar. | ||||
* | Issue #18910: test_textView - since all tests require 'gui', make root global. | Terry Jan Reedy | 2014-06-06 | 1 | -33/+34 |
| | | | | Subclass TextViewer to add mock methods instead of monkey-patching it. | ||||
* | 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 | 3 | -4/+113 |
| | |||||
* | Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. | Terry Jan Reedy | 2014-06-05 | 2 | -0/+162 |
| | |||||
* | Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. | Terry Jan Reedy | 2014-06-04 | 4 | -4/+181 |
| | |||||
* | Issue #18492: Allow all resources when tests are not run by regrtest.py. | Zachary Ware | 2014-06-02 | 4 | -20/+21 |
| | | | | This changeset also includes cleanup allowed by this behavior change. | ||||
* | Issue #21477: Update htest docstring and remove extraneous differences between | Terry Jan Reedy | 2014-06-01 | 1 | -9/+18 |
| | | | | 2.7 and 3.4. Original patch by Saimadhav Heblikar. | ||||
* | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 5 | -21/+108 |
| | | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar. | ||||
* | Issue #21477: Add htests for Search and Replace dialogs. | Terry Jan Reedy | 2014-05-27 | 4 | -15/+73 |
| | | | | Patch by Saimadhav Heblikar. | ||||
* | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 9 | -79/+160 |
| | | | | Patch by Saimadhav Heblikar. 2.7 version will follow. | ||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 18 | -181/+414 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | merge heads | Terry Jan Reedy | 2014-05-20 | 2 | -27/+26 |
|\ | |||||
| * | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 2 | -27/+26 |
| | | |||||
* | | Version bump for 3.4.1.v3.4.1 | Larry Hastings | 2014-05-18 | 1 | -1/+1 |
|/ | |||||
* | Merge. | Larry Hastings | 2014-05-18 | 4 | -32/+116 |
|\ | |||||
| * | Issue #18104: revise docstrings, remove obsolete comments. | Terry Jan Reedy | 2014-05-16 | 1 | -29/+32 |
| | | |||||
| * | whitespace | Terry Jan Reedy | 2014-05-12 | 1 | -1/+0 |
| | | |||||
| * | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin | Terry Jan Reedy | 2014-05-12 | 4 | -32/+114 |
| | | | | | | | | | | consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests. | ||||
* | | Version bump for 3.4.1rc1.v3.4.1rc1 | Larry Hastings | 2014-05-04 | 1 | -1/+1 |
|/ | |||||
* | Issue #21138: Change default reformat paragraph width to PEP 8's 72. | Terry Jan Reedy | 2014-04-22 | 1 | -1/+1 |
| | |||||
* | Issue 21284: Idle: make test_formatparagraph pass even when a user changes the | Terry Jan Reedy | 2014-04-22 | 2 | -10/+13 |
| | | | | reformat width in the configuration menu. | ||||
* | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 11 | -93/+123 |
| | | | | non-framework builds and for all variants of Tk. | ||||
* | Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. | Larry Hastings | 2014-03-17 | 7 | -5/+21 |
|\ | |||||
| * | Merge with 3.3 | Terry Jan Reedy | 2014-02-27 | 5 | -3/+13 |
| |\ | |||||
| | * | Issue #20567: Delete class attribute gui widgets in idle tests. | Terry Jan Reedy | 2014-02-27 | 5 | -3/+13 |
| | | | | | | | | | | | | Code patch by Serhiy Storchaka | ||||
| * | | Merge with 3.3 | Terry Jan Reedy | 2014-02-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #20730: Fix typo reported by Claudiu Popa. | Terry Jan Reedy | 2014-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | #20634: merge with 3.3. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge Python 3.4.0rc1 release branch. | Larry Hastings | 2014-02-11 | 2 | -1/+6 |
| |\ \ | |||||
| | * | | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy. | Terry Jan Reedy | 2014-02-10 | 1 | -0/+6 |
| | | | | |||||
| | * | | merge with 3.3 | Georg Brandl | 2014-02-10 | 1 | -1/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Fix trailing whitespace. | Georg Brandl | 2014-02-10 | 1 | -2/+1 |
| | | | | |||||
| | | * | merge with 3.3.4 releasing repo | Georg Brandl | 2014-02-10 | 2 | -1/+63 |
| | | |\ |