]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
34 years agoConnection sockets now have the proper family/type/proto values.
Guido van Rossum [Mon, 1 Jul 1991 18:51:33 +0000 (18:51 +0000)] 
Connection sockets now have the proper family/type/proto values.
Fix argument handling bug in socket(f,t,p) call.
Fix some comments.

34 years agoFixed confusing error message (open should be popen)
Guido van Rossum [Mon, 1 Jul 1991 18:48:44 +0000 (18:48 +0000)] 
Fixed confusing error message (open should be popen)

34 years agoChange cmpobject() to coerce numerical values before comparing them
Guido van Rossum [Mon, 1 Jul 1991 18:48:04 +0000 (18:48 +0000)] 
Change cmpobject() to coerce numerical values before comparing them

34 years agoAdded getintintintarg() (3 int args)
Guido van Rossum [Mon, 1 Jul 1991 18:47:30 +0000 (18:47 +0000)] 
Added getintintintarg() (3 int args)

34 years agoReorganized somewhat to make it really work on Think C.
Guido van Rossum [Mon, 1 Jul 1991 18:46:03 +0000 (18:46 +0000)] 
Reorganized somewhat to make it really work on Think C.
Hope the best for MPW 3.

34 years agoSupport socket module
Guido van Rossum [Mon, 1 Jul 1991 18:45:17 +0000 (18:45 +0000)] 
Support socket module

34 years agoCheck for identical types before comparing objects to see if they
Guido van Rossum [Mon, 1 Jul 1991 18:44:20 +0000 (18:44 +0000)] 
Check for identical types before comparing objects to see if they
are the same -- 0 and 0.0 compare equal but should be considered different
here!

34 years agoCall coerce() in arithmetic operations, to support mixed mode arithmetic
Guido van Rossum [Mon, 1 Jul 1991 18:43:13 +0000 (18:43 +0000)] 
Call coerce() in arithmetic operations, to support mixed mode arithmetic

34 years agoAdd and use coerce() routine for mixed mode arithmetic
Guido van Rossum [Mon, 1 Jul 1991 18:42:41 +0000 (18:42 +0000)] 
Add and use coerce() routine for mixed mode arithmetic

34 years agoInitial revision
Guido van Rossum [Mon, 1 Jul 1991 18:32:32 +0000 (18:32 +0000)] 
Initial revision

34 years agoUse posix.popen to read output from a command instead if command.get*.
Guido van Rossum [Mon, 1 Jul 1991 18:23:06 +0000 (18:23 +0000)] 
Use posix.popen to read output from a command instead if command.get*.

34 years agoRenamed path.cat to path.join.
Guido van Rossum [Mon, 1 Jul 1991 18:22:34 +0000 (18:22 +0000)] 
Renamed path.cat to path.join.

34 years agoStrip redundant -P from arguments; only print 'ahead' count
Guido van Rossum [Mon, 1 Jul 1991 18:21:32 +0000 (18:21 +0000)] 
Strip redundant -P from arguments; only print 'ahead' count
if other users present in queue.

34 years agoAdd options -amc; do lstat if possible; columnize properly.
Guido van Rossum [Mon, 1 Jul 1991 18:20:35 +0000 (18:20 +0000)] 
Add options -amc; do lstat if possible; columnize properly.

34 years agoMany changes to the interface, and added comments.
Guido van Rossum [Thu, 27 Jun 1991 15:51:29 +0000 (15:51 +0000)] 
Many changes to the interface, and added comments.

34 years agoInitial revision
Guido van Rossum [Tue, 25 Jun 1991 21:36:08 +0000 (21:36 +0000)] 
Initial revision

34 years agoGeneralize to macintosh.
Guido van Rossum [Mon, 24 Jun 1991 22:30:42 +0000 (22:30 +0000)] 
Generalize to macintosh.

34 years agoDefine 'macintosh' if THINK_C is defined.
Guido van Rossum [Mon, 24 Jun 1991 22:30:14 +0000 (22:30 +0000)] 
Define 'macintosh' if THINK_C is defined.

34 years agoDon't use printobject() to print a string (filename).
Guido van Rossum [Mon, 24 Jun 1991 22:25:27 +0000 (22:25 +0000)] 
Don't use printobject() to print a string (filename).
Print ';' instead of ',' between file and line for MPW.

34 years agoGeneralize to macintosh; forget Think 3.0.
Guido van Rossum [Mon, 24 Jun 1991 22:23:45 +0000 (22:23 +0000)] 
Generalize to macintosh; forget Think 3.0.

34 years agoApparently MPW has power() instead of pow().
Guido van Rossum [Mon, 24 Jun 1991 22:23:10 +0000 (22:23 +0000)] 
Apparently MPW has power() instead of pow().

34 years agoprintobject now returns an error code
Guido van Rossum [Fri, 7 Jun 1991 22:59:30 +0000 (22:59 +0000)] 
printobject now returns an error code
Remove superfluous err_nomem() call
,

34 years agoprintobject now returns an error code
Guido van Rossum [Fri, 7 Jun 1991 22:58:57 +0000 (22:58 +0000)] 
printobject now returns an error code
Remove superfluous err_nomem() call

34 years agoRemove StopPrint hack
Guido van Rossum [Fri, 7 Jun 1991 22:50:34 +0000 (22:50 +0000)] 
Remove StopPrint hack

34 years agoprintobject now returns an error code
Guido van Rossum [Fri, 7 Jun 1991 22:35:42 +0000 (22:35 +0000)] 
printobject now returns an error code

34 years agoprintobject now returns an error code
Guido van Rossum [Fri, 7 Jun 1991 16:10:43 +0000 (16:10 +0000)] 
printobject now returns an error code

34 years agoMention "-c command" option.
Guido van Rossum [Fri, 7 Jun 1991 14:31:11 +0000 (14:31 +0000)] 
Mention "-c command" option.

34 years agoAdd run_command() to implement "-c command".
Guido van Rossum [Fri, 7 Jun 1991 13:59:53 +0000 (13:59 +0000)] 
Add run_command() to implement "-c command".

34 years agoGetpgrp() has a parameter, at least on BSD!
Guido van Rossum [Fri, 7 Jun 1991 13:59:29 +0000 (13:59 +0000)] 
Getpgrp() has a parameter, at least on BSD!

34 years agoWhen printing an error message, don't choke if tok->buf is NULL.
Guido van Rossum [Fri, 7 Jun 1991 13:58:56 +0000 (13:58 +0000)] 
When printing an error message, don't choke if tok->buf is NULL.

34 years agoAdd marshalling for dictionaries.
Guido van Rossum [Fri, 7 Jun 1991 13:58:22 +0000 (13:58 +0000)] 
Add marshalling for dictionaries.

34 years agoAdd "close" function parameter to newopenfileobject().
Guido van Rossum [Fri, 7 Jun 1991 13:57:38 +0000 (13:57 +0000)] 
Add "close" function parameter to newopenfileobject().

34 years agoExport getdict2key() interface.
Guido van Rossum [Fri, 7 Jun 1991 13:57:16 +0000 (13:57 +0000)] 
Export getdict2key() interface.

34 years agoSimplified STDWIN initialization.
Guido van Rossum [Fri, 7 Jun 1991 13:55:41 +0000 (13:55 +0000)] 
Simplified STDWIN initialization.

34 years agoAdded to list of bad filenames.
Guido van Rossum [Tue, 4 Jun 1991 20:44:11 +0000 (20:44 +0000)] 
Added to list of bad filenames.

34 years agoInitial revision
Guido van Rossum [Tue, 4 Jun 1991 20:36:54 +0000 (20:36 +0000)] 
Initial revision

34 years agoAdded getpgrp(); fixed buggy calls to getnoarg().
Guido van Rossum [Tue, 4 Jun 1991 20:23:49 +0000 (20:23 +0000)] 
Added getpgrp(); fixed buggy calls to getnoarg().

34 years agoDeclare errno, for prehistoric systems.
Guido van Rossum [Tue, 4 Jun 1991 20:23:28 +0000 (20:23 +0000)] 
Declare errno, for prehistoric systems.

34 years ago*** empty log message ***
Guido van Rossum [Tue, 4 Jun 1991 20:22:18 +0000 (20:22 +0000)] 
*** empty log message ***

34 years agoExpoer "marshal" module.
Guido van Rossum [Tue, 4 Jun 1991 19:47:46 +0000 (19:47 +0000)] 
Expoer "marshal" module.

34 years agoExport newcodeobject() interface.
Guido van Rossum [Tue, 4 Jun 1991 19:43:13 +0000 (19:43 +0000)] 
Export newcodeobject() interface.

34 years agoExport float_buf_repr() interface, for marshalling of floats.
Guido van Rossum [Tue, 4 Jun 1991 19:42:53 +0000 (19:42 +0000)] 
Export float_buf_repr() interface, for marshalling of floats.

34 years agoInitial revision
Guido van Rossum [Tue, 4 Jun 1991 19:42:30 +0000 (19:42 +0000)] 
Initial revision

34 years agoChanged and exported newcodeobject() interface, for ".pyc" files.
Guido van Rossum [Tue, 4 Jun 1991 19:41:56 +0000 (19:41 +0000)] 
Changed and exported newcodeobject() interface, for ".pyc" files.

34 years agoAdded fclose to newopenfileobject() calls.
Guido van Rossum [Tue, 4 Jun 1991 19:40:59 +0000 (19:40 +0000)] 
Added fclose to newopenfileobject() calls.

34 years agoAdded popen().
Guido van Rossum [Tue, 4 Jun 1991 19:40:25 +0000 (19:40 +0000)] 
Added popen().
Added getmtime() function for use by ".pyc" processing.

34 years agoSupport ".pyc" files: cached compilation results.
Guido van Rossum [Tue, 4 Jun 1991 19:39:42 +0000 (19:39 +0000)] 
Support ".pyc" files: cached compilation results.
(Similar to Emacs ".elc" files.)

34 years agoRemoved Think C 3.0 stuff and wish list.
Guido van Rossum [Tue, 4 Jun 1991 19:38:58 +0000 (19:38 +0000)] 
Removed Think C 3.0 stuff and wish list.

34 years agoIn support of popen(), file objects are now parametrized with a close
Guido van Rossum [Tue, 4 Jun 1991 19:37:39 +0000 (19:37 +0000)] 
In support of popen(), file objects are now parametrized with a close
function on creation.  (There's a funny thing about the return
value of the close function that should be resolved.)
Also added 'isatty' method.

34 years agoRemove test for unimplemented sq_repeat method (see tupleobject comments)
Guido van Rossum [Tue, 4 Jun 1991 19:36:54 +0000 (19:36 +0000)] 
Remove test for unimplemented sq_repeat method (see tupleobject comments)

34 years agoFix comments in string_as_sequence
Guido van Rossum [Tue, 4 Jun 1991 19:36:32 +0000 (19:36 +0000)] 
Fix comments in string_as_sequence

34 years agoFinally implement tuple*number. From now on all sequence types
Guido van Rossum [Tue, 4 Jun 1991 19:35:24 +0000 (19:35 +0000)] 
Finally implement tuple*number.  From now on all sequence types
must (pretend to) support all operations except assignments;
if you don't want to support an operation you have to provide
a dummy function that raises an exception...

34 years agoRemoved utimes() compatibility hack.
Guido van Rossum [Mon, 3 Jun 1991 12:42:10 +0000 (12:42 +0000)] 
Removed utimes() compatibility hack.
Added _exit, exec, fork, getpid, getppid, kill and wait.

34 years agoDon't print the line number for syntax errors in string parsing.
Guido van Rossum [Mon, 3 Jun 1991 11:02:09 +0000 (11:02 +0000)] 
Don't print the line number for syntax errors in string parsing.

34 years agoAdded declarations for dnewlongobject and dgetlongvalue.
Guido van Rossum [Mon, 3 Jun 1991 10:58:51 +0000 (10:58 +0000)] 
Added declarations for dnewlongobject and dgetlongvalue.

34 years agoAdded dnewlongobject(), function to convert double to long int.
Guido van Rossum [Mon, 3 Jun 1991 10:58:24 +0000 (10:58 +0000)] 
Added dnewlongobject(), function to convert double to long int.

34 years agoFix conversion of double to long; stylistic changes.
Guido van Rossum [Mon, 3 Jun 1991 10:58:01 +0000 (10:58 +0000)] 
Fix conversion of double to long; stylistic changes.

34 years agoDon't suppress wsetfont("");
Guido van Rossum [Mon, 3 Jun 1991 10:55:14 +0000 (10:55 +0000)] 
Don't suppress wsetfont("");
Don't report WE_MENU events with None as menu pointer;
Added stdwin.getactie() function;
Moved code to turn WINDOW* into windowobject* to a separate function.

34 years agoCall clearerr() after EOF seen.
Guido van Rossum [Mon, 3 Jun 1991 10:54:55 +0000 (10:54 +0000)] 
Call clearerr() after EOF seen.

34 years agoFix off-by-one error in long_repr.
Guido van Rossum [Tue, 28 May 1991 21:58:16 +0000 (21:58 +0000)] 
Fix off-by-one error in long_repr.
Implement long_pow.

34 years agoFix special cases in pow()
Guido van Rossum [Tue, 28 May 1991 21:57:39 +0000 (21:57 +0000)] 
Fix special cases in pow()

34 years agoAdded text.setactive and text.setview.
Guido van Rossum [Tue, 28 May 1991 21:57:04 +0000 (21:57 +0000)] 
Added text.setactive and text.setview.
Moved some functions around.

34 years agoInitial revision
Guido van Rossum [Tue, 14 May 1991 12:25:35 +0000 (12:25 +0000)] 
Initial revision

34 years ago*** empty log message ***
Guido van Rossum [Tue, 14 May 1991 12:22:25 +0000 (12:22 +0000)] 
*** empty log message ***

34 years ago*** empty log message ***
Guido van Rossum [Tue, 14 May 1991 12:13:40 +0000 (12:13 +0000)] 
*** empty log message ***

34 years agoAdded xor functions.
Guido van Rossum [Tue, 14 May 1991 12:09:25 +0000 (12:09 +0000)] 
Added xor functions.
Hide/show focus hacks around tedraw are no longer needed.

34 years agoAdded nonzero to number methods
Guido van Rossum [Tue, 14 May 1991 12:08:10 +0000 (12:08 +0000)] 
Added nonzero to number methods

34 years agoMany small changes
Guido van Rossum [Tue, 14 May 1991 12:06:49 +0000 (12:06 +0000)] 
Many small changes

34 years agoAdded wdigit and stwodigits typedefs, and changed prototypes.
Guido van Rossum [Tue, 14 May 1991 12:06:16 +0000 (12:06 +0000)] 
Added wdigit and stwodigits typedefs, and changed prototypes.

34 years agoAdded nonzero test
Guido van Rossum [Tue, 14 May 1991 12:05:32 +0000 (12:05 +0000)] 
Added nonzero test

34 years agoAdded nonzero test
Guido van Rossum [Tue, 14 May 1991 11:57:01 +0000 (11:57 +0000)] 
Added nonzero test

34 years agoDon't optimize <string> and <stdin> code
Guido van Rossum [Tue, 14 May 1991 11:56:03 +0000 (11:56 +0000)] 
Don't optimize <string> and <stdin> code

34 years agoDeclare ticker as int; made testbool generic for all numeric types
Guido van Rossum [Tue, 14 May 1991 11:51:49 +0000 (11:51 +0000)] 
Declare ticker as int; made testbool generic for all numeric types

34 years agoAdded recognition of 'l' or 'L' as long integer suffix
Guido van Rossum [Sun, 5 May 1991 20:16:20 +0000 (20:16 +0000)] 
Added recognition of 'l' or 'L' as long integer suffix

34 years agoInclude sys/select.h for IBM R2
Guido van Rossum [Sun, 5 May 1991 20:15:54 +0000 (20:15 +0000)] 
Include sys/select.h for IBM R2

34 years agoDefined path delimiter for MS-DOS as semicolon
Guido van Rossum [Sun, 5 May 1991 20:14:35 +0000 (20:14 +0000)] 
Defined path delimiter for MS-DOS as semicolon

34 years agoAdded many new functions
Guido van Rossum [Sun, 5 May 1991 20:13:41 +0000 (20:13 +0000)] 
Added many new functions

34 years agoAdded divmod and abs methods for numbers
Guido van Rossum [Sun, 5 May 1991 20:11:43 +0000 (20:11 +0000)] 
Added divmod and abs methods for numbers

34 years agoEnabled (and fixed) newvarobject()
Guido van Rossum [Sun, 5 May 1991 20:10:41 +0000 (20:10 +0000)] 
Enabled (and fixed) newvarobject()

34 years agoInitial revision
Guido van Rossum [Sun, 5 May 1991 20:09:44 +0000 (20:09 +0000)] 
Initial revision

34 years agoAdded divmod and abs, fixed negative powers
Guido van Rossum [Sun, 5 May 1991 20:08:27 +0000 (20:08 +0000)] 
Added divmod and abs, fixed negative powers

34 years agoPre-define MS-DOS separator
Guido van Rossum [Sun, 5 May 1991 20:07:59 +0000 (20:07 +0000)] 
Pre-define MS-DOS separator

34 years agoAdded (dummy) divmod and (functional) abs.
Guido van Rossum [Sun, 5 May 1991 20:07:00 +0000 (20:07 +0000)] 
Added (dummy) divmod and (functional) abs.
Fixed comments in number methods list

34 years agoAdded long integer support.
Guido van Rossum [Sun, 5 May 1991 20:05:35 +0000 (20:05 +0000)] 
Added long integer support.

34 years agoRenamed class members to instances and class methods to instance methods
Guido van Rossum [Sun, 5 May 1991 20:04:55 +0000 (20:04 +0000)] 
Renamed class members to instances and class methods to instance methods
,.

34 years agoRenamed class methods to instance methods (which they are)
Guido van Rossum [Sun, 5 May 1991 20:03:07 +0000 (20:03 +0000)] 
Renamed class methods to instance methods (which they are)

34 years agoAdded long() and support for longs in int() and float();
Guido van Rossum [Sun, 5 May 1991 20:00:36 +0000 (20:00 +0000)] 
Added long() and support for longs in int() and float();
turned abs() and divmod() into generic versions;
added pow().

34 years agoAdded longobject.h
Guido van Rossum [Sun, 5 May 1991 20:00:02 +0000 (20:00 +0000)] 
Added longobject.h

34 years agoMinor improvements. Removed footnote about CWI pathnames.
Guido van Rossum [Tue, 23 Apr 1991 14:14:57 +0000 (14:14 +0000)] 
Minor improvements.  Removed footnote about CWI pathnames.

34 years agoAdded \dataitem command; removed DRAFT from title; changed a word
Guido van Rossum [Tue, 23 Apr 1991 14:11:26 +0000 (14:11 +0000)] 
Added \dataitem command; removed DRAFT from title; changed a word
in the reference to the reference document.

34 years agoClarify comment.
Guido van Rossum [Sun, 21 Apr 1991 19:34:48 +0000 (19:34 +0000)] 
Clarify comment.

34 years agoDelay zero after successful action.
Guido van Rossum [Sun, 21 Apr 1991 19:33:53 +0000 (19:33 +0000)] 
Delay zero after successful action.

34 years agoRemove reference to util.
Guido van Rossum [Sun, 21 Apr 1991 19:33:30 +0000 (19:33 +0000)] 
Remove reference to util.

34 years agoInitial revision
Guido van Rossum [Sun, 21 Apr 1991 19:32:43 +0000 (19:32 +0000)] 
Initial revision

34 years agoUse built-in file.read() instead of util.readfile().
Guido van Rossum [Sun, 21 Apr 1991 19:31:39 +0000 (19:31 +0000)] 
Use built-in file.read() instead of util.readfile().

34 years agoDon't sleep if msecs <= 0.
Guido van Rossum [Sun, 21 Apr 1991 19:31:10 +0000 (19:31 +0000)] 
Don't sleep if msecs <= 0.

34 years agoSupport delayed destroy. Use built-in remove.
Guido van Rossum [Sun, 21 Apr 1991 19:28:44 +0000 (19:28 +0000)] 
Support delayed destroy.  Use built-in remove.
Dispatch needn't check for win = self.win.

34 years agoUse text object's new settext() method.
Guido van Rossum [Sun, 21 Apr 1991 19:27:48 +0000 (19:27 +0000)] 
Use text object's new settext() method.

34 years agoAdd destrpy() method.
Guido van Rossum [Sun, 21 Apr 1991 19:27:28 +0000 (19:27 +0000)] 
Add destrpy() method.

34 years agoUse built-in remove() method of lists instead of util.remove.
Guido van Rossum [Sun, 21 Apr 1991 19:26:45 +0000 (19:26 +0000)] 
Use built-in remove() method of lists instead of util.remove.