cpython/Demo/sgi
Guido van Rossum 5e044b7009 - Separated grabbing (which isn't used much!) from VFile.
- Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is
  it still needed?)
- Added new Vcopy.py which does everything that Vtime.py does but also
  format conversions, image scaling, and packfactors.
- VFile: make packfactor always a tuple; introduce set and get methods
  for pf, format, and calculate some derived values.
- Added new module GET.py to std library, use it instead of defining
  DM* in VFile.
- Get rid of C programs (new Python programs can do all that they do
  and they probably don't understand the current file format anyway).
1993-02-25 14:20:13 +00:00
..
al Initial revision 1992-12-14 15:06:32 +00:00
audio Initial revision 1992-03-30 11:39:53 +00:00
audio_stdwin Initial revision 1992-03-30 11:39:53 +00:00
cd Initial revision 1992-06-03 16:50:01 +00:00
flp Initial revision 1992-03-30 11:39:53 +00:00
gl Actualized 1992-12-14 16:40:24 +00:00
sv bit vector is now implemented 1992-12-14 15:52:05 +00:00
video - Separated grabbing (which isn't used much!) from VFile. 1993-02-25 14:20:13 +00:00