summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Added some XXX comment.Guido van Rossum1992-12-171-0/+3
|
* Improved exception handing. Added some XXX comments.Guido van Rossum1992-12-171-14/+27
|
* Add timeout and retry to UDP version of protocolGuido van Rossum1992-12-151-9/+20
|
* Fix spelling of Umnt.Guido van Rossum1992-12-151-2/+2
|
* Support packing longs.Guido van Rossum1992-12-151-4/+10
|
* Fix misunderstood readdir count (bytes, not dir entries)Guido van Rossum1992-12-151-4/+3
| | | | and minor other changes.
* Add explicit auth callGuido van Rossum1992-12-151-0/+13
|
* Make auth handling differentGuido van Rossum1992-12-151-6/+20
|
* Add explicit auth objectGuido van Rossum1992-12-151-0/+6
|
* Initial revisionGuido van Rossum1992-12-145-0/+909
|
* ActualizedGuido van Rossum1992-12-145-20/+22
|
* Actualized.Guido van Rossum1992-12-141-3/+3
| | | | Do import stdwingl
* bit vector is now implementedGuido van Rossum1992-12-141-2/+2
|
* sv now raises sv.error, not RuntimeErrorGuido van Rossum1992-12-141-1/+1
|
* Initial revisionGuido van Rossum1992-12-142-0/+155
|
* Added cmpaf.pyGuido van Rossum1992-12-141-0/+1
|
* Get official parameter namesGuido van Rossum1992-12-141-9/+2
|
* Choose a port that doesn't conmflict with real radioGuido van Rossum1992-12-143-3/+3
|
* New 'finally' syntaxGuido van Rossum1992-12-141-15/+16
|
* ActualizeGuido van Rossum1992-12-141-1/+1
|
* Explicitly close menus. Make '0' mean the last menu item.Guido van Rossum1992-12-141-0/+5
|
* ActualizedGuido van Rossum1992-12-1411-11/+11
|
* Adapted to modern timesGuido van Rossum1992-12-141-3/+8
|
* Adapted to modern times. Cosmetic and comment changes.Guido van Rossum1992-12-141-7/+23
|
* Adapted to modern times and fixed a bug (id --> my_id)Guido van Rossum1992-12-141-3/+3
|
* /usr/local/bin/pythonGuido van Rossum1992-12-145-5/+5
|
* Add description of kunst.pyGuido van Rossum1992-12-141-0/+6
|
* Unknown changes by Jack.Guido van Rossum1992-12-141-61/+41
|
* Use tzparse to avoid embarrasment in other timezones or when DST changes.Guido van Rossum1992-12-141-9/+9
| | | | Adapt to new, stricter, rules for argument passing.
* Fix for new argument passing rules.Guido van Rossum1992-12-141-14/+14
|
* Band-aid to fix it for new argument passing rules.Guido van Rossum1992-12-141-12/+7
|
* Changes for supporting monochrome and greyscale video (not yet fullyJack Jansen1992-12-147-46/+185
| | | | functional)
* Microscopic changes, comments/messages changed.Guido van Rossum1992-12-095-9/+17
| | | | Real important: turn off FIELDDROP in Vrec.
* *** 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
|
* 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
|
* New tool Vfix: truncate the right edge of 'grey' type images to makeGuido van Rossum1992-09-293-11/+114
| | | | | | | | | | the scanline width a multiple of 4. VFile: use gl.gversion() to distinguish 4.0.1 and 4.0.5 Indigos; truncate width and height to multiples of packfactor. Vinfo: add -t to descriptive comment; print '!' after packfactor for files that should be fixed with Vfix.
* VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is doneGuido van Rossum1992-09-296-33/+299
| | | | | | | | | | | using module 'jpeg' by the Displayer class. (Unfortunately it's too slow for real time.) Print file size in printinfo() method. Vinfo: added -t option (terse -- one line per file) and usage message. Vtime: use BasicV{in,out}File classes -- the minimum needed. Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression.
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-241-1/+1
| | | | adjustments (somewhat). Adapted Vsend to use it.
* Added resizevideo() interface to LiveVideoIn and rationalized sizeGuido van Rossum1992-09-242-23/+38
| | | | adjustments (somewhat). Adapted Vsend to use it.
* Changed the init() interface of LiveVideoOut to read out the windowGuido van Rossum1992-09-243-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 Rossum1992-09-241-0/+54
|
* Added options to Vsend and Vreceive; moved common defaults to senddefs.Guido van Rossum1992-09-244-36/+115
| | | | Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
* Added multicast to Vsend and Vreceive. Updated README. Rediced queueGuido van Rossum1992-09-244-10/+68
| | | | size to 1 in LiveVideoIn.
* *** empty log message ***Guido van Rossum1992-09-241-0/+10
|