summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-178-82/+112
* Issue #22628: Increase Treewidge line spacing so lines do not overlap.Terry Jan Reedy2014-10-171-3/+4
* Issue #16233: When the module browser is not invoked in an editor window withTerry Jan Reedy2014-10-161-7/+6
* Issue #3068: Change 0/1 to False/True so that extension configure dialog canTerry Jan Reedy2014-10-141-58/+60
* Issue #22632: replace dead link with version-specific doc link.Terry Jan Reedy2014-10-141-1/+3
* Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.Terry Jan Reedy2014-10-131-0/+3
* Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-10-121-7/+2
* Issue #21986: Idle now matches interpreter in not pickling user code objects.Terry Jan Reedy2014-10-101-10/+10
* Issue #20167: revise condition to accomodate message change.Terry Jan Reedy2014-10-101-11/+4
* De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-092-18/+20
* Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
* Merge from 3.4.2 release head back into 3.4 mainline.Larry Hastings2014-10-081-1/+1
|\
| * Release bump for 3.4.2 final.v3.4.2Larry Hastings2014-10-061-1/+1
* | idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-255/+233
* | Update Idle news for 3.4.2 (and 3.4.1).Terry Jan Reedy2014-10-011-0/+57
|/
* Bump version number for 3.4.2rc1 release.v3.4.2rc1Larry Hastings2014-09-201-1/+1
* Update Idle's online doc url.Terry Jan Reedy2014-09-201-1/+1
* Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-202-18/+17
* Idle ColorDelegator: finish removing code for 'as'.Terry Jan Reedy2014-08-191-1/+0
* Idle ColorDelegator: remove special case code for 'as' in import statements.Terry Jan Reedy2014-08-191-17/+0
* Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.Terry Jan Reedy2014-08-151-4/+5
* Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-092-1/+10
* PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,Terry Jan Reedy2014-08-041-548/+582
* Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.Terry Jan Reedy2014-07-301-29/+38
* Issue #17172: Add the ability to run turtledemo from Idle.Terry Jan Reedy2014-07-292-0/+14
* Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.Terry Jan Reedy2014-07-261-10/+8
* Issue #21765: Add support for non-ascii identifiers to HyperParserTal Einat2014-07-163-44/+211
* Issue #21982: Add minimal unittest for configDialog with 46% coverage.Terry Jan Reedy2014-07-152-4/+42
* 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