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

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)

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

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

32 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> "

32 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...