Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed faulty apply call | Jack Jansen | 1994-06-07 | 1 | -1/+1 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -2/+1 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | Added autoedit and cancel commands, removed debug output | Jack Jansen | 1993-09-28 | 1 | -4/+9 |
| | |||||
* | This module can now be used asynchronously. Also, some commands | Jack Jansen | 1993-07-19 | 1 | -25/+127 |
| | | | | have been added. | ||||
* | VCR.py: Use unix files instead of stdio files for tty communication, | Guido van Rossum | 1993-06-10 | 1 | -6/+137 |
| | | | | | | | because of buffering. Also added several new commands (Jack). VFile.py: Made setting of RGB or colormap mode separate methods, so they can be overridden (e.g. when using the Glx.draw widget the way to change the mode is totally different). | ||||
* | Newss class style | Jack Jansen | 1993-06-08 | 1 | -1/+1 |
| | |||||
* | Jack's VCR control module | Guido van Rossum | 1993-05-12 | 1 | -0/+297 |