summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-029-160/+167
* newest versionSjoerd Mullender1992-09-021-91/+0
* adapted SV module to the new svideo library.Sjoerd Mullender1992-09-021-0/+91
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-015-7/+19
* cope with filenames containing spacesGuido van Rossum1992-08-311-2/+5
* all Long constants have an L suffix, not l;Guido van Rossum1992-08-311-8/+11
* Use regex instead of regexpGuido van Rossum1992-08-311-6/+5
* Use regex and don't use pathGuido van Rossum1992-08-311-7/+8
* suppress unnecessary error message if too many arguments are passedGuido van Rossum1992-08-271-2/+5
* Cosmetic changes to Vedit and -Form.Guido van Rossum1992-08-252-47/+49
* Changed to use regex directly instead of regexp.Guido van Rossum1992-08-252-6/+8
* New module implementing a multi-everything queue.Guido van Rossum1992-08-251-0/+122
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-256-144/+1007
* Added rms, maxpp and avgpp methods.Jack Jansen1992-08-241-0/+146
* Removed debug statementJack Jansen1992-08-241-1/+0
* Clear the window to rather light grey when switching to RGB mode.Guido van Rossum1992-08-211-0/+2
* Redesigned option processing and added several new options.Guido van Rossum1992-08-211-110/+207
* Add audio recordingGuido van Rossum1992-08-201-1/+47
* Added method to write image files.Jack Jansen1992-08-201-0/+68
* New files.Guido van Rossum1992-08-201-4/+8
* new Vtime.py: manipulate time codes.Guido van Rossum1992-08-201-0/+117
* Lots of changes, options (from Vtime.py) etc.Guido van Rossum1992-08-201-58/+143
* Added reopen() to VinFile with semantics of old rewind(); rewind() nowGuido van Rossum1992-08-201-8/+23
* Minor improvements: exit status, data size stats.Guido van Rossum1992-08-201-7/+23
* Initial revisionGuido van Rossum1992-08-201-0/+217
* Use \input instead of \include (or \inclide)Guido van Rossum1992-08-192-2/+4
* splitfields(s, '') is illegalGuido van Rossum1992-08-192-2/+10
* Module getattr doesn't exist any more, it's now called newdir.Guido van Rossum1992-08-191-2/+2
* * renamed malloc.h mymalloc.h, and added MALLARG as the type of theGuido van Rossum1992-08-194-3/+83
* rearranged modules alphabeticallyGuido van Rossum1992-08-191-38/+47
* unpack() now returns a tuple, not a listGuido van Rossum1992-08-191-1/+23
* don't call gl.foreground and create a new window after all (seems toGuido van Rossum1992-08-191-4/+0
* fix *serious* (new) bug in testbool: by default objects should testGuido van Rossum1992-08-191-1/+1
* added getname, getdefault and getminmax functionsGuido van Rossum1992-08-191-0/+43
* fix *serious* (new) bug in evalfile: forgot to initialize s!!!Guido van Rossum1992-08-191-0/+1
* Minor improvements, comments; fix Vinfo -d.Guido van Rossum1992-08-184-25/+59
* Add commentsGuido van Rossum1992-08-181-3/+50
* Add comments and optionsGuido van Rossum1992-08-182-18/+151
* Add close() method to VinFileGuido van Rossum1992-08-181-1/+5
* Added some new comments and filesGuido van Rossum1992-08-181-3/+25
* Hacked in audio support.Guido van Rossum1992-08-181-8/+55
* Initial revisionGuido van Rossum1992-08-181-0/+124
* Change window title: prefix '* ' means playing.Guido van Rossum1992-08-181-2/+2
* Adapt to new syntax and don't print garbage on self.close().Guido van Rossum1992-08-181-4/+4
* Initial revisionGuido van Rossum1992-08-182-0/+95
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-175-91/+252
* struct: pack/unpack binary structs; fcntl: fcntl(), ioctl().Guido van Rossum1992-08-172-0/+593
* use getargs() in more cases;Guido van Rossum1992-08-141-63/+48
* oct(0) should return '0', not '00'Guido van Rossum1992-08-141-2/+4
* check for embedded \0 in strings for z and s formatsGuido van Rossum1992-08-141-2/+13