| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 9 | -160/+167 |
|
|
* | newest version | Sjoerd Mullender | 1992-09-02 | 1 | -91/+0 |
|
|
* | adapted SV module to the new svideo library. | Sjoerd Mullender | 1992-09-02 | 1 | -0/+91 |
|
|
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 5 | -7/+19 |
|
|
* | cope with filenames containing spaces | Guido van Rossum | 1992-08-31 | 1 | -2/+5 |
|
|
* | all Long constants have an L suffix, not l; | Guido van Rossum | 1992-08-31 | 1 | -8/+11 |
|
|
* | Use regex instead of regexp | Guido van Rossum | 1992-08-31 | 1 | -6/+5 |
|
|
* | Use regex and don't use path | Guido van Rossum | 1992-08-31 | 1 | -7/+8 |
|
|
* | suppress unnecessary error message if too many arguments are passed | Guido van Rossum | 1992-08-27 | 1 | -2/+5 |
|
|
* | Cosmetic changes to Vedit and -Form. | Guido van Rossum | 1992-08-25 | 2 | -47/+49 |
|
|
* | Changed to use regex directly instead of regexp. | Guido van Rossum | 1992-08-25 | 2 | -6/+8 |
|
|
* | New module implementing a multi-everything queue. | Guido van Rossum | 1992-08-25 | 1 | -0/+122 |
|
|
* | Created Vedit.py, the video editor. This uses the classes in Viewer.py. | Guido van Rossum | 1992-08-25 | 6 | -144/+1007 |
|
|
* | Added rms, maxpp and avgpp methods. | Jack Jansen | 1992-08-24 | 1 | -0/+146 |
|
|
* | Removed debug statement | Jack Jansen | 1992-08-24 | 1 | -1/+0 |
|
|
* | Clear the window to rather light grey when switching to RGB mode. | Guido van Rossum | 1992-08-21 | 1 | -0/+2 |
|
|
* | Redesigned option processing and added several new options. | Guido van Rossum | 1992-08-21 | 1 | -110/+207 |
|
|
* | Add audio recording | Guido van Rossum | 1992-08-20 | 1 | -1/+47 |
|
|
* | Added method to write image files. | Jack Jansen | 1992-08-20 | 1 | -0/+68 |
|
|
* | New files. | Guido van Rossum | 1992-08-20 | 1 | -4/+8 |
|
|
* | new Vtime.py: manipulate time codes. | Guido van Rossum | 1992-08-20 | 1 | -0/+117 |
|
|
* | Lots of changes, options (from Vtime.py) etc. | Guido van Rossum | 1992-08-20 | 1 | -58/+143 |
|
|
* | Added reopen() to VinFile with semantics of old rewind(); rewind() now | Guido van Rossum | 1992-08-20 | 1 | -8/+23 |
|
|
* | Minor improvements: exit status, data size stats. | Guido van Rossum | 1992-08-20 | 1 | -7/+23 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-20 | 1 | -0/+217 |
|
|
* | Use \input instead of \include (or \inclide) | Guido van Rossum | 1992-08-19 | 2 | -2/+4 |
|
|
* | splitfields(s, '') is illegal | Guido van Rossum | 1992-08-19 | 2 | -2/+10 |
|
|
* | Module getattr doesn't exist any more, it's now called newdir. | Guido van Rossum | 1992-08-19 | 1 | -2/+2 |
|
|
* | * renamed malloc.h mymalloc.h, and added MALLARG as the type of the | Guido van Rossum | 1992-08-19 | 4 | -3/+83 |
|
|
* | rearranged modules alphabetically | Guido van Rossum | 1992-08-19 | 1 | -38/+47 |
|
|
* | unpack() now returns a tuple, not a list | Guido van Rossum | 1992-08-19 | 1 | -1/+23 |
|
|
* | don't call gl.foreground and create a new window after all (seems to | Guido van Rossum | 1992-08-19 | 1 | -4/+0 |
|
|
* | fix *serious* (new) bug in testbool: by default objects should test | Guido van Rossum | 1992-08-19 | 1 | -1/+1 |
|
|
* | added getname, getdefault and getminmax functions | Guido van Rossum | 1992-08-19 | 1 | -0/+43 |
|
|
* | fix *serious* (new) bug in evalfile: forgot to initialize s!!! | Guido van Rossum | 1992-08-19 | 1 | -0/+1 |
|
|
* | Minor improvements, comments; fix Vinfo -d. | Guido van Rossum | 1992-08-18 | 4 | -25/+59 |
|
|
* | Add comments | Guido van Rossum | 1992-08-18 | 1 | -3/+50 |
|
|
* | Add comments and options | Guido van Rossum | 1992-08-18 | 2 | -18/+151 |
|
|
* | Add close() method to VinFile | Guido van Rossum | 1992-08-18 | 1 | -1/+5 |
|
|
* | Added some new comments and files | Guido van Rossum | 1992-08-18 | 1 | -3/+25 |
|
|
* | Hacked in audio support. | Guido van Rossum | 1992-08-18 | 1 | -8/+55 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-18 | 1 | -0/+124 |
|
|
* | Change window title: prefix '* ' means playing. | Guido van Rossum | 1992-08-18 | 1 | -2/+2 |
|
|
* | Adapt to new syntax and don't print garbage on self.close(). | Guido van Rossum | 1992-08-18 | 1 | -4/+4 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-18 | 2 | -0/+95 |
|
|
* | New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() | Guido van Rossum | 1992-08-17 | 5 | -91/+252 |
|
|
* | struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). | Guido van Rossum | 1992-08-17 | 2 | -0/+593 |
|
|
* | use getargs() in more cases; | Guido van Rossum | 1992-08-14 | 1 | -63/+48 |
|
|
* | oct(0) should return '0', not '00' | Guido van Rossum | 1992-08-14 | 1 | -2/+4 |
|
|
* | check for embedded \0 in strings for z and s formats | Guido van Rossum | 1992-08-14 | 1 | -2/+13 |
|
|