summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
...
| * whitespaceTerry Jan Reedy2014-06-161-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2014-06-161-80/+84
|\ \ | |/
| * Issue #21686: idlelib/HyperParser.py - Update docstrings and comments andTerry Jan Reedy2014-06-161-80/+84
| | | | | | | | replace \ line contiuation. Tested against nearly done test_hyperparser.py.
* | Merge with 3.4Terry Jan Reedy2014-06-121-14/+14
|\ \ | |/
| * Issue #12387: Add missing upper(lower)case versions of default Windows keyTerry Jan Reedy2014-06-121-14/+14
| | | | | | | | bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
* | Merge with 3.4Terry Jan Reedy2014-06-101-20/+29
|\ \ | |/
| * Issue #21695: Catch AttributeError created when user closes grep output windowTerry Jan Reedy2014-06-101-20/+29
| | | | | | | | | | while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
* | Merge with 3.4 whitespaceTerry Jan Reedy2014-06-081-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-06-081-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2014-06-071-3/+10
|\ \ | |/
| * Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-071-3/+10
| | | | | | | | Patch by Saimadhav Heblikar.
* | Merge with 3.4Terry Jan Reedy2014-06-061-33/+34
|\ \ | |/
| * Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-33/+34
| | | | | | | | Subclass TextViewer to add mock methods instead of monkey-patching it.
* | Merge with 3.4Terry Jan Reedy2014-06-051-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-06-051-1/+1
| |
* | Merge heads from 3.4.Terry Jan Reedy2014-06-053-4/+113
|\ \ | |/
| * Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-053-4/+113
| |
| * Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar.Terry Jan Reedy2014-06-052-0/+162
| |
* | merge from 3.4Terry Jan Reedy2014-06-052-0/+162
| |
* | Merge with 3.4Terry Jan Reedy2014-06-044-4/+181
|\ \ | |/
| * Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-044-4/+181
| |
* | Issue #18492: Merge with 3.4Zachary Ware2014-06-024-20/+21
|\ \ | |/
| * Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-024-20/+21
| | | | | | | | This changeset also includes cleanup allowed by this behavior change.
* | Merge with 3.4Terry Jan Reedy2014-06-011-9/+18
|\ \ | |/
| * Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+18
| | | | | | | | 2.7 and 3.4. Original patch by Saimadhav Heblikar.
* | Merge with 3.4Terry Jan Reedy2014-05-295-21/+108
|\ \ | |/
| * Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-21/+108
| | | | | | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
* | Merge with 3.4Terry Jan Reedy2014-05-274-15/+73
|\ \ | |/
| * Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
| | | | | | | | Patch by Saimadhav Heblikar.
* | Merge with 3.4Terry Jan Reedy2014-05-259-79/+160
|\ \ | |/
| * Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
| | | | | | | | Patch by Saimadhav Heblikar. 2.7 version will follow.
* | Merge with 3.4Terry Jan Reedy2014-05-2418-181/+414
|\ \ | |/
| * Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
| | | | | | | | Patch by Saimadhav Heblikar
* | Merge with 3.4Terry Jan Reedy2014-05-202-27/+26
|\ \ | |/
| * merge headsTerry Jan Reedy2014-05-202-27/+26
| |\
| | * Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
| | |
| * | Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-181-1/+1
| |/
| * Merge.Larry Hastings2014-05-184-32/+116
| |\
| * | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-041-1/+1
| | |
* | | Merge with 3.4Terry Jan Reedy2014-05-161-29/+32
|\ \ \ | | |/ | |/|
| * | Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
| | |
* | | Merge with 3.4Terry Jan Reedy2014-05-121-1/+0
|\ \ \ | |/ /
| * | whitespaceTerry Jan Reedy2014-05-121-1/+0
| | |
* | | Merge with 3.4Terry Jan Reedy2014-05-124-32/+114
|\ \ \ | |/ /
| * | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-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.
* | Merge with 3.4Terry Jan Reedy2014-04-221-1/+1
|\ \ | |/
| * Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-221-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2014-04-222-10/+13
|\ \ | |/
| * Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-222-10/+13
| | | | | | | | reformat width in the configuration menu.
* | Issue #17654: merge from 3.4Ned Deily2014-03-2811-93/+123
|\ \ | |/