summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-2/+20
* Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-2/+2
* Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-251-1/+15
* Issue 13532: Allow bytearrays to be written also.Terry Jan Reedy2012-07-091-2/+2
* Widen test to support unicode.Martin v. Löwis2012-07-091-1/+1
* - Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-091-0/+2
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+5
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-271-1/+2
* #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-211-2/+4
* whitespace3Terry Jan Reedy2012-01-311-1/+1
* #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-311-6/+13
* Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-141-10/+18
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+2
* Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-041-1/+1
* Merged revisions 88003 via svnmerge fromNed Deily2011-01-301-0/+7
* Merged revisions 83103 via svnmerge fromEzio Melotti2010-07-231-1/+1
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-22/+22
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-251-1/+1
* Issue #3926: Fix the usage of the new showwarnings and formatwarning.Guilherme Polo2009-08-141-12/+12
* Allow multiple IDLE GUI/subprocess pairs to existKurt B. Kaiser2009-04-041-17/+30
* Remove startup firewall message. That is handled by an error dialogRaymond Hettinger2009-01-261-12/+2
* use new showwarnings signature for idle #3391Benjamin Peterson2008-10-161-4/+8
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-5/+5
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-5/+5
* Home / Control-A toggles between left margin and end of leading whiteKurt B. Kaiser2008-04-271-11/+0
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Remove unused theme that was causing a fault in p3k.Kurt B. Kaiser2007-10-041-1/+0
* Clean up ModifiedInterpreter.runcode() structureKurt B. Kaiser2007-02-061-27/+29
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+2
* Add comment explaining that error msgs may be due to user code whenKurt B. Kaiser2006-10-011-0/+2
* File menu hotkeys: there were three 'p' assignments. Reassign theKurt B. Kaiser2006-08-161-1/+1
* Get quit() and exit() to work cleanly when not using subprocess.Kurt B. Kaiser2006-08-161-7/+10
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-161-8/+8
* Retrieval of previous shell command was not always preserving indentationKurt B. Kaiser2006-08-101-9/+15
* As a slight enhancement to the previous checkin, improve theKurt B. Kaiser2006-08-091-2/+5
* 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-091-1/+2
* EditorWindow failed when used stand-alone if sys.ps1 not set.Kurt B. Kaiser2006-07-241-4/+0
* Whitespace normalization.Tim Peters2006-06-111-2/+2
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-111-1/+20
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-5/+6
* Remove unused importNeal Norwitz2005-09-011-1/+0
* Remove dead codeKurt B. Kaiser2005-06-211-12/+8
* <Enter> when cursor is on a previous command retrieves that command. InsteadKurt B. Kaiser2005-06-191-7/+27
* Improve subprocess link error notificationKurt B. Kaiser2005-05-101-0/+3
* 1. Polish tabbing code.Kurt B. Kaiser2005-01-191-1/+5
* The GUI was hanging if the shell window was closed while a raw_input()Kurt B. Kaiser2004-12-231-6/+12
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-1/+1
* The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...Kurt B. Kaiser2004-11-131-6/+8
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-221-4/+5
* whitespace normalizationSkip Montanaro2004-07-061-2/+2