Guido van Rossum
3d1e146086
Improve check for offset out of range
1992-09-03 20:35:01 +00:00
Guido van Rossum
f2c8beba0b
AOnly define NDEDBUG if DEBUG is not defined
1992-09-03 20:34:07 +00:00
Guido van Rossum
2e8f6140ff
If a type has a repr function but no print function, printing it now
...
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).
1992-09-03 20:32:55 +00:00
Guido van Rossum
99bec95482
Add some debugging features if DEBUG defined
...
(fetch the filename as a string so I can see it with dbx, and set f_lineno);
call abort() when detecting an "undetected" error.
1992-09-03 20:29:45 +00:00
Guido van Rossum
59bff399a0
Add sys.exitfunc feature. Make askync non-static.
1992-09-03 20:28:00 +00:00
Guido van Rossum
da8cd8638f
Add $PYTHONSTARTUP feature.
1992-09-03 20:26:57 +00:00
Guido van Rossum
14b4adbd33
Add an optional interface to turn malloc debugging on and off.
1992-09-03 20:25:30 +00:00
Guido van Rossum
e270b432f3
Re-implement some operations from string.py in C, for speed.
1992-09-03 20:21:07 +00:00
Guido van Rossum
be0cba4d5b
Made it work with the sub-spec burst capture interface
...
(no bit vector)
1992-09-03 17:29:03 +00:00
Guido van Rossum
44c1f698a5
Added more info
1992-09-03 17:28:48 +00:00
Guido van Rossum
db96c5a7d9
Initial revision
1992-09-03 17:01:36 +00:00
Guido van Rossum
62f6bc8e55
Adapted to new video library -- different capture interface, no bugs.
...
Also use locks and Queues for communication with other threads.
1992-09-03 16:56:04 +00:00
Sjoerd Mullender
da3eee99e8
version for new library
1992-09-03 13:08:04 +00:00
Guido van Rossum
4e16098ce7
Added a _v21 def to FL.py and added two new input field types
...
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).
1992-09-02 20:43:20 +00:00
Sjoerd Mullender
2179945eec
newest version
1992-09-02 12:54:36 +00:00
Sjoerd Mullender
aee8bc1fab
adapted SV module to the new svideo library.
...
update thread package.
1992-09-02 11:25:37 +00:00
Guido van Rossum
e0be2b36b6
Added a clear() method to VFile class, to be called when the window
...
receives a REDRAW event
1992-09-01 14:45:57 +00:00
Guido van Rossum
61700bb985
cope with filenames containing spaces
1992-08-31 10:54:54 +00:00
Guido van Rossum
0b2b440a13
all Long constants have an L suffix, not l;
...
added an output() function to move the I/O out of the algorithm
1992-08-31 10:54:17 +00:00
Guido van Rossum
0cc19450e2
Use regex instead of regexp
1992-08-31 10:54:06 +00:00
Guido van Rossum
f2e1cfb8f3
Use regex and don't use path
1992-08-31 10:53:53 +00:00
Guido van Rossum
a93265a666
suppress unnecessary error message if too many arguments are passed
1992-08-27 07:45:12 +00:00
Guido van Rossum
a43111118f
Cosmetic changes to Vedit and -Form.
1992-08-25 13:53:10 +00:00
Guido van Rossum
354166fa05
Changed to use regex directly instead of regexp.
1992-08-25 12:31:03 +00:00
Guido van Rossum
9022fceae8
New module implementing a multi-everything queue.
1992-08-25 12:30:44 +00:00
Guido van Rossum
9ee7e15966
Created Vedit.py, the video editor. This uses the classes in Viewer.py.
...
Viewer.py in turn requires changes to VFile.py (unfortunately that file
is now a complete mess...).
1992-08-25 12:29:30 +00:00
Jack Jansen
e1b4d7ce14
Added rms, maxpp and avgpp methods.
1992-08-24 14:36:31 +00:00
Jack Jansen
8eace20f68
Removed debug statement
1992-08-24 14:35:38 +00:00
Guido van Rossum
33a8d428db
Clear the window to rather light grey when switching to RGB mode.
1992-08-21 12:41:23 +00:00
Guido van Rossum
e755aa50e2
Redesigned option processing and added several new options.
...
Added optional read-ahead thread.
Changed mouse interface.
1992-08-21 12:34:55 +00:00
Guido van Rossum
8a861be7f3
Add audio recording
1992-08-20 14:46:46 +00:00
Jack Jansen
3accf984b3
Added method to write image files.
1992-08-20 11:54:27 +00:00
Guido van Rossum
815adc9870
New files.
1992-08-20 11:54:00 +00:00
Guido van Rossum
99e237f809
new Vtime.py: manipulate time codes.
1992-08-20 11:53:14 +00:00
Guido van Rossum
78aab86201
Lots of changes, options (from Vtime.py) etc.
...
Cleverer skipping of frames.
1992-08-20 11:52:42 +00:00
Guido van Rossum
9a35d57ab2
Added reopen() to VinFile with semantics of old rewind(); rewind() now
...
saves the cache.
Added getinfo() to VoutFile.
Fixed writing of 'grey' file header.
Added quiet parameter.
Adapted to new syntax.
1992-08-20 11:51:47 +00:00
Guido van Rossum
dfb61fa2cb
Minor improvements: exit status, data size stats.
1992-08-20 11:49:58 +00:00
Guido van Rossum
180924d575
Initial revision
1992-08-20 11:46:28 +00:00
Guido van Rossum
0e389af0c9
Use \input instead of \include (or \inclide)
1992-08-19 16:54:06 +00:00
Guido van Rossum
ae507a42a0
splitfields(s, '') is illegal
1992-08-19 16:49:58 +00:00
Guido van Rossum
732282fa11
Module getattr doesn't exist any more, it's now called newdir.
1992-08-19 16:49:37 +00:00
Guido van Rossum
1e28e5e596
* renamed malloc.h mymalloc.h, and added MALLARG as the type of the
...
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)
1992-08-19 16:46:30 +00:00
Guido van Rossum
b001f7adb1
rearranged modules alphabetically
1992-08-19 16:44:41 +00:00
Guido van Rossum
90ddb7b5cb
unpack() now returns a tuple, not a list
1992-08-19 16:44:15 +00:00
Guido van Rossum
3af03d8f3e
don't call gl.foreground and create a new window after all (seems to
...
break window positions in .Xdefaults)
1992-08-19 16:42:53 +00:00
Guido van Rossum
f9a2d33f01
fix *serious* (new) bug in testbool: by default objects should test
...
true, not false!!!
1992-08-19 16:41:45 +00:00
Guido van Rossum
448f4bf45a
added getname, getdefault and getminmax functions
1992-08-19 16:41:15 +00:00
Guido van Rossum
2b81dc9c00
fix *serious* (new) bug in evalfile: forgot to initialize s!!!
1992-08-19 16:40:53 +00:00
Guido van Rossum
7268c93c55
Minor improvements, comments; fix Vinfo -d.
1992-08-18 21:11:18 +00:00
Guido van Rossum
8b9c734e12
Add comments
1992-08-18 17:01:13 +00:00