- 25 Sep, 1992 1 commit
-
-
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 8 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.
-
Guido van Rossum authored
-
Guido van Rossum authored
added gl.gversion().
-
- 07 Sep, 1992 6 commits
-
-
Guido van Rossum authored
Added class RandomVinFile which supports random access and warming the cache. Added eofseen and errorseen methods to BasicVinFile. Use RGB mode for rgb8 data on entry level Indigo. Minor cosmetic changes.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README.
-
Guido van Rossum authored
-
- 04 Sep, 1992 2 commits
-
-
Guido van Rossum authored
add stepunit(8, 6) call.
-
Guido van Rossum authored
raise AttributeError, not KeyError, when attribute deletion fails. sunaudiodevmodule.c: check for deletion before calling setmember.
-