Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle class exceptions; added runeval; made runctx obsolete | Guido van Rossum | 1995-02-27 | 1 | -1/+4 |
| | |||||
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -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 private | Guido van Rossum | 1993-12-14 | 1 | -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 Mullender | 1993-10-01 | 1 | -0/+2 |
| | |||||
* | WDB enhancement: Click once on a line with a class instance in the | Sjoerd Mullender | 1993-10-01 | 1 | -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 Rossum | 1992-01-27 | 1 | -3/+11 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-22 | 1 | -0/+108 |