index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
idle
/
PyShell.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-3/+3
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
1
-1/+4
*
Amazing. A very subtle change in policy in descr-branch actually
Guido van Rossum
2001-07-06
1
-1/+1
*
Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini...
Tim Peters
2001-03-29
1
-0/+1
*
Turn SyntasWarning into SyntaxError for all code entered
Guido van Rossum
2001-03-26
1
-1/+12
*
Whitespace normalization.
Tim Peters
2001-01-17
1
-1/+1
*
main(): Move hackery of sys.argv until after the Tk instance has been
Fred Drake
2000-09-15
1
-7/+7
*
Don't emit 8 lines of (c) information at startup -- use the same text
Guido van Rossum
2000-09-05
1
-1/+4
*
Override the Undo delegator to forbid any changes before the I/O mark.
Guido van Rossum
2000-03-07
1
-0/+24
*
rename the global IdleConfParser object from IdleConf to idleconf
Jeremy Hylton
2000-03-07
1
-2/+2
*
If we're in the current input and there's only whitespace beyond the
Guido van Rossum
2000-03-07
1
-0/+5
*
migrate to use of IdleConf and config files to set options
Jeremy Hylton
2000-03-03
1
-13/+8
*
Close debugger when closing. This may break a cycle.
Guido van Rossum
1999-06-25
1
-0/+1
*
Extend _close() to break cycles.
Guido van Rossum
1999-06-25
1
-13/+18
*
Tim Peters again:
Guido van Rossum
1999-06-01
1
-1/+1
*
Rename History to IdleHistory.
Guido van Rossum
1999-05-21
1
-1/+7
*
Much improved autoindent and handling of tabs,
Guido van Rossum
1999-05-21
1
-1/+1
*
Tim Peters strikes again:
Guido van Rossum
1999-04-26
1
-1/+1
*
Nits: document use of $IDLESTARTUP; display idle version
Guido van Rossum
1999-04-22
1
-3/+5
*
A lot of changes to make the command line more useful. You can now do:
Guido van Rossum
1999-04-22
1
-26/+115
*
Color preferences code by Loren Luke (massaged by me somewhat)
Guido van Rossum
1999-04-20
1
-6/+13
*
At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.
Guido van Rossum
1999-03-29
1
-0/+3
*
Add current dir or paths of file args to sys.path.
Guido van Rossum
1999-02-01
1
-0/+7
*
Move menu/key binding code from Bindings.py to EditorWindow.py,
Guido van Rossum
1999-01-28
1
-12/+17
*
Paul Prescod's patches to allow the stack viewer to pop up when a
Guido van Rossum
1999-01-08
1
-0/+11
*
Checking in IDLE 0.2.
Guido van Rossum
1999-01-02
1
-166/+101
*
Change our special entries from <console#N> to <pyshell#N>.
Guido van Rossum
1998-10-19
1
-2/+48
*
Details for debugger interface.
Guido van Rossum
1998-10-16
1
-3/+1
*
Better debugger support (show stack etc).
Guido van Rossum
1998-10-16
1
-3/+15
*
Polish the Debugger GUI a bit.
Guido van Rossum
1998-10-14
1
-8/+16
*
Ad primitive debugger interface (so far it will step and show you the
Guido van Rossum
1998-10-13
1
-1/+37
*
Clear the linecache before printing a traceback
Guido van Rossum
1998-10-13
1
-0/+7
*
Make the return key do what I mean more often.
Guido van Rossum
1998-10-13
1
-1/+1
*
Make the return key do what I mean more often.
Guido van Rossum
1998-10-13
1
-9/+11
*
Subsume functionality from Popup menu in Debug menu.
Guido van Rossum
1998-10-12
1
-7/+95
*
Initial checking of Tk-based Python IDE.
Guido van Rossum
1998-10-10
1
-0/+475