summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #24199: Add stacklevel to deprecation warning call.Terry Jan Reedy2015-09-201-1/+1
* Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-3/+19
* Issue #24889: When starting Idle, force focus onto Idle window if not alreadyTerry Jan Reedy2015-09-071-0/+1
* Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.Terry Jan Reedy2015-09-041-7/+11
* Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-031-1/+1
* Issue #24790: correct typo noticed by Eric SmithTerry Jan Reedy2015-08-271-1/+1
* Issue #24790: Restore unused function.Terry Jan Reedy2015-08-271-0/+3
* Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
* Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).Terry Jan Reedy2015-08-181-6/+2
* Entries for idlelib/NEWS.txtTerry Jan Reedy2015-08-171-1/+14
* Issue #24833: Add attribute reference needed for 3.x.Terry Jan Reedy2015-08-141-1/+1
* Issue #23672: Allow Idle to edit and run files with astral chars in name.Terry Jan Reedy2015-08-063-9/+27
* Issue #24759: Revert 13a8782a775e.Terry Jan Reedy2015-08-031-10/+0
* Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as defaultTerry Jan Reedy2015-08-014-35/+51
* Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.Terry Jan Reedy2015-08-012-8/+7
* Issue 24759: Gracefull exit Idle if ttk import fails.Terry Jan Reedy2015-07-311-0/+10
* Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.Terry Jan Reedy2015-07-303-8/+8
* Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice.Terry Jan Reedy2015-07-202-5/+22
* Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-041-1/+3
* 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