summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-276-6/+295
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-263-0/+6
* * mainloop.py: added facility for calling select(). Also addedGuido van Rossum1992-11-267-28/+374
* * config.c: Added audioop to lists.Guido van Rossum1992-11-264-1/+152
* *** empty log message ***Guido van Rossum1992-11-161-0/+16
* Support default port.Guido van Rossum1992-11-161-1/+3
* Added comments, use 'global' and change prompt to "ftp.py> "Guido van Rossum1992-11-161-5/+17
* Restructured into several subroutines.Guido van Rossum1992-11-161-19/+57
* Added all_errors, list of all possible exceptions.Guido van Rossum1992-11-061-1/+7
* Use getsockname() if it existsGuido van Rossum1992-11-051-11/+18
* Added much functionality, changed some names (errors, login).Guido van Rossum1992-11-051-54/+160
* * change default line numbers for 'list' in pdb.pyGuido van Rossum1992-11-057-10/+442
* Initial revisionGuido van Rossum1992-11-041-0/+258
* Added imageopmodule.c, also added them to Makefile and config.c.Guido van Rossum1992-10-262-0/+184
* Fixed commentsGuido van Rossum1992-10-251-4/+4
* Use /usr/local/bin/pythonGuido van Rossum1992-10-255-5/+5
* Added gopher.py; removed IN.pyGuido van Rossum1992-10-251-4/+7
* Initial revisionGuido van Rossum1992-10-251-0/+347
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-187-19/+150
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-1810-46/+778
* Add .fdc and .rgb to default list of ignored extensionsGuido van Rossum1992-10-021-1/+1
* New tool Vfix: truncate the right edge of 'grey' type images to makeGuido van Rossum1992-09-293-11/+114
* Lots of little fixes.Sjoerd Mullender1992-09-291-73/+110
* VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is doneGuido van Rossum1992-09-296-33/+299
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-258-76/+217
* New shell script Addmodule.sh makes it easier to add a new optionalGuido van Rossum1992-09-251-0/+3
* 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