summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial (skeleton) version of universal image format converterJack Jansen1993-01-271-0/+38
* - Added LiveVideoOutSlow class (which only updates after full pkt)Jack Jansen1993-01-271-14/+44
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-2620-51/+122
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-264-19/+45
* Fixed a bug where the library inadvertently skipped over the soundSjoerd Mullender1993-01-261-2/+4
* Documented marshal.{dumps,loads} and sys.builtin_module_names.Guido van Rossum1993-01-223-3/+3
* Added tovideo routineJack Jansen1993-01-221-0/+59
* Found and fixed a few bugs in the handling of audio files with MARKs.Sjoerd Mullender1993-01-221-12/+8
* New module aifc to read and write AIFF-C and AIFF files. SeeSjoerd Mullender1993-01-221-0/+912
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-218-158/+365
* * Add some more tests for numbersGuido van Rossum1993-01-214-10/+44
* Create CMIF-video file from SGI rgb imagesJack Jansen1993-01-201-0/+75
* Use full path for izoom.h include fileJack Jansen1993-01-191-1/+1
* Added (optional) better scaling to readscaledJack Jansen1993-01-191-24/+138
* ushdr_t was not defined so fill in its size instead of using sizeof.Sjoerd Mullender1993-01-131-2/+3
* Close the window when receiving a close request; turn time into int.Guido van Rossum1993-01-131-1/+2
* Added error checking.Sjoerd Mullender1993-01-131-21/+82
* This commit was manufactured by cvs2svn to create tag 'release098'.v0.9.8cvs2svn1993-01-101-0/+1
* Checking in last-minute changes that are already part of release 0.9.8Guido van Rossum1993-01-102-5/+6
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-093-33/+45
* Fixed various bugs in the adpcm routinesJack Jansen1993-01-081-40/+71
* Various changes.Sjoerd Mullender1993-01-064-9/+979
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-0418-78/+113
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-046-22/+47
* Renamed vcopy to Vcopy (it is the only old tool that's still in use)Guido van Rossum1992-12-241-0/+134
* Get rid of C and out-of-date filesGuido van Rossum1992-12-241-89/+20
* Added usage message, minor cosmetic changesGuido van Rossum1992-12-241-78/+110
* Fix typo in print messageGuido van Rossum1992-12-241-1/+1
* Use plain python.Guido van Rossum1992-12-242-2/+2
* setsize has two arguments: width, height.Guido van Rossum1992-12-241-3/+3
* Renamed Vrecc to Vrecb (*b*urst mode capture).Guido van Rossum1992-12-231-0/+281
* Added mono, grey2 and grey4 formatsJack Jansen1992-12-235-61/+491
* *** empty log message ***Guido van Rossum1992-12-221-1/+0
* Changed indentation to 8, use a better technique to handle window I/O.Guido van Rossum1992-12-221-160/+89
* fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.Guido van Rossum1992-12-221-1/+1
* Added 2 and 4 bits grey formatsJack Jansen1992-12-221-0/+208
* Added generic array handlersGuido van Rossum1992-12-211-0/+21
* Changed to use make_callGuido van Rossum1992-12-211-24/+12
* Full broadcast supportGuido van Rossum1992-12-211-26/+43
* Clarified some partsGuido van Rossum1992-12-211-8/+19
* Changed to use new make_call methodGuido van Rossum1992-12-211-38/+43
* Complete broadcast support (both raw and via port mapper CALLIT)Guido van Rossum1992-12-211-83/+198
* Initial revisionGuido van Rossum1992-12-211-0/+22
* Initial revisionGuido van Rossum1992-12-201-0/+81
* Added remark about serversGuido van Rossum1992-12-201-1/+2
* Changed mkcred interfaceGuido van Rossum1992-12-201-1/+1
* Bind to reserved port if root; changed mkcred interface; added -t/-u optionGuido van Rossum1992-12-201-10/+29
* Changed mkcred/mkverf interface; added makesocket hook and changed initGuido van Rossum1992-12-201-54/+106
* Changes to protect servers against broken clientsGuido van Rossum1992-12-191-2/+7
* Added server classes, and various robustness hacksGuido van Rossum1992-12-191-0/+244