summaryrefslogtreecommitdiffstats
path: root/Tools/idle/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+4
* Amazing. A very subtle change in policy in descr-branch actuallyGuido van Rossum2001-07-061-1/+1
* Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini...Tim Peters2001-03-291-0/+1
* Turn SyntasWarning into SyntaxError for all code enteredGuido van Rossum2001-03-261-1/+12
* Whitespace normalization.Tim Peters2001-01-171-1/+1
* main(): Move hackery of sys.argv until after the Tk instance has beenFred Drake2000-09-151-7/+7
* Don't emit 8 lines of (c) information at startup -- use the same textGuido van Rossum2000-09-051-1/+4
* Override the Undo delegator to forbid any changes before the I/O mark.Guido van Rossum2000-03-071-0/+24
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-2/+2
* If we're in the current input and there's only whitespace beyond theGuido van Rossum2000-03-071-0/+5
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-031-13/+8
* Close debugger when closing. This may break a cycle.Guido van Rossum1999-06-251-0/+1
* Extend _close() to break cycles.Guido van Rossum1999-06-251-13/+18
* Tim Peters again:Guido van Rossum1999-06-011-1/+1
* Rename History to IdleHistory.Guido van Rossum1999-05-211-1/+7
* Much improved autoindent and handling of tabs,Guido van Rossum1999-05-211-1/+1
* Tim Peters strikes again:Guido van Rossum1999-04-261-1/+1
* Nits: document use of $IDLESTARTUP; display idle versionGuido van Rossum1999-04-221-3/+5
* A lot of changes to make the command line more useful. You can now do:Guido van Rossum1999-04-221-26/+115
* Color preferences code by Loren Luke (massaged by me somewhat)Guido van Rossum1999-04-201-6/+13
* At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.Guido van Rossum1999-03-291-0/+3
* Add current dir or paths of file args to sys.path.Guido van Rossum1999-02-011-0/+7
* Move menu/key binding code from Bindings.py to EditorWindow.py,Guido van Rossum1999-01-281-12/+17
* Paul Prescod's patches to allow the stack viewer to pop up when aGuido van Rossum1999-01-081-0/+11
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-166/+101
* Change our special entries from <console#N> to <pyshell#N>.Guido van Rossum1998-10-191-2/+48
* Details for debugger interface.Guido van Rossum1998-10-161-3/+1
* Better debugger support (show stack etc).Guido van Rossum1998-10-161-3/+15
* Polish the Debugger GUI a bit.Guido van Rossum1998-10-141-8/+16
* Ad primitive debugger interface (so far it will step and show you theGuido van Rossum1998-10-131-1/+37
* Clear the linecache before printing a tracebackGuido van Rossum1998-10-131-0/+7
* Make the return key do what I mean more often.Guido van Rossum1998-10-131-1/+1
* Make the return key do what I mean more often.Guido van Rossum1998-10-131-9/+11
* Subsume functionality from Popup menu in Debug menu.Guido van Rossum1998-10-121-7/+95
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+475