summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66922 via svnmerge fromBenjamin 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
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-041-3/+28
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-061-0/+3
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-1/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-9/+9
* There was an error in the Tk error dialog fix at Rev 1.84 which caused startingKurt B. Kaiser2004-01-211-2/+2
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-211-48/+65
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-241-1/+6
* IDLE didn't start correctly when Python was installed in "Program Files"Kurt B. Kaiser2003-08-141-2/+7
* Added a banner to the shell startup message discussing possibleKurt B. Kaiser2003-07-271-2/+11
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-1/+1
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-221-4/+12
* Support testing in .../Lib/idlelib when calling <python PyShell.py>Kurt B. Kaiser2003-06-151-0/+1
* Remove the 2.2 compatibility module boolcheck.py and related codeKurt B. Kaiser2003-06-141-3/+0
* Remove reference to IDLEforkKurt B. Kaiser2003-06-141-1/+1
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-051-1/+2
* Modify the remote stack viewer to work in the threaded subprocess.Kurt B. Kaiser2003-06-021-0/+14
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-281-3/+6
* Whitespace NormalizationKurt B. Kaiser2003-05-261-1/+1
* Improved the RESTART annotation in the shell window when the userKurt B. Kaiser2003-05-241-0/+9
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-23/+22