Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. | Terry Jan Reedy | 2013-03-30 | 1 | -1/+2 |
| | |||||
* | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | 1 | -25/+69 |
| | | | | interface and support all mandatory methods and properties. | ||||
* | Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu | Andrew Svetlov | 2012-11-01 | 1 | -2/+20 |
| | | | | Patch by Todd Rovito. | ||||
* | Issue #9803: Don't close IDLE on saving if breakpoint is open. | Andrew Svetlov | 2012-07-31 | 1 | -2/+2 |
| | | | | Patch by Roger Serwy. | ||||
* | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 1 | -1/+15 |
| | | | | Patch by Roger Serwy and myself. | ||||
* | Issue 13532: Allow bytearrays to be written also. | Terry Jan Reedy | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | Widen test to support unicode. | Martin v. Löwis | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | - Issue #13532: Check that arguments to sys.stdout.write are strings. | Martin v. Löwis | 2012-07-09 | 1 | -0/+2 |
| | |||||
* | Issue #14962: Update text coloring in IDLE shell window after changing | Ned Deily | 2012-05-31 | 1 | -0/+5 |
| | | | | options. Patch by Roger Serwy. | ||||
* | Issue #10365: File open dialog now works instead of crashing | Terry Jan Reedy | 2012-05-27 | 1 | -1/+2 |
| | | | | 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 | 1 | -2/+4 |
| | | | | Patch by Guilherme Polo. | ||||
* | whitespace3 | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 1 | -6/+13 |
| | | | | | to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. | ||||
* | Issue #4625: If IDLE cannot write to its recent file or breakpoint | Ned Deily | 2011-12-14 | 1 | -10/+18 |
| | | | | | files, display a message popup and continue rather than crash. (original patch by Roger Serwy) | ||||
* | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 1 | -0/+2 |
| | | | | (Patch by Roger Serwy) | ||||
* | Fix closes issue12438 - idlelib.PyShell's showformatwarning method was ↵ | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
| | | | | passing an incorrect arg. | ||||
* | Merged revisions 88003 via svnmerge from | Ned Deily | 2011-01-30 | 1 | -0/+7 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. ........ | ||||
* | Merged revisions 83103 via svnmerge from | Ezio Melotti | 2010-07-23 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83103 | ezio.melotti | 2010-07-23 19:48:22 +0300 (Fri, 23 Jul 2010) | 1 line #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. ........ | ||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -22/+22 |
| | | | | absolute imports. | ||||
* | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | Issue #3926: Fix the usage of the new showwarnings and formatwarning. | Guilherme Polo | 2009-08-14 | 1 | -12/+12 |
| | |||||
* | Allow multiple IDLE GUI/subprocess pairs to exist | Kurt B. Kaiser | 2009-04-04 | 1 | -17/+30 |
| | | | | | | 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 | 1 | -12/+2 |
| | | | | | | 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 | 1 | -4/+8 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -5/+5 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -5/+5 |
| | |||||
* | Home / Control-A toggles between left margin and end of leading white | Kurt B. Kaiser | 2008-04-27 | 1 | -11/+0 |
| | | | | | | | | 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 | 1 | -1/+1 |
| | | | | Thanks to Wummel for the patch | ||||
* | Remove unused theme that was causing a fault in p3k. | Kurt B. Kaiser | 2007-10-04 | 1 | -1/+0 |
| | |||||
* | Clean up ModifiedInterpreter.runcode() structure | Kurt B. Kaiser | 2007-02-06 | 1 | -27/+29 |
| | |||||
* | Bug #813342: Start the IDLE subprocess with -Qnew if the parent | Georg Brandl | 2006-10-12 | 1 | -0/+2 |
| | | | | is started with that option. | ||||
* | Add comment explaining that error msgs may be due to user code when | Kurt B. Kaiser | 2006-10-01 | 1 | -0/+2 |
| | | | | running w/o subprocess. | ||||
* | File menu hotkeys: there were three 'p' assignments. Reassign the | Kurt B. Kaiser | 2006-08-16 | 1 | -1/+1 |
| | | | | | | | | | '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 | 1 | -7/+10 |
| | |||||
* | Patch #1540892: site.py Quitter() class attempts to close sys.stdin | Kurt B. Kaiser | 2006-08-16 | 1 | -8/+8 |
| | | | | | | | | | | 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 | 1 | -9/+15 |
| | | | | since 1.2a1) Patch 1528468 Tal Einat. | ||||
* | As a slight enhancement to the previous checkin, improve the | Kurt B. Kaiser | 2006-08-09 | 1 | -2/+5 |
| | | | | 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 | 1 | -1/+2 |
| | | | | | | | | | 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 | 1 | -4/+0 |
| | | | | | | | | Bug 1010370 Dave Florek M EditorWindow.py M PyShell.py M NEWS.txt | ||||
* | Whitespace normalization. | Tim Peters | 2006-06-11 | 1 | -2/+2 |
| | |||||
* | This patch improves the L&F of IDLE on OSX. The changes are conditionalized on | Ronald Oussoren | 2006-06-11 | 1 | -1/+20 |
| | | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events. | ||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py | ||||
* | Remove unused import | Neal Norwitz | 2005-09-01 | 1 | -1/+0 |
| | |||||
* | Remove dead code | Kurt B. Kaiser | 2005-06-21 | 1 | -12/+8 |
| | | | | | M IdleHistory.py M PyShell.py | ||||
* | <Enter> when cursor is on a previous command retrieves that command. Instead | Kurt B. Kaiser | 2005-06-19 | 1 | -7/+27 |
| | | | | | | | | | of replacing the input line, the previous command is now appended to the input line. Indentation is preserved, and undo is enabled. Patch 1196917 Jeff Shute Modified Files: NEWS.txt PyShell.py | ||||
* | Improve subprocess link error notification | Kurt B. Kaiser | 2005-05-10 | 1 | -0/+3 |
| | | | | | | M NEWS.txt M PyShell.py M rpc.py | ||||
* | 1. Polish tabbing code. | Kurt B. Kaiser | 2005-01-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | 2. Restore use of set_indentation_params(), was dead code since Autoindent.py was merged into EditorWindow.py. 3. Make usetabs, indentwidth, tabwidth, context_use_ps1 instance vars and set in EditorWindow.__init__() 4. In PyShell.__init__() set usetabs, indentwidth and context_use_ps1 explicitly (config() is eliminated). 5. Add Tabnanny check when Module is Run/F5, not just when Checked. 6. Discourage using an indent width other than 8 when using tabs to indent Python code. M EditorWindow.py M NEWS.txt M PyShell.py M ScriptBinding.py | ||||
* | The GUI was hanging if the shell window was closed while a raw_input() | Kurt B. Kaiser | 2004-12-23 | 1 | -6/+12 |
| | | | | | | | | was pending. Restored the quit() of the readline() mainloop(). http://mail.python.org/pipermail/idle-dev/2004-December/002307.html M NEWS.txt M PyShell.py | ||||
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | remote registered objects. Changes to these attributes are local, however. M EditorWindow.py M NEWS.txt M PyShell.py M idlever.py M rpc.py M run.py | ||||
* | The change in the linecache.checkcache() signature at rev 1.13 caused IDLE ↵ | Kurt B. Kaiser | 2004-11-13 | 1 | -6/+8 |
| | | | | | | | | | to exit when an exception was raised while running w/o the subprocess. Python Bug 1063840 M NEWS.txt M PyShell.py |