]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
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()

32 years agoDon't even show #test()
Guido van Rossum [Thu, 17 Dec 1992 17:32:44 +0000 (17:32 +0000)] 
Don't even show #test()

32 years agoAdded comments.
Guido van Rossum [Thu, 17 Dec 1992 17:32:35 +0000 (17:32 +0000)] 
Added comments.

32 years agoCompatibility hack with Python 0.9.6.
Guido van Rossum [Thu, 17 Dec 1992 17:32:24 +0000 (17:32 +0000)] 
Compatibility hack with Python 0.9.6.

32 years agoInitial revision
Guido van Rossum [Thu, 17 Dec 1992 17:32:10 +0000 (17:32 +0000)] 
Initial revision

32 years agoAdded compatibility hacks for Python 0.9.6.
Guido van Rossum [Thu, 17 Dec 1992 17:31:58 +0000 (17:31 +0000)] 
Added compatibility hacks for Python 0.9.6.

32 years agoUse 'l' as format, not 'i'.
Guido van Rossum [Thu, 17 Dec 1992 17:12:48 +0000 (17:12 +0000)] 
Use 'l' as format, not 'i'.

32 years agoAdded some XXX comment.
Guido van Rossum [Thu, 17 Dec 1992 17:12:38 +0000 (17:12 +0000)] 
Added some XXX comment.

32 years agoImproved exception handing. Added some XXX comments.
Guido van Rossum [Thu, 17 Dec 1992 17:12:17 +0000 (17:12 +0000)] 
Improved exception handing.  Added some XXX comments.

32 years agoChanges to some math using underscore as subscript, necessary since
Guido van Rossum [Thu, 17 Dec 1992 15:31:02 +0000 (15:31 +0000)] 
Changes to some math using underscore as subscript, necessary since
the new style file defines underscore as an underscore in tt font.

32 years agoAdd timeout and retry to UDP version of protocol
Guido van Rossum [Tue, 15 Dec 1992 21:44:31 +0000 (21:44 +0000)] 
Add timeout and retry to UDP version of protocol

32 years agoFix spelling of Umnt.
Guido van Rossum [Tue, 15 Dec 1992 21:44:13 +0000 (21:44 +0000)] 
Fix spelling of Umnt.

32 years agoSupport packing longs.
Guido van Rossum [Tue, 15 Dec 1992 21:43:59 +0000 (21:43 +0000)] 
Support packing longs.

32 years agoFix misunderstood readdir count (bytes, not dir entries)
Guido van Rossum [Tue, 15 Dec 1992 21:43:04 +0000 (21:43 +0000)] 
Fix misunderstood readdir count (bytes, not dir entries)
and minor other changes.

32 years agoAdd explicit auth call
Guido van Rossum [Tue, 15 Dec 1992 20:53:17 +0000 (20:53 +0000)] 
Add explicit auth call

32 years agoMake auth handling different
Guido van Rossum [Tue, 15 Dec 1992 20:52:53 +0000 (20:52 +0000)] 
Make auth handling different

32 years agoAdd explicit auth object
Guido van Rossum [Tue, 15 Dec 1992 20:52:31 +0000 (20:52 +0000)] 
Add explicit auth object

32 years agoInitial revision
Guido van Rossum [Mon, 14 Dec 1992 23:25:04 +0000 (23:25 +0000)] 
Initial revision

32 years ago* mymalloc.h: always allocate one extra byte, since some malloc's
Guido van Rossum [Mon, 14 Dec 1992 16:59:51 +0000 (16:59 +0000)] 
* 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().

32 years agoActualized
Guido van Rossum [Mon, 14 Dec 1992 16:40:24 +0000 (16:40 +0000)] 
Actualized

32 years agoActualized.
Guido van Rossum [Mon, 14 Dec 1992 16:38:06 +0000 (16:38 +0000)] 
Actualized.
Do import stdwingl

32 years agobit vector is now implemented
Guido van Rossum [Mon, 14 Dec 1992 15:52:05 +0000 (15:52 +0000)] 
bit vector is now implemented

32 years agosv now raises sv.error, not RuntimeError
Guido van Rossum [Mon, 14 Dec 1992 15:51:53 +0000 (15:51 +0000)] 
sv now raises sv.error, not RuntimeError

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