Terry Jan Reedy
|
815ab14030
|
Make it slightly clearer that IDLE close message is referring to user program,
not to IDLE itself.
|
2015-11-20 12:21:40 -05:00 |
|
Terry Jan Reedy
|
35aa5d07a2
|
Issue #25313: Change the handling of new built-in text color themes to better
address the compatibility problem introduced by the addition of IDLE Dark.
Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
|
2015-11-12 15:02:50 -05:00 |
|
Terry Jan Reedy
|
8bfacc7985
|
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
This associates the message box with the widget and is better for Mac OSX.
Patch by Mark Roseman.
|
2015-09-25 22:22:48 -04:00 |
|
Terry Jan Reedy
|
b60d103de7
|
whitespace
|
2015-09-22 21:13:09 -04:00 |
|
Terry Jan Reedy
|
ca33d56f00
|
Issue #24570: Right-click for context menus now work on Mac Aqual also.
Patch by Mark Roseman.
|
2015-09-22 21:10:22 -04:00 |
|
Terry Jan Reedy
|
baf9ef960c
|
Issue #24889: When starting Idle, force focus onto Idle window if not already
there (as when opening Idle from interactive Python on Windows).
|
2015-09-07 01:58:05 -04:00 |
|
Terry Jan Reedy
|
b50d3b2cd3
|
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
|
2015-09-02 22:07:31 -04:00 |
|
Terry Jan Reedy
|
1d8b7be333
|
Issue #24759: Revert 8203fc75b3d2.
|
2015-08-03 18:34:07 -04:00 |
|
Terry Jan Reedy
|
8755d78e4f
|
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Do not print false prompts. Original patch by Adnan Umer.
|
2015-07-31 22:34:31 -04:00 |
|
Terry Jan Reedy
|
a872fec1ec
|
Issue 24759: Gracefull exit Idle if ttk import fails.
|
2015-07-30 21:16:09 -04:00 |
|
Terry Jan Reedy
|
23120090f5
|
Issue #24222: Fix regression introduced with idlelib/PyShell.py future print
import. Idle -c "code", -r file.py again compile with print statement.
|
2015-05-18 15:37:37 -04:00 |
|
Serhiy Storchaka
|
4b2c468e74
|
Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
decoding unicode literals.
|
2015-05-17 13:53:54 +03:00 |
|
Terry Jan Reedy
|
2848925ed2
|
Issue #23184: idlelib, remove more unused names and imports.
|
2015-05-15 23:03:11 -04:00 |
|
Serhiy Storchaka
|
ac5164dd98
|
Issue #23583: Fixed writing unicode to standard output stream in IDLE.
Added tests for standard IO streams in IDLE.
|
2015-03-24 19:42:15 +02:00 |
|
Ned Deily
|
b5daa3d6db
|
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
|
2015-01-17 21:03:41 -08:00 |
|
Terry Jan Reedy
|
08da46e10f
|
Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
|
2014-10-12 22:58:42 -04:00 |
|
Terry Jan Reedy
|
987a02b5cf
|
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
|
2014-10-12 01:10:58 -04:00 |
|
Terry Jan Reedy
|
bee003cf53
|
Issue #22420: Avoid 'write to None' crashes by using print instead.
For 2,.7, add print_function __future__ import and convert print statements
to print functions. Based on 3.x patch by Serhiy Storchaka.
|
2014-09-19 22:37:24 -04:00 |
|
Terry Jan Reedy
|
25327d4d3b
|
Issue #14105: Stop removing breakpoints from Idle editors.
Move BREAK tag configuration to PyShellEditorWindow.
|
2014-08-08 23:33:11 -04:00 |
|
Ned Deily
|
57847df4e5
|
Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.
|
2014-03-27 20:47:04 -07:00 |
|
Terry Jan Reedy
|
4ade2d25fc
|
Issue #20406: Use Python application icons for Idle window title bars.
Patch mostly by Serhiy Storchaka.
|
2014-02-08 09:39:51 -05:00 |
|
Serhiy Storchaka
|
0b6b335253
|
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
|
2013-12-25 14:24:17 +02:00 |
|
Ned Deily
|
278543d539
|
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
shell window is present. (Original patch by Terry Reedy)
|
2013-12-10 16:21:58 -08:00 |
|
Serhiy Storchaka
|
7057f3fa4d
|
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
no more hangs.
|
2013-12-10 10:04:41 +02:00 |
|
Terry Jan Reedy
|
b638a38dc0
|
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
prefix from two attributes and two methods of History class.
|
2013-08-13 19:51:04 -04:00 |
|