summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-134-19/+35
* 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-113-13/+145
* Issue #21940: add docstrings to idlelib.WidgetRedirector.Terry Jan Reedy2014-07-101-18/+60
* More idlelib cleanup inspired by pyflakes.Terry Jan Reedy2014-07-023-5/+5
* Delete a few unused names suggested by pyflakes.Terry Jan Reedy2014-07-015-10/+10
* Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methodsTerry Jan Reedy2014-07-012-124/+70
* Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.Terry Jan Reedy2014-07-012-10/+213
* Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,Terry Jan Reedy2014-06-261-30/+57
* Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-06-172-4/+119
* Issue #21686: add unittest for idlelib.HyperParser. Original patch by SaimadhavTerry Jan Reedy2014-06-162-4/+201
* whitespaceTerry Jan Reedy2014-06-161-1/+1
* Issue #21686: idlelib/HyperParser.py - Update docstrings and comments andTerry Jan Reedy2014-06-161-80/+84
* Issue #12387: Add missing upper(lower)case versions of default Windows keyTerry Jan Reedy2014-06-121-14/+14
* Issue #21695: Catch AttributeError created when user closes grep output windowTerry Jan Reedy2014-06-101-20/+29
* whitespaceTerry Jan Reedy2014-06-081-1/+1
* Issue #21682: Replace EditorWindow with mock to eliminate memory leaks.Terry Jan Reedy2014-06-071-3/+10
* Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-33/+34
* whitespaceTerry Jan Reedy2014-06-051-1/+1
* 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
* Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-044-4/+181
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-024-20/+21
* Issue #21477: Update htest docstring and remove extraneous differences betweenTerry Jan Reedy2014-06-011-9/+18
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-21/+108
* Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
* 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
|\
| * Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
| * whitespaceTerry Jan Reedy2014-05-121-1/+0
| * Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-32/+114
* | Version bump for 3.4.1rc1.v3.4.1rc1Larry Hastings2014-05-041-1/+1
|/
* Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-221-1/+1
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-222-10/+13
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2811-93/+123
* Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-177-5/+21
|\
| * Merge with 3.3Terry Jan Reedy2014-02-275-3/+13
| |\
| | * Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-275-3/+13
| * | Merge with 3.3Terry Jan Reedy2014-02-231-1/+1
| |\ \ | | |/
| | * Issue #20730: Fix typo reported by Claudiu Popa.Terry Jan Reedy2014-02-231-1/+1
| * | #20634: merge with 3.3.Ezio Melotti2014-02-151-1/+1
| |\ \ | | |/
| | * #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.Ezio Melotti2014-02-151-1/+1
| * | Merge Python 3.4.0rc1 release branch.Larry Hastings2014-02-112-1/+6
| |\ \
| | * | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy.Terry Jan Reedy2014-02-101-0/+6
| | * | merge with 3.3Georg Brandl2014-02-101-1/+0
| | |\ \ | | | |/
| | | * Fix trailing whitespace.Georg Brandl2014-02-101-2/+1