Commit Graph

1315 Commits

Author SHA1 Message Date
Guido van Rossum a3b986ed4c Added generic array handlers 1992-12-21 14:33:18 +00:00
Guido van Rossum 9ef9c07ed9 Changed to use make_call 1992-12-21 14:33:05 +00:00
Guido van Rossum b637221d93 Full broadcast support 1992-12-21 14:32:55 +00:00
Guido van Rossum da164d2bff Clarified some parts 1992-12-21 14:32:38 +00:00
Guido van Rossum 73065385e8 Changed to use new make_call method 1992-12-21 14:32:28 +00:00
Guido van Rossum 8f1506b126 Complete broadcast support (both raw and via port mapper CALLIT) 1992-12-21 14:32:06 +00:00
Guido van Rossum fdcbbcb196 Initial revision 1992-12-21 14:31:41 +00:00
Guido van Rossum cdd04cad5c Initial revision 1992-12-20 18:14:23 +00:00
Guido van Rossum 6252229170 Added remark about servers 1992-12-20 14:58:09 +00:00
Guido van Rossum b99457c35c Changed mkcred interface 1992-12-20 14:57:51 +00:00
Guido van Rossum fd92ac89cc Bind to reserved port if root; changed mkcred interface; added -t/-u option 1992-12-20 14:57:17 +00:00
Guido van Rossum 79f85eedfd Changed mkcred/mkverf interface; added makesocket hook and changed init
interfaces; added bindresvport call.
1992-12-20 14:56:32 +00:00
Guido van Rossum c91d60a640 Changes to protect servers against broken clients 1992-12-19 00:06:17 +00:00
Guido van Rossum 424c673d2f Added server classes, and various robustness hacks 1992-12-19 00:05:55 +00:00
Guido van Rossum 2eed1e796e Don't call test() 1992-12-17 17:32:59 +00:00
Guido van Rossum 0270032423 Don't even show #test() 1992-12-17 17:32:44 +00:00
Guido van Rossum 58dd035f3c Added comments. 1992-12-17 17:32:35 +00:00
Guido van Rossum 7271babcef Compatibility hack with Python 0.9.6. 1992-12-17 17:32:24 +00:00
Guido van Rossum 2f5dd888d1 Initial revision 1992-12-17 17:32:10 +00:00
Guido van Rossum a585444f7b Added compatibility hacks for Python 0.9.6. 1992-12-17 17:31:58 +00:00
Guido van Rossum 3346b6ad49 Use 'l' as format, not 'i'. 1992-12-17 17:12:48 +00:00
Guido van Rossum fa83c7b31b Added some XXX comment. 1992-12-17 17:12:38 +00:00
Guido van Rossum c4698fbfbe Improved exception handing. Added some XXX comments. 1992-12-17 17:12:17 +00:00
Guido van Rossum 4ac605e627 Changes to some math using underscore as subscript, necessary since
the new style file defines underscore as an underscore in tt font.
1992-12-17 15:31:02 +00:00
Guido van Rossum 16b22193e6 Add timeout and retry to UDP version of protocol 1992-12-15 21:44:31 +00:00
Guido van Rossum 63ae96e3d7 Fix spelling of Umnt. 1992-12-15 21:44:13 +00:00
Guido van Rossum 38625352bb Support packing longs. 1992-12-15 21:43:59 +00:00
Guido van Rossum ad5f862125 Fix misunderstood readdir count (bytes, not dir entries)
and minor other changes.
1992-12-15 21:43:04 +00:00
Guido van Rossum 20f9960427 Add explicit auth call 1992-12-15 20:53:17 +00:00
Guido van Rossum 749d0bbe6b Make auth handling different 1992-12-15 20:52:53 +00:00
Guido van Rossum 195a4f70a3 Add explicit auth object 1992-12-15 20:52:31 +00:00
Guido van Rossum e3cafbe7b8 Initial revision 1992-12-14 23:25:04 +00:00
Guido van Rossum 5f59d6018e * mymalloc.h: always allocate one extra byte, since some malloc's
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().
1992-12-14 16:59:51 +00:00
Guido van Rossum 8de83e041c Actualized 1992-12-14 16:40:24 +00:00
Guido van Rossum ffd7fa3634 Actualized.
Do import stdwingl
1992-12-14 16:38:06 +00:00
Guido van Rossum 2219afcdfa bit vector is now implemented 1992-12-14 15:52:05 +00:00
Guido van Rossum 411588c888 sv now raises sv.error, not RuntimeError 1992-12-14 15:51:53 +00:00
Guido van Rossum 8307443175 Initial revision 1992-12-14 15:06:32 +00:00
Guido van Rossum 2739c9cce8 Added cmpaf.py 1992-12-14 15:06:22 +00:00
Guido van Rossum 57fc52578f Get official parameter names 1992-12-14 15:06:05 +00:00
Guido van Rossum a8413b2ef0 Choose a port that doesn't conmflict with real radio 1992-12-14 15:05:53 +00:00
Guido van Rossum e266344faf New 'finally' syntax 1992-12-14 15:05:16 +00:00
Guido van Rossum 4128dedb8b Actualize 1992-12-14 14:53:08 +00:00
Guido van Rossum 6c5c52583a Explicitly close menus. Make '0' mean the last menu item. 1992-12-14 14:52:49 +00:00
Guido van Rossum 93a35f40a9 Actualized 1992-12-14 14:12:10 +00:00
Guido van Rossum 5ba6142723 Adapted to modern times 1992-12-14 14:11:15 +00:00
Guido van Rossum 63f4cdcdb8 Adapted to modern times. Cosmetic and comment changes. 1992-12-14 14:10:53 +00:00
Guido van Rossum 0e71dc1106 Adapted to modern times and fixed a bug (id --> my_id) 1992-12-14 14:10:36 +00:00
Sjoerd Mullender 8dd054d918 adapted to newest version of CL library. 1992-12-14 13:17:29 +00:00
Sjoerd Mullender 4fff13faca CL.py: adapted to newest version of CL library.
cdplayer.py: It is now also possible to give the CD's TOC as argument
to init().  The TOC is a string consisting of 2 digits giving the
number of tracks and then for each track the length of the track as
number of minutes and number of seconds (2 digits each).

cddb.py: Interface to the .cddb directory.  Usage is the same as for
cdplayer.py.
1992-12-14 13:16:55 +00:00