- 25 Oct, 1992 1 commit
-
-
Guido van Rossum authored
-
- 18 Oct, 1992 2 commits
-
-
Guido van Rossum authored
* flmodule.c: added {do,check}_only_forms to fl's list of functions; and don't print a message when an unknown object is returned. * pythonrun.c: catch SIGHUP and SIGTERM to do essential cleanup. * Made jpegmodule.c smaller by using getargs() and mkvalue() consistently. * Increased parser stack size to 500 in parser.h. * Implemented custom allocation of stack frames to frameobject.c and added dynamic stack overflow checks (value stack only) to ceval.c. (There seems to be a bug left: sometimes stack traces don't make sense.)
-
Guido van Rossum authored
is moved to the sgi subdirectory.
-
- 02 Oct, 1992 1 commit
-
-
Guido van Rossum authored
-
- 29 Sep, 1992 3 commits
-
-
Guido van Rossum authored
the scanline width a multiple of 4. VFile: use gl.gversion() to distinguish 4.0.1 and 4.0.5 Indigos; truncate width and height to multiples of packfactor. Vinfo: add -t to descriptive comment; print '!' after packfactor for files that should be fixed with Vfix.
-
Sjoerd Mullender authored
- merged CloseCompressor and CloseDecompressor into one function - keep existing errors in error function (for exceptions raised in the Compress or Decompress callback functions) - remove newline from error string generated by error function - allocate less memory when compressing multiple frames - keep existing errors when clCompress or clDecompress fails - raise an exception when compressed data doesn't fit within dataMaxSize bytes - allocate frameSize bytes for decompression buffer instead of dataMaxSize - use mkvalue more often - new function QueryParams which will accept CL.AUDIO and CL.VIDEO args - changed some function names
-
Guido van Rossum authored
using module 'jpeg' by the Displayer class. (Unfortunately it's too slow for real time.) Print file size in printinfo() method. Vinfo: added -t option (terse -- one line per file) and usage message. Vtime: use BasicV{in,out}File classes -- the minimum needed. Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression.
-
- 25 Sep, 1992 4 commits
-
-
Guido van Rossum authored
sys.stderr or sys.stdin, and to work with any object as long as it has a write() (respectively readline()) methods. Some functions that took a FILE* argument now take an object* argument.
-
Guido van Rossum authored
module by editing Makefile and config.c in all the right places. Used it to add most modules currently known. Added markers to help the script to Makefile and config.c.
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
- 24 Sep, 1992 13 commits
-
-
Guido van Rossum authored
adjustments (somewhat). Adapted Vsend to use it.
-
Guido van Rossum authored
adjustments (somewhat). Adapted Vsend to use it.
-
Guido van Rossum authored
size automatically -- the video is always centered. Added resizevideo() and reshapewindow() interfaces. Documented all methods. Changed Vsend/Vreceive to use the new interface. Allow window resizing by the user in Vreceive.
-
Guido van Rossum authored
-
Guido van Rossum authored
Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
-
Guido van Rossum authored
size to 1 in LiveVideoIn.
-
Sjoerd Mullender authored
TypeError, MemoryError and such.
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
and higher. Made a few improvements to previous version.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 23 Sep, 1992 1 commit
-
-
Sjoerd Mullender authored
-
- 22 Sep, 1992 2 commits
-
-
Guido van Rossum authored
New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache.
-
Guido van Rossum authored
VFile.py: support for showing partial frames.
-
- 20 Sep, 1992 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os.
-
- 17 Sep, 1992 1 commit
-
-
Guido van Rossum authored
* flmodule.c: added some missing functions; changed readonly flags of some data members based upon FORMS documentation. * listobject.c: fixed int/long arg lint bug (bites PC compilers). * several: removed redundant print methods (repr is good enough). * posixmodule.c: added (still experimental) process group functions.
-
- 13 Sep, 1992 1 commit
-
-
Guido van Rossum authored
-
- 12 Sep, 1992 1 commit
-
-
Guido van Rossum authored
-
- 11 Sep, 1992 2 commits
-
-
Guido van Rossum authored
lower, upper and swapcase to strop; cosmetics.
-
Sjoerd Mullender authored
necessary, and when they are, use SIGKILL; when compiled with -DDEBUG, only print debug messages when "THREADDEBUG" is set in the environment.
-
- 08 Sep, 1992 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
.,
-
Guido van Rossum authored
-
Guido van Rossum authored
VFile: RandomVinFile can now write the cache to the file. Vinfo: use the cached index if present and print a message whether it's there.
-
Guido van Rossum authored
Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type.
-