summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | interfaces; added bindresvport call.
* 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
|
* Don't call test()Guido van Rossum1992-12-171-2/+0
|
* Don't even show #test()Guido van Rossum1992-12-171-2/+0
|
* Added comments.Guido van Rossum1992-12-171-0/+3
|
* Compatibility hack with Python 0.9.6.Guido van Rossum1992-12-171-3/+6
|
* Initial revisionGuido van Rossum1992-12-172-0/+30
|
* Added compatibility hacks for Python 0.9.6.Guido van Rossum1992-12-171-4/+15
|
* Use 'l' as format, not 'i'.Guido van Rossum1992-12-171-2/+2
|
* 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
|
* Changes to some math using underscore as subscript, necessary sinceGuido van Rossum1992-12-173-1/+6
| | | | the new style file defines underscore as an underscore in tt font.
* 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
|
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-146-4/+2176
| | | | | | | | | | | | | return NULL for malloc(0) or realloc(p, 0). (This should be done differently than wasting one byte, but alas...) * Moved "add'l libraries" option in Makefile to an earlier place. * Remove argument compatibility hacks (b) and (c). * Add grey2mono, dither2mono and mono2grey to imageop. * Dup the fd in socket.fromfd(). * Added new modules mpz, md5 (by JH, requiring GNU MP 1.2). Affects Makefile and config.c. * socketmodule.c: added socket.fromfd(fd, family, type, [proto]), converted socket() to use of getargs().
* 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
|