summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24889: When starting Idle, force focus onto Idle window if not alreadyTerry Jan Reedy2015-09-071-0/+1
| | | | there (as when opening Idle from interactive Python on Windows).
* 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
| | | | Patch by Mark Roseman.
* 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
| | | | Patch by Mohd Sanad Zaki Rizvi.
* 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
| | | | | editor font. This should not affect current customized font selections. Patch by Mark Roseman.
* Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.Terry Jan Reedy2015-08-012-8/+7
| | | | Do not print false prompts. Original patch by Adnan Umer.
* 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
| | | | Original patch by Saimadhav Heblikar.
* Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-041-1/+3
| | | | on OS X. Original patch by André Freitas.
* 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
| | | | IDLE. Patch by Martin Panter.
* 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
| | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
* 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
| | | | Patch by Al Sweigart.
* 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
| | | | configuration dialog. Patch by Tal Einat.
* 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
| | | | Original patch by Tal Einat.
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-193-3/+3
| | | | Patch by Févry Thibault.
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-178-82/+112
| | | | htests to add # htest # marker for coveragepy and stop tcl errors.
* Issue #22628: Increase Treewidge line spacing so lines do not overlap.Terry Jan Reedy2014-10-171-3/+4
| | | | Move test lines up with respect to icons.
* Issue #16233: When the module browser is not invoked in an editor window withTerry Jan Reedy2014-10-161-7/+6
| | | | | a filename, pop up the Open Module box. If a module is opened, open a corresponding browser.
* Issue #3068: Change 0/1 to False/True so that extension configure dialog canTerry Jan Reedy2014-10-141-58/+60
| | | | | easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
* 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
| | | | Patch by Claudiu Popa
* 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
| | | | Tweak docstrigs and comments in affected functions in idlelib.configHandler.
* Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
| | | | method so it can be reused by the new extension dialog.