summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Update idlelib/NEWS.txt.Terry Jan Reedy2015-05-231-0/+21
* Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
* Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.Terry Jan Reedy2015-05-162-9/+12
* Issue #24212: Put reference in idle.__main__ to issue with explanation.Terry Jan Reedy2015-05-161-2/+1
* Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.Terry Jan Reedy2015-05-161-50/+78
* Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-165-8/+7
* Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-166-20/+10
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-148-12/+5
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-142-2/+2
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-4/+4
* Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
* Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-1/+1
* Issue #23583: Added tests for standard IO streams in IDLE.Serhiy Storchaka2015-03-241-0/+233
* Release bump for 3.4.3 final.Larry Hastings2015-02-231-1/+1
* Version bump for 3.4.3rc1.Larry Hastings2015-02-081-1/+1
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-183-9/+3
* Issue #23184: delete unused idlelib file.Terry Jan Reedy2015-01-081-31/+0
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-164-24/+5
* Issue 22823: Use set literal in idlelib.Terry Jan Reedy2014-12-111-2/+2
* Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+24
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-193-3/+3
* 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