Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redesigned option processing and added several new options. | Guido van Rossum | 1992-08-21 | 1 | -110/+207 |
| | | | | | Added optional read-ahead thread. Changed mouse interface. | ||||
* | 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 |
| | | | | Cleverer skipping of frames. | ||||
* | Added reopen() to VinFile with semantics of old rewind(); rewind() now | Guido van Rossum | 1992-08-20 | 1 | -8/+23 |
| | | | | | | | | saves the cache. Added getinfo() to VoutFile. Fixed writing of 'grey' file header. Added quiet parameter. Adapted to new syntax. | ||||
* | 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 |
| | | | | | | | | argument to malloc() (size_t or unsigned int) * listobject.c: check for overflow of the size of the object, so things like range(0x7fffffff) will raise MemoryError instead of calling malloc() with -4 (and then crashing -- malloc's fault) | ||||
* | 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 |
| | | | | break window positions in .Xdefaults) | ||||
* | fix *serious* (new) bug in testbool: by default objects should test | Guido van Rossum | 1992-08-19 | 1 | -1/+1 |
| | | | | true, not false!!! | ||||
* | 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 |
| | | | | to avoid hanging in cleanup(). | ||||
* | 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' | ||||
* | 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 |
| | |||||
* | * macmodule.c: include allobjects.h, not .c | Guido van Rossum | 1992-08-14 | 2 | -5/+9 |
| | | | | | | * timemodule.c: the mac has no unistd.h * classobject.c: fixed several cases of return NULL that should be return -1 !!! | ||||
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 7 | -93/+123 |
| | | | | | | coercion is now completely generic. * ceval.c: for instances, don't coerce for + and *; * reverses arguments if left one is non-instance numeric and right one sequence. | ||||
* | * xxobject.c: added tp_as_number, tp_as_sequence, tp_as_mapping to | Guido van Rossum | 1992-08-14 | 1 | -6/+9 |
| | | | | the type object. | ||||
* | Added chapter titles in comments | Guido van Rossum | 1992-08-14 | 2 | -16/+16 |
| | |||||
* | Fixed botched lay-out in class example | Guido van Rossum | 1992-08-14 | 2 | -2/+4 |
| | |||||
* | Moved chapters each to their own file. | Guido van Rossum | 1992-08-14 | 2 | -5474/+18 |
| | | | | | | Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus. | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 6 | -0/+1846 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 10 | -0/+3908 |
| | |||||
* | Fix bug introduced by Jack (duplicate def of qread) | Guido van Rossum | 1992-08-13 | 1 | -1/+1 |
| | |||||
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 4 | -1/+63 |
| | |||||
* | Dumped \cbstart, \cbend | Guido van Rossum | 1992-08-13 | 1 | -4/+0 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-13 | 7 | -0/+488 |
| | |||||
* | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 5 | -42/+609 |
| | | | | | by special syntax: you can now define your own numbers, sequences and mappings. | ||||
* | DO_TIMES must now be defined in the Makefile | Guido van Rossum | 1992-08-12 | 1 | -4/+0 |
| | |||||
* | Made module regex optional; added optional module nis. | Guido van Rossum | 1992-08-12 | 1 | -2/+14 |
| | |||||
* | To ignore a call, cast it to (void), not to (void *)... | Guido van Rossum | 1992-08-12 | 1 | -1/+1 |
| |