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

32 years agoAdded cmpaf.py
Guido van Rossum [Mon, 14 Dec 1992 15:06:22 +0000 (15:06 +0000)] 
Added cmpaf.py

32 years agoGet official parameter names
Guido van Rossum [Mon, 14 Dec 1992 15:06:05 +0000 (15:06 +0000)] 
Get official parameter names

32 years agoChoose a port that doesn't conmflict with real radio
Guido van Rossum [Mon, 14 Dec 1992 15:05:53 +0000 (15:05 +0000)] 
Choose a port that doesn't conmflict with real radio

32 years agoNew 'finally' syntax
Guido van Rossum [Mon, 14 Dec 1992 15:05:16 +0000 (15:05 +0000)] 
New 'finally' syntax

32 years agoActualize
Guido van Rossum [Mon, 14 Dec 1992 14:53:08 +0000 (14:53 +0000)] 
Actualize

32 years agoExplicitly close menus. Make '0' mean the last menu item.
Guido van Rossum [Mon, 14 Dec 1992 14:52:49 +0000 (14:52 +0000)] 
Explicitly close menus.  Make '0' mean the last menu item.

32 years agoActualized
Guido van Rossum [Mon, 14 Dec 1992 14:12:10 +0000 (14:12 +0000)] 
Actualized

32 years agoAdapted to modern times
Guido van Rossum [Mon, 14 Dec 1992 14:11:15 +0000 (14:11 +0000)] 
Adapted to modern times

32 years agoAdapted to modern times. Cosmetic and comment changes.
Guido van Rossum [Mon, 14 Dec 1992 14:10:53 +0000 (14:10 +0000)] 
Adapted to modern times.  Cosmetic and comment changes.

32 years agoAdapted to modern times and fixed a bug (id --> my_id)
Guido van Rossum [Mon, 14 Dec 1992 14:10:36 +0000 (14:10 +0000)] 
Adapted to modern times and fixed a bug (id --> my_id)

32 years agoadapted to newest version of CL library.
Sjoerd Mullender [Mon, 14 Dec 1992 13:17:29 +0000 (13:17 +0000)] 
adapted to newest version of CL library.

32 years agoCL.py: adapted to newest version of CL library.
Sjoerd Mullender [Mon, 14 Dec 1992 13:16:55 +0000 (13:16 +0000)] 
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.

32 years ago/usr/local/bin/python
Guido van Rossum [Mon, 14 Dec 1992 13:03:10 +0000 (13:03 +0000)] 
/usr/local/bin/python

32 years agoAdd description of kunst.py
Guido van Rossum [Mon, 14 Dec 1992 13:01:30 +0000 (13:01 +0000)] 
Add description of kunst.py

32 years agoUnknown changes by Jack.
Guido van Rossum [Mon, 14 Dec 1992 13:01:06 +0000 (13:01 +0000)] 
Unknown changes by Jack.

32 years agoUse tzparse to avoid embarrasment in other timezones or when DST changes.
Guido van Rossum [Mon, 14 Dec 1992 13:00:14 +0000 (13:00 +0000)] 
Use tzparse to avoid embarrasment in other timezones or when DST changes.
Adapt to new, stricter, rules for argument passing.

32 years ago* Got entirely rid of path.py.
Guido van Rossum [Mon, 14 Dec 1992 12:57:56 +0000 (12:57 +0000)] 
* Got entirely rid of path.py.
* Many modules: fixes for new, stricter, argument passing rules
  (most changes were automatic ones -- not all of this is tested!).
* gwin.py: now uses mainloop.py for its main loop and window admin.
* mainloop.py: always call dispatch() with event as a tuple!
* Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!

32 years agoFix for new argument passing rules.
Guido van Rossum [Mon, 14 Dec 1992 12:43:19 +0000 (12:43 +0000)] 
Fix for new argument passing rules.

32 years agoBand-aid to fix it for new argument passing rules.
Guido van Rossum [Mon, 14 Dec 1992 12:29:43 +0000 (12:29 +0000)] 
Band-aid to fix it for new argument passing rules.

32 years agoChanges for supporting monochrome and greyscale video (not yet fully
Jack Jansen [Mon, 14 Dec 1992 12:25:21 +0000 (12:25 +0000)] 
Changes for supporting monochrome and greyscale video (not yet fully
functional)

32 years agoFix bug when reporting error
Guido van Rossum [Thu, 10 Dec 1992 00:01:24 +0000 (00:01 +0000)] 
Fix bug when reporting error

32 years agoAdapt to modern times...
Guido van Rossum [Thu, 10 Dec 1992 00:00:58 +0000 (00:00 +0000)] 
Adapt to modern times...

32 years agoInitial revision
Guido van Rossum [Wed, 9 Dec 1992 23:14:40 +0000 (23:14 +0000)] 
Initial revision

32 years agoFriendlier response to interrupt. Use /usr/local/*bin*/python.
Guido van Rossum [Wed, 9 Dec 1992 23:12:59 +0000 (23:12 +0000)] 
Friendlier response to interrupt.  Use /usr/local/*bin*/python.

32 years agoMicroscopic changes, comments/messages changed.
Guido van Rossum [Wed, 9 Dec 1992 22:16:35 +0000 (22:16 +0000)] 
Microscopic changes, comments/messages changed.
Real important: turn off FIELDDROP in Vrec.

32 years agoAdded new modules mpz, md5 (by JH, requiring GNU MP).
Guido van Rossum [Tue, 8 Dec 1992 16:10:18 +0000 (16:10 +0000)] 
Added new modules mpz, md5 (by JH, requiring GNU MP).

32 years agoIncorporated Jan-Hein's changes and texinfo conversion.
Guido van Rossum [Tue, 8 Dec 1992 14:37:55 +0000 (14:37 +0000)] 
Incorporated Jan-Hein's changes and texinfo conversion.

32 years agosocketmodule.c: added socket.fromfd(fd, family, type, [proto]);
Guido van Rossum [Tue, 8 Dec 1992 13:38:24 +0000 (13:38 +0000)] 
socketmodule.c: added socket.fromfd(fd, family, type, [proto]);
converted socket() to use of getargs().

32 years agoAdded output from testall run, for autotest.py.
Guido van Rossum [Fri, 27 Nov 1992 22:54:49 +0000 (22:54 +0000)] 
Added output from testall run, for autotest.py.

32 years agoAdded some new tests and two new files for testing: test_types.py
Guido van Rossum [Fri, 27 Nov 1992 22:53:50 +0000 (22:53 +0000)] 
Added some new tests and two new files for testing: test_types.py
(testing operations on built-in types) and autotest.py (automatic
regression testing).

32 years ago* classobject.c: in instance_lenth, test result of call_object
Guido van Rossum [Thu, 26 Nov 1992 10:30:26 +0000 (10:30 +0000)] 
* classobject.c: in instance_lenth, test result of call_object
  for exception before using it.  Fixed a few other places where the
  outcome of calling sq_length wasn't tested for exceptions
  (bltinmodule.c, ceval.c).

32 years ago* mainloop.py: added facility for calling select(). Also added
Guido van Rossum [Thu, 26 Nov 1992 09:17:19 +0000 (09:17 +0000)] 
* mainloop.py: added facility for calling select().  Also added
  embryonic facility for pseudo-modal dialogs.
* stdwinevents.py: added modifier masks for key/mouse events
* renamed exceptions in nntplib.py
* Changed string.join() to call string.joinfields() to profit of
  strop.joinfields()

32 years ago* config.c: Added audioop to lists.
Guido van Rossum [Thu, 26 Nov 1992 08:54:07 +0000 (08:54 +0000)] 
* config.c: Added audioop to lists.
* Makefile: change default source directory
* socketmodule.c: added getsockname and getpeername
* bltinmodule.c: corrected typo in type() error message
* Added new built-in functions str() and repr(): repr(x) == `x`;
  str(x) == x if x is a string, otherwise str(x) == repr(x).
* Added joinfields to stropmodule.c (string.join calls joinfields now)

33 years ago*** empty log message ***
Guido van Rossum [Mon, 16 Nov 1992 16:56:04 +0000 (16:56 +0000)] 
*** empty log message ***

33 years agoSupport default port.
Guido van Rossum [Mon, 16 Nov 1992 16:55:48 +0000 (16:55 +0000)] 
Support default port.

33 years agoAdded comments, use 'global' and change prompt to "ftp.py> "
Guido van Rossum [Mon, 16 Nov 1992 16:55:11 +0000 (16:55 +0000)] 
Added comments, use 'global' and change prompt to "ftp.py> "

33 years agoRestructured into several subroutines.
Guido van Rossum [Mon, 16 Nov 1992 16:54:45 +0000 (16:54 +0000)] 
Restructured into several subroutines.

33 years agoAdded all_errors, list of all possible exceptions.
Guido van Rossum [Fri, 6 Nov 1992 13:34:17 +0000 (13:34 +0000)] 
Added all_errors, list of all possible exceptions.

33 years agoUse getsockname() if it exists
Guido van Rossum [Thu, 5 Nov 1992 23:01:42 +0000 (23:01 +0000)] 
Use getsockname() if it exists

33 years agoAdded much functionality, changed some names (errors, login).
Guido van Rossum [Thu, 5 Nov 1992 22:22:37 +0000 (22:22 +0000)] 
Added much functionality, changed some names (errors, login).

33 years ago* change default line numbers for 'list' in pdb.py
Guido van Rossum [Thu, 5 Nov 1992 10:43:02 +0000 (10:43 +0000)] 
* change default line numbers for 'list' in pdb.py
* changed eval() into getattr() in cmd.py
* added dirname(), basename() and (dummy) normath() to macpath.py
* renamed nntp.py to nntplib.py
* Made string.index() compatible with strop.index()
* Make string.atoi('') raise string.atoi_error rather than ValueError
* Added dirname() and normpath() to posixpath.

33 years agoInitial revision
Guido van Rossum [Wed, 4 Nov 1992 15:51:30 +0000 (15:51 +0000)] 
Initial revision

33 years agoAdded imageopmodule.c, also added them to Makefile and config.c.
Guido van Rossum [Mon, 26 Oct 1992 13:40:15 +0000 (13:40 +0000)] 
Added imageopmodule.c, also added them to Makefile and config.c.
Fixed a bug in Addmodule.sh that caused a crash in Configure.py.
Fixed the crash in Configure.py...

33 years agoFixed comments
Guido van Rossum [Sun, 25 Oct 1992 19:20:47 +0000 (19:20 +0000)] 
Fixed comments

33 years agoUse /usr/local/bin/python
Guido van Rossum [Sun, 25 Oct 1992 19:20:23 +0000 (19:20 +0000)] 
Use /usr/local/bin/python

33 years agoAdded gopher.py; removed IN.py
Guido van Rossum [Sun, 25 Oct 1992 19:18:23 +0000 (19:18 +0000)] 
Added gopher.py; removed IN.py

33 years agoInitial revision
Guido van Rossum [Sun, 25 Oct 1992 19:18:11 +0000 (19:18 +0000)] 
Initial revision

33 years ago* bltinmodule.c: added built-in function cmp(a, b)
Guido van Rossum [Sun, 18 Oct 1992 18:53:57 +0000 (18:53 +0000)] 
* bltinmodule.c: added built-in function cmp(a, b)

* flmodule.c: added {do,check}_only_forms to fl's list of functions;
  and don't print a message when an unknown object is returned.

* pythonrun.c: catch SIGHUP and SIGTERM to do essential cleanup.

* Made jpegmodule.c smaller by using getargs() and mkvalue() consistently.

* Increased parser stack size to 500 in parser.h.

* Implemented custom allocation of stack frames to frameobject.c and
  added dynamic stack overflow checks (value stack only) to ceval.c.
  (There seems to be a bug left: sometimes stack traces don't make sense.)

33 years agoMisc changes and new modules. whrandom is "objectified". SOCKET.py
Guido van Rossum [Sun, 18 Oct 1992 17:09:59 +0000 (17:09 +0000)] 
Misc changes and new modules.  whrandom is "objectified".  SOCKET.py
is moved to the sgi subdirectory.

33 years agoAdd .fdc and .rgb to default list of ignored extensions
Guido van Rossum [Fri, 2 Oct 1992 14:19:57 +0000 (14:19 +0000)] 
Add .fdc and .rgb to default list of ignored extensions

33 years agoNew tool Vfix: truncate the right edge of 'grey' type images to make
Guido van Rossum [Tue, 29 Sep 1992 17:07:10 +0000 (17:07 +0000)] 
New tool Vfix: truncate the right edge of 'grey' type images to make
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.

33 years agoLots of little fixes.
Sjoerd Mullender [Tue, 29 Sep 1992 16:43:43 +0000 (16:43 +0000)] 
Lots of little fixes.
- merged CloseCompressor and CloseDecompressor into one function
- keep existing errors in error function (for exceptions raised in the
  Compress or Decompress callback functions)
- remove newline from error string generated by error function
- allocate less memory when compressing multiple frames
- keep existing errors when clCompress or clDecompress fails
- raise an exception when compressed data doesn't fit within
  dataMaxSize bytes
- allocate frameSize bytes for decompression buffer instead of
  dataMaxSize
- use mkvalue more often
- new function QueryParams which will accept CL.AUDIO and CL.VIDEO
  args
- changed some function names

33 years agoVFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done
Guido van Rossum [Tue, 29 Sep 1992 13:40:47 +0000 (13:40 +0000)] 
VFile: added new formats 'jpeg' and 'jpeggrey'.  Decompression is done
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.

33 years agoModified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum [Fri, 25 Sep 1992 21:59:05 +0000 (21:59 +0000)] 
Modified most (but not yet all) I/O to always go through sys.stdout or
sys.stderr or sys.stdin, and to work with any object as long as it has
a write() (respectively readline()) methods.  Some functions that took
a FILE* argument now take an object* argument.

33 years agoNew shell script Addmodule.sh makes it easier to add a new optional
Guido van Rossum [Fri, 25 Sep 1992 21:54:05 +0000 (21:54 +0000)] 
New shell script Addmodule.sh makes it easier to add a new optional
module by editing Makefile and config.c in all the right places.
Used it to add most modules currently known.  Added markers to help
the script to Makefile and config.c.

33 years agoChanged an ifdef from IRIX_405 to CDsetcallback.
Sjoerd Mullender [Fri, 25 Sep 1992 11:15:58 +0000 (11:15 +0000)] 
Changed an ifdef from IRIX_405 to CDsetcallback.

33 years agoFixed the last known bugs.
Sjoerd Mullender [Fri, 25 Sep 1992 10:28:20 +0000 (10:28 +0000)] 
Fixed the last known bugs.

33 years agoAdded resizevideo() interface to LiveVideoIn and rationalized size
Guido van Rossum [Thu, 24 Sep 1992 16:55:31 +0000 (16:55 +0000)] 
Added resizevideo() interface to LiveVideoIn and rationalized size
adjustments (somewhat).  Adapted Vsend to use it.

33 years agoAdded resizevideo() interface to LiveVideoIn and rationalized size
Guido van Rossum [Thu, 24 Sep 1992 16:53:51 +0000 (16:53 +0000)] 
Added resizevideo() interface to LiveVideoIn and rationalized size
adjustments (somewhat).  Adapted Vsend to use it.

33 years agoChanged the init() interface of LiveVideoOut to read out the window
Guido van Rossum [Thu, 24 Sep 1992 16:03:56 +0000 (16:03 +0000)] 
Changed the init() interface of LiveVideoOut to read out the window
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.

33 years agoPython equivalent of <netinet/in.h> (SGI specific, hence not in python/lib).
Guido van Rossum [Thu, 24 Sep 1992 15:02:46 +0000 (15:02 +0000)] 
Python equivalent of <netinet/in.h> (SGI specific, hence not in python/lib).

33 years agoAdded options to Vsend and Vreceive; moved common defaults to senddefs.
Guido van Rossum [Thu, 24 Sep 1992 15:01:37 +0000 (15:01 +0000)] 
Added options to Vsend and Vreceive; moved common defaults to senddefs.
Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.

33 years agoAdded multicast to Vsend and Vreceive. Updated README. Rediced queue
Guido van Rossum [Thu, 24 Sep 1992 12:54:35 +0000 (12:54 +0000)] 
Added multicast to Vsend and Vreceive.  Updated README. Rediced queue
size to 1 in LiveVideoIn.

33 years agoDefined exception cd.error which is used for errors other than
Sjoerd Mullender [Thu, 24 Sep 1992 10:48:40 +0000 (10:48 +0000)] 
Defined exception cd.error which is used for errors other than
TypeError, MemoryError and such.

33 years agoNew module "CL" (Compression Library) for Irix 4.0.5 and higher.
Sjoerd Mullender [Thu, 24 Sep 1992 10:40:03 +0000 (10:40 +0000)] 
New module "CL" (Compression Library) for Irix 4.0.5 and higher.

33 years agoNew built-in module "cl" (Compression Library). Only for Irix 4.0.5
Sjoerd Mullender [Thu, 24 Sep 1992 10:37:39 +0000 (10:37 +0000)] 
New built-in module "cl" (Compression Library).  Only for Irix 4.0.5
and higher.  Made a few improvements to previous version.

33 years ago*** empty log message ***
Guido van Rossum [Thu, 24 Sep 1992 10:34:25 +0000 (10:34 +0000)] 
*** empty log message ***

33 years agoBetter way of deducing mcast group bytes.
Guido van Rossum [Thu, 24 Sep 1992 10:33:40 +0000 (10:33 +0000)] 
Better way of deducing mcast group bytes.

33 years agoAdd -b option and sleep shorter.
Guido van Rossum [Thu, 24 Sep 1992 10:33:16 +0000 (10:33 +0000)] 
Add -b option and sleep shorter.

33 years agoopen() now raises IOError, not RuntimeError!
Guido van Rossum [Thu, 24 Sep 1992 09:14:44 +0000 (09:14 +0000)] 
open() now raises IOError, not RuntimeError!

33 years agoNew built-in module cl, the Compression Library.
Sjoerd Mullender [Wed, 23 Sep 1992 14:53:00 +0000 (14:53 +0000)] 
New built-in module cl, the Compression Library.

33 years agoNew modules LiveVideo{In,Out} (interfaces will change!).
Guido van Rossum [Tue, 22 Sep 1992 17:23:17 +0000 (17:23 +0000)] 
New modules LiveVideo{In,Out} (interfaces will change!).
New programs V{send,receive} to send/receive video over UDP.
Comment typo changed in Vaddcache.

33 years agoVrec.py: sv now raises sv.error instead of RuntimeError.
Guido van Rossum [Tue, 22 Sep 1992 15:01:43 +0000 (15:01 +0000)] 
Vrec.py: sv now raises sv.error instead of RuntimeError.
VFile.py: support for showing partial frames.

33 years ago__oct__ and __hex__
Guido van Rossum [Sun, 20 Sep 1992 21:43:47 +0000 (21:43 +0000)] 
__oct__ and __hex__

33 years agoNew module regsub contains sub(), gsub() and split() as in nawk.
Guido van Rossum [Sun, 20 Sep 1992 21:41:09 +0000 (21:41 +0000)] 
New module regsub contains sub(), gsub() and split() as in nawk.
string.splitfields(s, '') now returns [s] as split() in nawk.
Added _exit to exported functions of os.

33 years ago* Makefile: added IMGFILE; moved some stuff around.
Guido van Rossum [Thu, 17 Sep 1992 17:54:56 +0000 (17:54 +0000)] 
* Makefile: added IMGFILE; moved some stuff around.
* flmodule.c: added some missing functions; changed readonly flags of
  some data members based upon FORMS documentation.
* listobject.c: fixed int/long arg lint bug (bites PC compilers).
* several: removed redundant print methods (repr is good enough).
* posixmodule.c: added (still experimental) process group functions.