summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7,Terry Jan Reedy2015-08-141-1/+1
* Issue #24759: Revert 8203fc75b3d2.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/+7
* Issue #20792: Expand idle_test.test_pathbowser. Tweak file.Terry Jan Reedy2015-07-202-3/+20
* Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.Terry Jan Reedy2015-07-192-1/+3
* Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-041-4/+3
* Update idlelib/NEWS.txt.Terry Jan Reedy2015-05-231-1/+20
* merge 2.7.10 release branchBenjamin Peterson2015-05-221-1/+4
|\
| * make idlever.py self-updating (closes #24199)Benjamin Peterson2015-05-221-1/+4
* | Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
* | Issue #24222: Fix regression introduced with idlelib/PyShell.py future printTerry Jan Reedy2015-05-181-1/+1
* | Issue #15809: IDLE shell now uses locale encoding instead of Latin1 forSerhiy Storchaka2015-05-172-3/+7
* | Issue #24199: Stop using idelver in aboutdialog.Terry Jan Reedy2015-05-161-8/+7
* | 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-9/+7
* | Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-165-18/+10
* | idlelib: remove unused names and imports (forgot one).Terry Jan Reedy2015-05-141-1/+0
* | idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-145-8/+5
|/
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-101-1/+1
* 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: Fixed writing unicode to standard output stream in IDLE.Serhiy Storchaka2015-03-242-1/+268
* 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
* bump to 2.7.9 finalv2.7.9Benjamin Peterson2014-12-101-1/+1
* sync idle news from 2.7 branchBenjamin Peterson2014-12-061-0/+32
* 2.7.9rc1v2.7.9rc1Benjamin Peterson2014-11-261-1/+1
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278
* 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-11/+10
* 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/+2
* 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
* 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
* idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-254/+232
* Update 2.7 idlelib.configHandler and reduce differences from 3.4 code.Terry Jan Reedy2014-10-061-17/+19
* Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code).Terry Jan Reedy2014-10-061-7/+7
* 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-35/+35
* Issue #22340: Fix Python 3 warnings in Python 2 testsVictor Stinner2014-09-051-1/+1
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-051-0/+3