]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
32 years agoVFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile.
Guido van Rossum [Tue, 2 Mar 1993 12:07:34 +0000 (12:07 +0000)] 
VFile: fix c0bits etc. after setformat; Vrec.py: use setformat; rm Makefile.

32 years agoDefinitions from <gl/get.h>
Guido van Rossum [Mon, 1 Mar 1993 10:11:55 +0000 (10:11 +0000)] 
Definitions from <gl/get.h>

32 years agoVrec.py, Vrecb.py:
Guido van Rossum [Thu, 25 Feb 1993 16:10:16 +0000 (16:10 +0000)] 
Vrec.py, Vrecb.py:
 - call v.SetParam() after v.BindGLWindow()
 - turn of dithering in mono/grey mode
 - use prefposition to place the top left corner at (150, 150)
   (so that the video remains visible during recording)
 - default width is 256
Vcopy.py: correct typos; more verbose output.
OldVcopy.py: new name for Jack's old grabbing Vcopy.py.
Vstat.py: print values of all video parameters.

32 years agoChange Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python.
Guido van Rossum [Thu, 25 Feb 1993 14:50:27 +0000 (14:50 +0000)] 
Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python.
Don't force packfactor to 1 in header when writing rgb data.
Small bugfixes in Vcopy.

32 years ago- Separated grabbing (which isn't used much!) from VFile.
Guido van Rossum [Thu, 25 Feb 1993 14:20:13 +0000 (14:20 +0000)] 
- Separated grabbing (which isn't used much!) from VFile.
- Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is
  it still needed?)
- Added new Vcopy.py which does everything that Vtime.py does but also
  format conversions, image scaling, and packfactors.
- VFile: make packfactor always a tuple; introduce set and get methods
  for pf, format, and calculate some derived values.
- Added new module GET.py to std library, use it instead of defining
  DM* in VFile.
- Get rid of C programs (new Python programs can do all that they do
  and they probably don't understand the current file format anyway).

32 years agoRewrite applypackfactor() using imageop: faster and more general;
Guido van Rossum [Thu, 25 Feb 1993 00:19:14 +0000 (00:19 +0000)] 
Rewrite applypackfactor() using imageop: faster and more general;
get rid of testpackfactor(): not longer necessary

32 years agoFix typos in jpeg code
Guido van Rossum [Thu, 25 Feb 1993 00:17:22 +0000 (00:17 +0000)] 
Fix typos in jpeg code

32 years agoFix terse mode for printing tuple packfactor and to avoid zero division
Guido van Rossum [Thu, 25 Feb 1993 00:16:27 +0000 (00:16 +0000)] 
Fix terse mode for printing tuple packfactor and to avoid zero division

32 years agoAdded audio recording to Vrecb
Jack Jansen [Wed, 24 Feb 1993 16:08:21 +0000 (16:08 +0000)] 
Added audio recording to Vrecb

32 years agoAdded jpeg conversions
Guido van Rossum [Tue, 23 Feb 1993 17:08:53 +0000 (17:08 +0000)] 
Added jpeg conversions

32 years agoExtensive changes to regex module (group(), casefold, etc.)
Guido van Rossum [Tue, 23 Feb 1993 13:42:39 +0000 (13:42 +0000)] 
Extensive changes to regex module (group(), casefold, etc.)

32 years agoAdded audioop.reverse() which reverses an audio sample
Jack Jansen [Tue, 23 Feb 1993 13:39:57 +0000 (13:39 +0000)] 
Added audioop.reverse() which reverses an audio sample

32 years ago* regexmodule.c: added use of translation table, substring() method.
Guido van Rossum [Sun, 21 Feb 1993 20:12:16 +0000 (20:12 +0000)] 
* regexmodule.c: added use of translation table, substring() method.

32 years ago* Changed preface in texipre.dat.
Guido van Rossum [Sun, 21 Feb 1993 20:10:26 +0000 (20:10 +0000)] 
* Changed preface in texipre.dat.
* Added libwww entry to Makefile.
* Documented new array module.
* Documented extensions to regex (last, substring, translation table).

32 years agoAdded new module "array" (for now optional) defining array objects.
Guido van Rossum [Fri, 19 Feb 1993 15:55:02 +0000 (15:55 +0000)] 
Added new module "array" (for now optional) defining array objects.

32 years agoWill now generate converters that go thru intermedeate formats
Jack Jansen [Fri, 19 Feb 1993 15:52:30 +0000 (15:52 +0000)] 
Will now generate converters that go thru intermedeate formats

32 years agoAdded converters for rgb<->rgb8 and rgb<->grey
Jack Jansen [Fri, 19 Feb 1993 15:51:41 +0000 (15:51 +0000)] 
Added converters for rgb<->rgb8 and rgb<->grey

32 years agoAdded dither() routine
Jack Jansen [Fri, 19 Feb 1993 12:53:12 +0000 (12:53 +0000)] 
Added dither() routine

32 years agoBug fixed wrt greyscale conversion
Jack Jansen [Fri, 19 Feb 1993 10:06:52 +0000 (10:06 +0000)] 
Bug fixed wrt greyscale conversion

32 years agoFix to allow tightly packed films to be converted
Jack Jansen [Fri, 19 Feb 1993 10:06:28 +0000 (10:06 +0000)] 
Fix to allow tightly packed films to be converted

32 years agoThe usual cosmetic changes after Jack is done...
Guido van Rossum [Thu, 18 Feb 1993 18:09:18 +0000 (18:09 +0000)] 
The usual cosmetic changes after Jack is done...

32 years agoDisplayVideoIn - Class similar to LiveVideoIn but sends data from
Jack Jansen [Wed, 17 Feb 1993 15:58:49 +0000 (15:58 +0000)] 
DisplayVideoIn - Class similar to LiveVideoIn but sends data from
                 screen
Dsend - Main program analogous to Vsend to send data from display

32 years agoAdded support for 24-bit rgb movies
Jack Jansen [Wed, 17 Feb 1993 15:54:32 +0000 (15:54 +0000)] 
Added support for 24-bit rgb movies

32 years agoMoved line-size stuff to single routine
Jack Jansen [Wed, 17 Feb 1993 15:54:06 +0000 (15:54 +0000)] 
Moved line-size stuff to single routine

32 years agoCompanion to rgb2video: convert cmif film file to rgb files
Jack Jansen [Wed, 17 Feb 1993 15:52:56 +0000 (15:52 +0000)] 
Companion to rgb2video: convert cmif film file to rgb files

32 years agoThis time really check in the new routines :-)
Jack Jansen [Wed, 17 Feb 1993 14:29:28 +0000 (14:29 +0000)] 
This time really check in the new routines :-)

32 years agoAdded lin2lin, findmax, findfactor and fintfit routines
Jack Jansen [Wed, 17 Feb 1993 14:21:09 +0000 (14:21 +0000)] 
Added lin2lin, findmax, findfactor and fintfit routines

32 years ago* clmodule.c: the documentation was wrong, so changed the interface
Sjoerd Mullender [Wed, 17 Feb 1993 09:11:14 +0000 (09:11 +0000)] 
* clmodule.c: the documentation was wrong, so changed the interface
  accordingly: SetMin, SetMax, SetDefault are no longer methods of the
  compressor/decompressor but are functions of the cl module and they
  take a first argument which is a compression scheme

32 years agoCleanup of old files, added watchcursor.py (for Vedit.py), updated README.
Guido van Rossum [Tue, 16 Feb 1993 16:49:44 +0000 (16:49 +0000)] 
Cleanup of old files, added watchcursor.py (for Vedit.py), updated README.

32 years agoVFile.py: fix bogus getrandomframe().
Guido van Rossum [Tue, 16 Feb 1993 16:10:02 +0000 (16:10 +0000)] 
VFile.py: fix bogus getrandomframe().
Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement.
Viewer.py: added random access, qinfo() function.

32 years ago* clmodule.c: use function prototypes (found and fixed some bugs this
Sjoerd Mullender [Tue, 16 Feb 1993 11:55:17 +0000 (11:55 +0000)] 
* clmodule.c: use function prototypes (found and fixed some bugs this
  way); more efficiently check whether parameters are float; removed
  one argument from DecompressImage method; use clGetParam instead of
  clGetParams where it makes sense; convert int parameters in
  SetParams, SetParam, SetMin, SetMax, and SetDefault to float when
  needed; added QuerySchemeFromHandle method
* Makefile: interchanged cstubs and cgen.py so that $> in rule gets
  them in the right order

32 years agoAdded readdisplay() routine
Jack Jansen [Tue, 16 Feb 1993 09:25:15 +0000 (09:25 +0000)] 
Added readdisplay() routine

32 years agoVrec.py: don't print Ids if no frames are captured.
Guido van Rossum [Mon, 15 Feb 1993 17:33:36 +0000 (17:33 +0000)] 
Vrec.py: don't print Ids if no frames are captured.
Vrecb.py: use the new interfaces to imageop (fix -M, -m, -g options).

32 years agolib1.tex: Added builtin.round(x, [n]).
Guido van Rossum [Fri, 12 Feb 1993 16:29:30 +0000 (16:29 +0000)] 
lib1.tex: Added builtin.round(x, [n]).

32 years agobltinmodule.c: added round(x, [n]); coerce() of two class instances
Guido van Rossum [Fri, 12 Feb 1993 16:29:05 +0000 (16:29 +0000)] 
bltinmodule.c: added round(x, [n]); coerce() of two class instances
will try to coerce anyway.
classobject.c: instance 'nonzero' should first try __nonzero__
only then __len__.

32 years agoAdded new audio library functionality (getstatus, float sample fmts)
Jack Jansen [Wed, 10 Feb 1993 14:10:56 +0000 (14:10 +0000)] 
Added new audio library functionality (getstatus, float sample fmts)

32 years agoFixed some memory leaks when things go wrong.
Sjoerd Mullender [Wed, 10 Feb 1993 13:31:01 +0000 (13:31 +0000)] 
Fixed some memory leaks when things go wrong.

32 years agoChanged adpcm routines to use 2-element state (was 3 element)
Jack Jansen [Wed, 10 Feb 1993 13:21:59 +0000 (13:21 +0000)] 
Changed adpcm routines to use 2-element state (was 3 element)

32 years ago* stdwinmodule.c: various new commands: setwin{pos,size},
Guido van Rossum [Mon, 8 Feb 1993 15:49:17 +0000 (15:49 +0000)] 
* stdwinmodule.c: various new commands: setwin{pos,size},
  listfontnames, bitmap ops.
* listobject.c: use mkvalue() when possible; avoid weird error when
  calling append() without args.
* modsupport.c: new feature in getargs(): if the format string
  contains a semicolor the string after that is used as the error
  message instead of "bad argument list (format %s)" when there's an
  error.

32 years agoAdded usage() and help() to Vrecb, and turn on -f by default.
Guido van Rossum [Fri, 5 Feb 1993 15:34:22 +0000 (15:34 +0000)] 
Added usage() and help() to Vrecb, and turn on -f by default.
Removed duplicate description of -r option from documentation file.

32 years agoIntroductory video documentation
Jack Jansen [Fri, 5 Feb 1993 14:56:55 +0000 (14:56 +0000)] 
Introductory video documentation

32 years agoAWARE.py: New file with definitions for Aware Inc.'s compression
Sjoerd Mullender [Fri, 5 Feb 1993 13:43:44 +0000 (13:43 +0000)] 
AWARE.py: New file with definitions for Aware Inc.'s compression
algorithms in cl module.
aifc.py: fixed a small bug.

32 years ago* ceval.c: ifdef out the last argument passing compat hack.
Guido van Rossum [Fri, 5 Feb 1993 09:46:15 +0000 (09:46 +0000)] 
* ceval.c: ifdef out the last argument passing compat hack.
* Fixed memory leaks in socket, select and sv modules: mkvalue("O", v)
  does INCREF(v) so if v is brand new it should be XDECREF'd

32 years agoaiff.py, calendar.py: change functions taking a tuple to really take a
Guido van Rossum [Fri, 5 Feb 1993 09:39:16 +0000 (09:39 +0000)] 
aiff.py, calendar.py: change functions taking a tuple to really take a
tuple (now that it makes a difference to Python)

32 years agoCL.py, clmodule.c: Adapted to new CL library. Lots of new methods.
Sjoerd Mullender [Thu, 4 Feb 1993 16:43:28 +0000 (16:43 +0000)] 
CL.py, clmodule.c: Adapted to new CL library.  Lots of new methods.
aifc.py: Several small improvements.  Use new methods from CL module.

32 years agoadded kludge for buggy soundfiler from SGI; when reading 0 frames,
Sjoerd Mullender [Fri, 29 Jan 1993 12:01:00 +0000 (12:01 +0000)] 
added kludge for buggy soundfiler from SGI; when reading 0 frames,
just set file pointer correctly instead of returning the complete
file.

32 years agoAdded options to make window bigger than video (for recording to tape)
Jack Jansen [Wed, 27 Jan 1993 11:42:21 +0000 (11:42 +0000)] 
Added options to make window bigger than video (for recording to tape)

32 years agoAdded a comment about XS 4bit pixel support
Jack Jansen [Wed, 27 Jan 1993 11:41:37 +0000 (11:41 +0000)] 
Added a comment about XS 4bit pixel support

32 years agoUse imgconv to try to do image type conversion
Jack Jansen [Wed, 27 Jan 1993 11:40:16 +0000 (11:40 +0000)] 
Use imgconv to try to do image type conversion

32 years agoInitial (skeleton) version of universal image format converter
Jack Jansen [Wed, 27 Jan 1993 11:39:37 +0000 (11:39 +0000)] 
Initial (skeleton) version of universal image format converter

32 years ago- Added LiveVideoOutSlow class (which only updates after full pkt)
Jack Jansen [Wed, 27 Jan 1993 11:38:03 +0000 (11:38 +0000)] 
- Added LiveVideoOutSlow class (which only updates after full pkt)
- fixed bug in setmirror
- cleaned up some common code

32 years ago* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum [Tue, 26 Jan 1993 13:33:44 +0000 (13:33 +0000)] 
* Added Fixcprt.py: script to fix copyright message.
* various modules: added 1993 to copyright.
* thread.c: added copyright notice.
* ceval.c: minor change to error message for "+"
* stdwinmodule.c: check for error from wfetchcolor
* config.c: MS-DOS fixes (define PYTHONPATH, use DELIM, use osdefs.h)
* Add declaration of inittab to import.h
* sysmodule.c: added sys.builtin_module_names
* xxmodule.c, xxobject.c: fix minor errors

32 years ago* os.py: _exit doesn't exist in all variations of posix
Guido van Rossum [Tue, 26 Jan 1993 13:04:43 +0000 (13:04 +0000)] 
* os.py: _exit doesn't exist in all variations of posix
* Added fcmp() to test_support.py and use it in test*.py

32 years agoFixed a bug where the library inadvertently skipped over the sound
Sjoerd Mullender [Tue, 26 Jan 1993 09:24:37 +0000 (09:24 +0000)] 
Fixed a bug where the library inadvertently skipped over the sound
data.
Pass an extra parameter to the compression library.

32 years agoDocumented marshal.{dumps,loads} and sys.builtin_module_names.
Guido van Rossum [Fri, 22 Jan 1993 15:48:14 +0000 (15:48 +0000)] 
Documented marshal.{dumps,loads} and sys.builtin_module_names.

32 years agoAdded tovideo routine
Jack Jansen [Fri, 22 Jan 1993 15:34:43 +0000 (15:34 +0000)] 
Added tovideo routine

32 years agoFound and fixed a few bugs in the handling of audio files with MARKs.
Sjoerd Mullender [Fri, 22 Jan 1993 14:26:28 +0000 (14:26 +0000)] 
Found and fixed a few bugs in the handling of audio files with MARKs.

32 years agoNew module aifc to read and write AIFF-C and AIFF files. See
Sjoerd Mullender [Fri, 22 Jan 1993 12:53:11 +0000 (12:53 +0000)] 
New module aifc to read and write AIFF-C and AIFF files.  See
(extensive) comments in the file for usage.

32 years agoAdded separate main program for the Mac: macmain.c
Guido van Rossum [Thu, 21 Jan 1993 16:07:51 +0000 (16:07 +0000)] 
Added separate main program for the Mac: macmain.c
stdwinmodule.c: wsetfont can now return an error
Makefile: add CL_USE and CL_LIB*S; config.c: move CL part around
New things in imgfile; also in Makefile.
longobject.c: fix comparison of negative long ints...  [REAL BUG!]
marshal.c: add dumps() and loads() to read/write strings
timemodule.c: make sure there's always a floatsleep()
posixmodule.c: rationalize struct returned by times()
Makefile: add test target, disable imgfile by default
thread.c: Improved coexistance with dl module (sjoerd)
stdwinmodule.c: Change include stdwin.h if macintosh
rotormodule.c: added missing last argument to RTR_?_region calls
confic.c: merged with configmac.c, added 1993 to copyright message
fileobject.c: int compared to NULL in writestring(); change fopenRF ifdef
timemodule.c: simplify times() using mkvalue; include myselect.h
  earlier (for sequent).
posixmodule: for sequent, include unistd.h instead of explicit
  extern definitions and don't define rename()
Makefile: change misleading/wrong MD5 comments

32 years ago* Add some more tests for numbers
Guido van Rossum [Thu, 21 Jan 1993 15:36:40 +0000 (15:36 +0000)] 
* Add some more tests for numbers
* mainloop.py: don't use select unless absolutely necessary (for Mac)

32 years agoCreate CMIF-video file from SGI rgb images
Jack Jansen [Wed, 20 Jan 1993 15:10:05 +0000 (15:10 +0000)] 
Create CMIF-video file from SGI rgb images

32 years agoUse full path for izoom.h include file
Jack Jansen [Tue, 19 Jan 1993 15:33:13 +0000 (15:33 +0000)] 
Use full path for izoom.h include file

32 years agoAdded (optional) better scaling to readscaled
Jack Jansen [Tue, 19 Jan 1993 15:17:13 +0000 (15:17 +0000)] 
Added (optional) better scaling to readscaled

32 years agoushdr_t was not defined so fill in its size instead of using sizeof.
Sjoerd Mullender [Wed, 13 Jan 1993 12:49:46 +0000 (12:49 +0000)] 
ushdr_t was not defined so fill in its size instead of using sizeof.

32 years agoClose the window when receiving a close request; turn time into int.
Guido van Rossum [Wed, 13 Jan 1993 12:45:41 +0000 (12:45 +0000)] 
Close the window when receiving a close request; turn time into int.

32 years agoAdded error checking.
Sjoerd Mullender [Wed, 13 Jan 1993 12:08:48 +0000 (12:08 +0000)] 
Added error checking.
Improved coexistance with dl module.

32 years agoThis commit was manufactured by cvs2svn to create tag 'release098'. v0.9.8
cvs2svn [Sun, 10 Jan 1993 18:33:56 +0000 (18:33 +0000)] 
This commit was manufactured by cvs2svn to create tag 'release098'.

32 years agoChecking in last-minute changes that are already part of release 0.9.8
Guido van Rossum [Sun, 10 Jan 1993 18:33:56 +0000 (18:33 +0000)] 
Checking in last-minute changes that are already part of release 0.9.8

32 years ago* Makefile: use cp -r to install the library
Guido van Rossum [Sat, 9 Jan 1993 17:18:52 +0000 (17:18 +0000)] 
* Makefile: use cp -r to install the library
* ceval.c: use #ifdef COMPAT_HACKS instead of #if 0
* Makefile: fix to make clmodule.c compile;
  make config.o dependent on libpython.a (so date is always correct)
* timemodule.c: now sleep() also takes a float argument.
* posixmodule.c: added nice().

32 years agoFixed various bugs in the adpcm routines
Jack Jansen [Fri, 8 Jan 1993 14:40:53 +0000 (14:40 +0000)] 
Fixed various bugs in the adpcm routines

32 years agoVarious changes.
Sjoerd Mullender [Wed, 6 Jan 1993 13:36:38 +0000 (13:36 +0000)] 
Various changes.
* Makefile: svmodule.c.proto and svgen.py are gone, svmodule.c came in
their stead.  Also, pass -DUSE_DL flag to thread.c and give
the user a possibility to add the -DDEBUG to just thread.c.
* ceval.c: init_save_thread() can be called more than once now.
* svgen.py, svmodule.c.proto, svmodule.c: Removed prototype file and
replaced it by the generated file.
* thread.c: Added some more checks; added call to DL library when it
is also used to tell it where the shared arena is so that DL
can use some other area.
* threadmodule.c: Call init_save_thread from another place.  Also,
added new function getlocklock() which does to lock objects
what getfilefile does to file objects.

32 years ago* More changes due to stricter argument passing rules
Guido van Rossum [Mon, 4 Jan 1993 09:16:51 +0000 (09:16 +0000)] 
* More changes due to stricter argument passing rules
* Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time()
  returning a floating point number.  (And fix old bug in calendar)
* Add recursion level to mainloop.mainloop(), to make it reentrant.

32 years ago* Configure.py: use #!/usr/local/bin/python
Guido van Rossum [Mon, 4 Jan 1993 09:09:59 +0000 (09:09 +0000)] 
* Configure.py: use #!/usr/local/bin/python
* posixmodule.c: move extern function declarations to top
* listobject.c: cmp() arguments must be void* if __STDC__
* Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of
  strdup() -- it is a portability risk
* Makefile: enclosed ranlib command in parentheses for Sequent Make
  which aborts if the command is not found even if '-' is present
* timemodule.c: time() returns a floating point number, in microsecond
  precision if BSD_TIME is defined.

32 years agoRenamed vcopy to Vcopy (it is the only old tool that's still in use)
Guido van Rossum [Thu, 24 Dec 1992 11:41:14 +0000 (11:41 +0000)] 
Renamed vcopy to Vcopy (it is the only old tool that's still in use)

32 years agoGet rid of C and out-of-date files
Guido van Rossum [Thu, 24 Dec 1992 11:39:36 +0000 (11:39 +0000)] 
Get rid of C and out-of-date files

32 years agoAdded usage message, minor cosmetic changes
Guido van Rossum [Thu, 24 Dec 1992 11:39:00 +0000 (11:39 +0000)] 
Added usage message, minor cosmetic changes

32 years agoFix typo in print message
Guido van Rossum [Thu, 24 Dec 1992 11:38:29 +0000 (11:38 +0000)] 
Fix typo in print message

32 years agoUse plain python.
Guido van Rossum [Thu, 24 Dec 1992 11:37:53 +0000 (11:37 +0000)] 
Use plain python.

32 years agosetsize has two arguments: width, height.
Guido van Rossum [Thu, 24 Dec 1992 11:37:21 +0000 (11:37 +0000)] 
setsize has two arguments: width, height.

32 years agoRenamed Vrecc to Vrecb (*b*urst mode capture).
Guido van Rossum [Wed, 23 Dec 1992 15:41:38 +0000 (15:41 +0000)] 
Renamed Vrecc to Vrecb (*b*urst mode capture).

32 years agoAdded mono, grey2 and grey4 formats
Jack Jansen [Wed, 23 Dec 1992 15:37:20 +0000 (15:37 +0000)] 
Added mono, grey2 and grey4 formats

32 years ago*** empty log message ***
Guido van Rossum [Tue, 22 Dec 1992 14:35:05 +0000 (14:35 +0000)] 
*** empty log message ***

32 years agoChanged indentation to 8, use a better technique to handle window I/O.
Guido van Rossum [Tue, 22 Dec 1992 14:34:43 +0000 (14:34 +0000)] 
Changed indentation to 8, use a better technique to handle window I/O.

32 years agofileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.
Guido van Rossum [Tue, 22 Dec 1992 14:24:04 +0000 (14:24 +0000)] 
fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags.

32 years agoAdded 2 and 4 bits grey formats
Jack Jansen [Tue, 22 Dec 1992 14:05:55 +0000 (14:05 +0000)] 
Added 2 and 4 bits grey formats

32 years agoAdded generic array handlers
Guido van Rossum [Mon, 21 Dec 1992 14:33:18 +0000 (14:33 +0000)] 
Added generic array handlers

32 years agoChanged to use make_call
Guido van Rossum [Mon, 21 Dec 1992 14:33:05 +0000 (14:33 +0000)] 
Changed to use make_call

32 years agoFull broadcast support
Guido van Rossum [Mon, 21 Dec 1992 14:32:55 +0000 (14:32 +0000)] 
Full broadcast support

32 years agoClarified some parts
Guido van Rossum [Mon, 21 Dec 1992 14:32:38 +0000 (14:32 +0000)] 
Clarified some parts

32 years agoChanged to use new make_call method
Guido van Rossum [Mon, 21 Dec 1992 14:32:28 +0000 (14:32 +0000)] 
Changed to use new make_call method

32 years agoComplete broadcast support (both raw and via port mapper CALLIT)
Guido van Rossum [Mon, 21 Dec 1992 14:32:06 +0000 (14:32 +0000)] 
Complete broadcast support (both raw and via port mapper CALLIT)

32 years agoInitial revision
Guido van Rossum [Mon, 21 Dec 1992 14:31:41 +0000 (14:31 +0000)] 
Initial revision

32 years agoInitial revision
Guido van Rossum [Sun, 20 Dec 1992 18:14:23 +0000 (18:14 +0000)] 
Initial revision

32 years agoAdded remark about servers
Guido van Rossum [Sun, 20 Dec 1992 14:58:09 +0000 (14:58 +0000)] 
Added remark about servers

32 years agoChanged mkcred interface
Guido van Rossum [Sun, 20 Dec 1992 14:57:51 +0000 (14:57 +0000)] 
Changed mkcred interface

32 years agoBind to reserved port if root; changed mkcred interface; added -t/-u option
Guido van Rossum [Sun, 20 Dec 1992 14:57:17 +0000 (14:57 +0000)] 
Bind to reserved port if root; changed mkcred interface; added -t/-u option

32 years agoChanged mkcred/mkverf interface; added makesocket hook and changed init
Guido van Rossum [Sun, 20 Dec 1992 14:56:32 +0000 (14:56 +0000)] 
Changed mkcred/mkverf interface; added makesocket hook and changed init
interfaces; added bindresvport call.

32 years agoChanges to protect servers against broken clients
Guido van Rossum [Sat, 19 Dec 1992 00:06:17 +0000 (00:06 +0000)] 
Changes to protect servers against broken clients

32 years agoAdded server classes, and various robustness hacks
Guido van Rossum [Sat, 19 Dec 1992 00:05:55 +0000 (00:05 +0000)] 
Added server classes, and various robustness hacks

32 years agoDon't call test()
Guido van Rossum [Thu, 17 Dec 1992 17:32:59 +0000 (17:32 +0000)] 
Don't call test()