Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the last known bugs. | Sjoerd Mullender | 1992-09-25 | 1 | -16/+82 |
| | |||||
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 1 | -1/+1 |
| | | | | adjustments (somewhat). Adapted Vsend to use it. | ||||
* | Added resizevideo() interface to LiveVideoIn and rationalized size | Guido van Rossum | 1992-09-24 | 2 | -23/+38 |
| | | | | adjustments (somewhat). Adapted Vsend to use it. | ||||
* | Changed the init() interface of LiveVideoOut to read out the window | Guido van Rossum | 1992-09-24 | 3 | -39/+49 |
| | | | | | | | 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. | ||||
* | Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib). | Guido van Rossum | 1992-09-24 | 1 | -0/+54 |
| | |||||
* | Added options to Vsend and Vreceive; moved common defaults to senddefs. | Guido van Rossum | 1992-09-24 | 4 | -36/+115 |
| | | | | Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut. | ||||
* | Added multicast to Vsend and Vreceive. Updated README. Rediced queue | Guido van Rossum | 1992-09-24 | 4 | -10/+68 |
| | | | | size to 1 in LiveVideoIn. | ||||
* | Defined exception cd.error which is used for errors other than | Sjoerd Mullender | 1992-09-24 | 1 | -28/+37 |
| | | | | TypeError, MemoryError and such. | ||||
* | New module "CL" (Compression Library) for Irix 4.0.5 and higher. | Sjoerd Mullender | 1992-09-24 | 2 | -0/+168 |
| | |||||
* | New built-in module "cl" (Compression Library). Only for Irix 4.0.5 | Sjoerd Mullender | 1992-09-24 | 2 | -42/+129 |
| | | | | and higher. Made a few improvements to previous version. | ||||
* | *** empty log message *** | Guido van Rossum | 1992-09-24 | 1 | -0/+10 |
| | |||||
* | Better way of deducing mcast group bytes. | Guido van Rossum | 1992-09-24 | 1 | -8/+7 |
| | |||||
* | Add -b option and sleep shorter. | Guido van Rossum | 1992-09-24 | 1 | -9/+15 |
| | |||||
* | open() now raises IOError, not RuntimeError! | Guido van Rossum | 1992-09-24 | 1 | -1/+1 |
| | |||||
* | New built-in module cl, the Compression Library. | Sjoerd Mullender | 1992-09-23 | 1 | -0/+546 |
| | |||||
* | New modules LiveVideo{In,Out} (interfaces will change!). | Guido van Rossum | 1992-09-22 | 5 | -1/+320 |
| | | | | | New programs V{send,receive} to send/receive video over UDP. Comment typo changed in Vaddcache. | ||||
* | Vrec.py: sv now raises sv.error instead of RuntimeError. | Guido van Rossum | 1992-09-22 | 2 | -8/+16 |
| | | | | VFile.py: support for showing partial frames. | ||||
* | __oct__ and __hex__ | Guido van Rossum | 1992-09-20 | 2 | -0/+10 |
| | |||||
* | New module regsub contains sub(), gsub() and split() as in nawk. | Guido van Rossum | 1992-09-20 | 4 | -6/+152 |
| | | | | | string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os. | ||||
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 11 | -142/+126 |
| | | | | | | | | * 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. | ||||
* | posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid) | Guido van Rossum | 1992-09-13 | 1 | -1/+59 |
| | |||||
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 6 | -91/+193 |
| | |||||
* | Makefile uses $> more often; cgen supports filename argument; added | Guido van Rossum | 1992-09-11 | 2 | -0/+113 |
| | | | | lower, upper and swapcase to strop; cosmetics. | ||||
* | Added C++ support in thread.h; don't use signals if not strictly | Sjoerd Mullender | 1992-09-11 | 3 | -15/+40 |
| | | | | | necessary, and when they are, use SIGKILL; when compiled with -DDEBUG, only print debug messages when "THREADDEBUG" is set in the environment. | ||||
* | Allow broadcast using setsockopt() | Guido van Rossum | 1992-09-08 | 1 | -1/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-09-08 | 1 | -0/+54 |
| | |||||
* | Added mcast demo | Guido van Rossum | 1992-09-08 | 1 | -0/+7 |
| | | | | ., | ||||
* | Utility to add a cached index to an existing movie file. | Guido van Rossum | 1992-09-08 | 1 | -0/+79 |
| | |||||
* | VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. | Guido van Rossum | 1992-09-08 | 2 | -16/+70 |
| | | | | | 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. | ||||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 6 | -4/+63 |
| | | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type. | ||||
* | Added hint about changing the prompt in $PYTHONSTARTUP | Guido van Rossum | 1992-09-08 | 2 | -0/+4 |
| | |||||
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 3 | -18/+63 |
| | | | | added gl.gversion(). | ||||
* | Fixed "clear()" and added "clearto(r, g, b)". | Guido van Rossum | 1992-09-07 | 1 | -29/+217 |
| | | | | | | | 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. | ||||
* | Clear the window when receiving a REDRAW event and not playing | Guido van Rossum | 1992-09-07 | 1 | -0/+2 |
| | |||||
* | Use vin/vout.clear() instead of gl.clear() | Guido van Rossum | 1992-09-07 | 1 | -2/+4 |
| | |||||
* | New module 'colorsys' implements conversions between different color systems. | Guido van Rossum | 1992-09-07 | 1 | -0/+119 |
| | |||||
* | Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: | Guido van Rossum | 1992-09-07 | 4 | -53/+73 |
| | | | | | | 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. | ||||
* | Almost completely rewritten for cleaner code. | Guido van Rossum | 1992-09-07 | 1 | -371/+578 |
| | |||||
* | Remove PAL dependencies; add -w option (initial window width); | Guido van Rossum | 1992-09-04 | 1 | -13/+30 |
| | | | | add stepunit(8, 6) call. | ||||
* | classobject.c moduleobject.c stdwinmodule.c xxobject.c: | Guido van Rossum | 1992-09-04 | 5 | -15/+56 |
| | | | | | raise AttributeError, not KeyError, when attribute deletion fails. sunaudiodevmodule.c: check for deletion before calling setmember. | ||||
* | Changed references to /usr/local into /usr/local/bin. | Guido van Rossum | 1992-09-03 | 2 | -18/+62 |
| | | | | Documented $PYTHONSTARTUP | ||||
* | Give code objects a more useful representation. | Guido van Rossum | 1992-09-03 | 1 | -1/+18 |
| | |||||
* | Restructured (yet again) to treat all modules more alike. | Guido van Rossum | 1992-09-03 | 1 | -31/+132 |
| | |||||
* | Correct debug printing code | Guido van Rossum | 1992-09-03 | 1 | -1/+1 |
| | |||||
* | Correct spelling in function name | Guido van Rossum | 1992-09-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| |