summaryrefslogtreecommitdiffstats
path: root/Lib/stdwin/wdbframewin.py
Commit message (Collapse)AuthorAgeFilesLines
* handle class exceptions; added runeval; made runctx obsoleteGuido van Rossum1995-02-271-1/+4
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-4/+4
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* * wdbframewin.py (re_eval): set __privileged__ in globals so privateGuido van Rossum1993-12-141-0/+1
| | | | | | | variables can still be seen by the debugger * ftplib.py (retrlines): args should be *args. * ChangeLog: entries for Sjoerd's addition sunau.py and changes to aiff.py * test_md5.py: test program for built-in md5 module
* Instead of single clicks, use double clicks to get the instance window.Sjoerd Mullender1993-10-011-0/+2
|
* WDB enhancement: Click once on a line with a class instance in theSjoerd Mullender1993-10-011-0/+24
| | | | | | local or global variables list and you get a window with the instance variable of the class instance. This list is of course automatically kept up to date.
* Added MINHEIGHT. Use self.dict as environment for evaluation.Guido van Rossum1992-01-271-3/+11
|
* Initial revisionGuido van Rossum1992-01-221-0/+108