Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | Issue #3926: Fix the usage of the new showwarnings and formatwarning. | Guilherme Polo | 2009-08-14 | |
| | | | ||||
| | * | Allow multiple IDLE GUI/subprocess pairs to exist | Kurt B. Kaiser | 2009-04-04 | |
| | | | | | | | | | | | | | | | | | | simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble. | |||
| | * | Remove startup firewall message. That is handled by an error dialog | Raymond Hettinger | 2009-01-26 | |
| | | | | | | | | | | | | | | | | | | whenever a connection cannot be formed. Also, the Idle version number is already in the About Idle dialog. Now, the startup is clean looking once again. | |||
| | * | use new showwarnings signature for idle #3391 | Benjamin Peterson | 2008-10-16 | |
| | | | ||||
| | * | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | |
| | | | ||||
| | * | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | |
| | | | ||||
| | * | Home / Control-A toggles between left margin and end of leading white | Kurt B. Kaiser | 2008-04-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | space. Patch 1196903 Jeff Shute. M idlelib/PyShell.py M idlelib/EditorWindow.py M idlelib/NEWS.txt | |||
| | * | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | |
| | | | | | | | | | | | | Thanks to Wummel for the patch | |||
| | * | Remove unused theme that was causing a fault in p3k. | Kurt B. Kaiser | 2007-10-04 | |
| | | | ||||
| | * | Clean up ModifiedInterpreter.runcode() structure | Kurt B. Kaiser | 2007-02-06 | |
| | | | ||||
| | * | Bug #813342: Start the IDLE subprocess with -Qnew if the parent | Georg Brandl | 2006-10-12 | |
| | | | | | | | | | | | | is started with that option. | |||
| | * | Add comment explaining that error msgs may be due to user code when | Kurt B. Kaiser | 2006-10-01 | |
| | | | | | | | | | | | | running w/o subprocess. | |||
| | * | File menu hotkeys: there were three 'p' assignments. Reassign the | Kurt B. Kaiser | 2006-08-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt | |||
| | * | Get quit() and exit() to work cleanly when not using subprocess. | Kurt B. Kaiser | 2006-08-16 | |
| | | | ||||
| | * | Patch #1540892: site.py Quitter() class attempts to close sys.stdin | Kurt B. Kaiser | 2006-08-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS | |||
| | * | Retrieval of previous shell command was not always preserving indentation | Kurt B. Kaiser | 2006-08-10 | |
| | | | | | | | | | | | | since 1.2a1) Patch 1528468 Tal Einat. | |||
| | * | As a slight enhancement to the previous checkin, improve the | Kurt B. Kaiser | 2006-08-09 | |
| | | | | | | | | | | | | internal error reporting by moving message to IDLE console. | |||
| | * | 1. When used w/o subprocess, all exceptions were preceeded by an error | Kurt B. Kaiser | 2006-08-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | message claiming they were IDLE internal errors (since 1.2a1). 2. Add Ronald Oussoren to CREDITS M NEWS.txt M PyShell.py M CREDITS.txt | |||
| | * | EditorWindow failed when used stand-alone if sys.ps1 not set. | Kurt B. Kaiser | 2006-07-24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Bug 1010370 Dave Florek M EditorWindow.py M PyShell.py M NEWS.txt | |||
| | * | Whitespace normalization. | Tim Peters | 2006-06-11 | |
| | | | ||||
| | * | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | |
| | | | | | | | | | | | | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events. | |||
* | | | #6698: merge with 3.3. | Roger Serwy | 2013-03-31 | |
|\| | | ||||
| * | | #6698: IDLE now opens just an editor window when configured to do so. | Roger Serwy | 2013-03-31 | |
| | | | ||||
* | | | Merge from 3.3: Issue #17390 | Terry Jan Reedy | 2013-03-30 | |
|\| | | ||||
| * | | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. | Terry Jan Reedy | 2013-03-30 | |
| | | | ||||
* | | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | |
|\| | | | | | | | | | | | interface and support all mandatory methods and properties. | |||
| * | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | |
| |\ \ | | | | | | | | | | | | | interface and support all mandatory methods and properties. | |||
| | * | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | |
| | | | | | | | | | | | | | | | | interface and support all mandatory methods and properties. | |||
* | | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | |
| | | | | ||||
* | | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | |
| | | | | ||||
* | | | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | |
|\| | | | | | | | | | | | | | | | Patch by Todd Rovito. | |||
| * | | | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | |
| |\| | | | | | | | | | | | | | | Patch by Todd Rovito. | |||
| | * | | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | |
| | | | | | | | | | | | | | | | | Patch by Todd Rovito. | |||
* | | | | normalize whitespaces | Andrew Svetlov | 2012-10-05 | |
| | | | | ||||
* | | | | Issue #16123: IDLE - deprecate running without a subprocess. | Andrew Svetlov | 2012-10-05 | |
|/ / / | | | | | | | | | | Patch by Roger Serwy | |||
* | | | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | |
|\| | | | | | | | | | | | Patch by Roger Serwy. | |||
| * | | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | |
| | | | | | | | | | | | | Patch by Roger Serwy. | |||
* | | | merge 3.2 | Martin v. Löwis | 2012-07-25 | |
|\| | | ||||
| * | | Issue #7163: Propagate return value of sys.stdout.write. | Martin v. Löwis | 2012-07-25 | |
| | | | | | | | | | | | | Patch by Roger Serwy. | |||
* | | | merge 3.2 | Martin v. Löwis | 2012-07-25 | |
|\| | | ||||
| * | | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | |
| | | | | | | | | | | | | Patch by Roger Serwy and myself. | |||
* | | | merge 3.2 | Martin v. Löwis | 2012-07-09 | |
|\| | | ||||
| * | | Issue #13532: Check that arguments to sys.stdout.write are strings. | Martin v. Löwis | 2012-07-09 | |
| | | | ||||
* | | | Issue #14962: merge | Ned Deily | 2012-05-31 | |
|\| | | ||||
| * | | Issue #14962: Update text coloring in IDLE shell window after changing | Ned Deily | 2012-05-31 | |
| | | | | | | | | | | | | options. Patch by Roger Serwy. | |||
* | | | Merge with 3.2 | Terry Jan Reedy | 2012-05-26 | |
|\| | | | | | | | | | | | | | | Issue #10365: File open dialog now works instead of crashing even when parent window is closed. Patch by Roger Serwy. | |||
| * | | Issue #10365: File open dialog now works instead of crashing | Terry Jan Reedy | 2012-05-26 | |
| | | | | | | | | | | | | even when parent window is closed. Patch by Roger Serwy. | |||
| * | | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-21 | |
| | | | | | | | | | | | | Patch by Guilherme Polo. | |||
* | | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as ↵ | Andrew Svetlov | 2012-03-25 | |
| | | | | | | | | | | | | well as subprecess. | |||
* | | | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-20 | |
| | | | | | | | | | | | | Patch by Guilherme Polo. |