summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Changed an ifdef from IRIX_405 to CDsetcallback.Sjoerd Mullender1992-09-251-1/+1
* Fixed the last known bugs.Sjoerd Mullender1992-09-251-16/+82
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-241-1/+1
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-242-23/+38
* Changed the init() interface of LiveVideoOut to read out the windowGuido van Rossum1992-09-243-39/+49
* Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib).Guido van Rossum1992-09-241-0/+54
* Added options to Vsend and Vreceive; moved common defaults to senddefs.Guido van Rossum1992-09-244-36/+115
* Added multicast to Vsend and Vreceive. Updated README. Rediced queueGuido van Rossum1992-09-244-10/+68
* Defined exception cd.error which is used for errors other thanSjoerd Mullender1992-09-241-28/+37
* New module "CL" (Compression Library) for Irix 4.0.5 and higher.Sjoerd Mullender1992-09-242-0/+168
* New built-in module "cl" (Compression Library). Only for Irix 4.0.5Sjoerd Mullender1992-09-242-42/+129
* *** empty log message ***Guido van Rossum1992-09-241-0/+10
* Better way of deducing mcast group bytes.Guido van Rossum1992-09-241-8/+7
* Add -b option and sleep shorter.Guido van Rossum1992-09-241-9/+15
* open() now raises IOError, not RuntimeError!Guido van Rossum1992-09-241-1/+1
* New built-in module cl, the Compression Library.Sjoerd Mullender1992-09-231-0/+546
* New modules LiveVideo{In,Out} (interfaces will change!).Guido van Rossum1992-09-225-1/+320
* Vrec.py: sv now raises sv.error instead of RuntimeError.Guido van Rossum1992-09-222-8/+16
* __oct__ and __hex__Guido van Rossum1992-09-202-0/+10
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-204-6/+152
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-1711-142/+126
* posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid)Guido van Rossum1992-09-131-1/+59
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-126-91/+193
* Makefile uses $> more often; cgen supports filename argument; addedGuido van Rossum1992-09-112-0/+113
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-113-15/+40
* Allow broadcast using setsockopt()Guido van Rossum1992-09-081-1/+2
* Initial revisionGuido van Rossum1992-09-081-0/+54
* Added mcast demoGuido van Rossum1992-09-081-0/+7
* Utility to add a cached index to an existing movie file.Guido van Rossum1992-09-081-0/+79
* VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts.Guido van Rossum1992-09-082-16/+70
* Added post_mortem() and pm() interfaces to pdb and wdb.Guido van Rossum1992-09-086-4/+63
* Added hint about changing the prompt in $PYTHONSTARTUPGuido van Rossum1992-09-082-0/+4
* Made struct a standard built-in module; added string args to {set,get}sockopt;Guido van Rossum1992-09-083-18/+63
* Fixed "clear()" and added "clearto(r, g, b)".Guido van Rossum1992-09-071-29/+217
* Clear the window when receiving a REDRAW event and not playingGuido van Rossum1992-09-071-0/+2
* Use vin/vout.clear() instead of gl.clear()Guido van Rossum1992-09-071-2/+4
* New module 'colorsys' implements conversions between different color systems.Guido van Rossum1992-09-071-0/+119
* Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:Guido van Rossum1992-09-074-53/+73
* Almost completely rewritten for cleaner code.Guido van Rossum1992-09-071-371/+578
* Remove PAL dependencies; add -w option (initial window width);Guido van Rossum1992-09-041-13/+30
* classobject.c moduleobject.c stdwinmodule.c xxobject.c:Guido van Rossum1992-09-045-15/+56
* Changed references to /usr/local into /usr/local/bin.Guido van Rossum1992-09-032-18/+62
* Give code objects a more useful representation.Guido van Rossum1992-09-031-1/+18
* Restructured (yet again) to treat all modules more alike.Guido van Rossum1992-09-031-31/+132
* Correct debug printing codeGuido van Rossum1992-09-031-1/+1
* Correct spelling in function nameGuido van Rossum1992-09-031-1/+1
* Print warnings to stderr and correct spellingGuido van Rossum1992-09-031-2/+2
* Remove outdated warning in comments.Guido van Rossum1992-09-031-3/+0
* Remove bogus type-and-refcnt setting from newsizedstringobject().Guido van Rossum1992-09-031-3/+0
* Got rid the bogus cache code and fix some unchecked errors.Guido van Rossum1992-09-031-46/+88