Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print warnings to stderr and correct spelling | Guido van Rossum | 1992-09-03 | 1 | -2/+2 |
| | |||||
* | Remove outdated warning in comments. | Guido van Rossum | 1992-09-03 | 1 | -3/+0 |
| | |||||
* | Remove bogus type-and-refcnt setting from newsizedstringobject(). | Guido van Rossum | 1992-09-03 | 1 | -3/+0 |
| | |||||
* | Got rid the bogus cache code and fix some unchecked errors. | Guido van Rossum | 1992-09-03 | 1 | -46/+88 |
| | |||||
* | Compare instance methods by comparing the object and the function. | Guido van Rossum | 1992-09-03 | 1 | -1/+11 |
| | |||||
* | Use getargs() everywhere now. Standardize lay-out yet more (an ongoing | Guido van Rossum | 1992-09-03 | 1 | -196/+248 |
| | | | | | project :-). Change object administration: objects are removed from the list of known objects as soon as their form is destroyed. | ||||
* | Improve check for offset out of range | Guido van Rossum | 1992-09-03 | 1 | -4/+8 |
| | |||||
* | AOnly define NDEDBUG if DEBUG is not defined | Guido van Rossum | 1992-09-03 | 1 | -0/+3 |
| | |||||
* | If a type has a repr function but no print function, printing it now | Guido van Rossum | 1992-09-03 | 1 | -5/+34 |
| | | | | | | | | calls the repr function. When the refcount is bad, don't print the object at all (chances of crashes). Changes to checking and printing of references: the consistency check is somewhat faster; don't print strings referenced once (most occur in function's name lists). | ||||
* | Add some debugging features if DEBUG defined | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
| | | | | | (fetch the filename as a string so I can see it with dbx, and set f_lineno); call abort() when detecting an "undetected" error. | ||||
* | Add sys.exitfunc feature. Make askync non-static. | Guido van Rossum | 1992-09-03 | 1 | -1/+20 |
| | |||||
* | Add $PYTHONSTARTUP feature. | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
| | |||||
* | Add an optional interface to turn malloc debugging on and off. | Guido van Rossum | 1992-09-03 | 1 | -0/+21 |
| | |||||
* | Re-implement some operations from string.py in C, for speed. | Guido van Rossum | 1992-09-03 | 1 | -0/+201 |
| | |||||
* | Made it work with the sub-spec burst capture interface | Guido van Rossum | 1992-09-03 | 1 | -3/+12 |
| | | | | (no bit vector) | ||||
* | Added more info | Guido van Rossum | 1992-09-03 | 1 | -3/+17 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-09-03 | 5 | -0/+262 |
| | |||||
* | Adapted to new video library -- different capture interface, no bugs. | Guido van Rossum | 1992-09-03 | 1 | -94/+77 |
| | | | | Also use locks and Queues for communication with other threads. | ||||
* | version for new library | Sjoerd Mullender | 1992-09-03 | 2 | -92/+30 |
| | |||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 9 | -160/+167 |
| | | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format). | ||||
* | 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 |
| | | | | update thread package. | ||||
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 5 | -7/+19 |
| | | | | receives a REDRAW event | ||||
* | 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 |
| | | | | added an output() function to move the I/O out of the algorithm | ||||
* | 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 |
| | | | | | Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...). | ||||
* | 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 |
| | | | | | 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 |
| |