Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1b7aec35c43360ed1ec699458cc103e3223aac14
/
Tools
/
idle
/
PyShell.py
16e0bab
Close debugger when closing. This may break a cycle.
by Guido van Rossum
· 25 years ago
fed9b91
Extend _close() to break cycles.
by Guido van Rossum
· 25 years ago
bbaba85
Tim Peters again:
by Guido van Rossum
· 25 years ago
b6f8cf1
Rename History to IdleHistory. Add isatty() to pseudo files.
by Guido van Rossum
· 25 years ago
def2c96
Much improved autoindent and handling of tabs, by Tim Peters.
by Guido van Rossum
· 25 years ago
26c2cb4
Tim Peters strikes again:
by Guido van Rossum
· 26 years ago
27f550c
Nits: document use of $IDLESTARTUP; display idle version
by Guido van Rossum
· 26 years ago
eeb8807
A lot of changes to make the command line more useful. You can now do:
by Guido van Rossum
· 26 years ago
7de6975
Color preferences code by Loren Luke (massaged by me somewhat)
by Guido van Rossum
· 26 years ago
825df2a
At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.
by Guido van Rossum
· 26 years ago
8e47306
Add current dir or paths of file args to sys.path.
by Guido van Rossum
· 26 years ago
07ec896
Move menu/key binding code from Bindings.py to EditorWindow.py,
by Guido van Rossum
· 26 years ago
38df3c3
Paul Prescod's patches to allow the stack viewer to pop up when a
by Guido van Rossum
· 26 years ago
504b0bf
Checking in IDLE 0.2.
by Guido van Rossum
· 26 years ago
cc0ade8
Change our special entries from <console#N> to <pyshell#N>.
by Guido van Rossum
· 26 years ago
adfe773
Details for debugger interface.
by Guido van Rossum
· 26 years ago
80d132d
Better debugger support (show stack etc).
by Guido van Rossum
· 26 years ago
35e55da
Polish the Debugger GUI a bit. Closing it now also does the right thing.
by Guido van Rossum
· 26 years ago
35f7542
Ad primitive debugger interface (so far it will step and show you the
by Guido van Rossum
· 26 years ago
1956352
Clear the linecache before printing a traceback
by Guido van Rossum
· 26 years ago
3f08d40
Make the return key do what I mean more often.
by Guido van Rossum
· 26 years ago
4650df9
Make the return key do what I mean more often.
by Guido van Rossum
· 26 years ago
5af7a72
Subsume functionality from Popup menu in Debug menu.
by Guido van Rossum
· 26 years ago
3b4ca0d
Initial checking of Tk-based Python IDE.
by Guido van Rossum
· 26 years ago