]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
34 years agoAdded shifting and masking ops to as_number struct
Guido van Rossum [Thu, 24 Oct 1991 14:58:18 +0000 (14:58 +0000)] 
Added shifting and masking ops to as_number struct

34 years agoAdded frexp, ldexp, modf, fmod.
Guido van Rossum [Thu, 24 Oct 1991 14:57:21 +0000 (14:57 +0000)] 
Added frexp, ldexp, modf, fmod.

34 years agoChanged convert to add '0' or '0x' prefix for oct/hex.
Guido van Rossum [Thu, 24 Oct 1991 14:55:57 +0000 (14:55 +0000)] 
Changed convert to add '0' or '0x' prefix for oct/hex.
Added NULL function pointers for shift and mask ops.

34 years agoAdded NULL function pointers for shift and mask ops.
Guido van Rossum [Thu, 24 Oct 1991 14:55:28 +0000 (14:55 +0000)] 
Added NULL function pointers for shift and mask ops.

34 years agoMade dir() more robust.
Guido van Rossum [Thu, 24 Oct 1991 14:54:44 +0000 (14:54 +0000)] 
Made dir() more robust.
Added hex() and oct().

34 years agoAdded shifting and masking operators.
Guido van Rossum [Thu, 24 Oct 1991 14:54:25 +0000 (14:54 +0000)] 
Added shifting and masking operators.

34 years agoAdded a little comment
Guido van Rossum [Sun, 20 Oct 1991 20:28:02 +0000 (20:28 +0000)] 
Added a little comment

34 years agonewclassobject() gets a third argument
Guido van Rossum [Sun, 20 Oct 1991 20:26:16 +0000 (20:26 +0000)] 
newclassobject() gets a third argument

34 years agoAdded 2-char tokens and new versions of comparisons
Guido van Rossum [Sun, 20 Oct 1991 20:25:03 +0000 (20:25 +0000)] 
Added 2-char tokens and new versions of comparisons

34 years agoAdded some new tokens
Guido van Rossum [Sun, 20 Oct 1991 20:24:45 +0000 (20:24 +0000)] 
Added some new tokens

34 years agoAdded __members__ secret attribute
Guido van Rossum [Sun, 20 Oct 1991 20:24:14 +0000 (20:24 +0000)] 
Added __members__ secret attribute

34 years agoAdded __dict__ attributes all over the place.
Guido van Rossum [Sun, 20 Oct 1991 20:22:50 +0000 (20:22 +0000)] 
Added __dict__ attributes all over the place.

34 years agoAdded allowbroadcast()
Guido van Rossum [Sun, 20 Oct 1991 20:22:28 +0000 (20:22 +0000)] 
Added allowbroadcast()

34 years agoImplemented __methods__ attribute
Guido van Rossum [Sun, 20 Oct 1991 20:21:15 +0000 (20:21 +0000)] 
Implemented __methods__ attribute

34 years agoAdded count() method.
Guido van Rossum [Sun, 20 Oct 1991 20:20:40 +0000 (20:20 +0000)] 
Added count() method.
Changed some conditional INCREFs into XINCREFs.

34 years agoImplemented 2-character operators.
Guido van Rossum [Sun, 20 Oct 1991 20:20:00 +0000 (20:20 +0000)] 
Implemented 2-character operators.

34 years agoDone a little bit about garbage collection.
Guido van Rossum [Sun, 20 Oct 1991 20:18:26 +0000 (20:18 +0000)] 
Done a little bit about garbage collection.
Made some routines a little bit more robust.

34 years agoFinally implemented divmod().
Guido van Rossum [Sun, 20 Oct 1991 20:16:45 +0000 (20:16 +0000)] 
Finally implemented divmod().

34 years agoCheck for EINTR and turn it into KeyboardInterrupt
Guido van Rossum [Sun, 20 Oct 1991 20:14:56 +0000 (20:14 +0000)] 
Check for EINTR and turn it into KeyboardInterrupt
in err_errno().

34 years agoAdded lrect{read,write} and pixmode().
Guido van Rossum [Sun, 20 Oct 1991 20:13:40 +0000 (20:13 +0000)] 
Added lrect{read,write} and pixmode().
Also added functions (un)packrect, not in GL but needed for tv...
Commented out all the functions that cause error messages.

34 years agoComment out 'abort()' call.
Guido van Rossum [Sun, 20 Oct 1991 20:12:38 +0000 (20:12 +0000)] 
Comment out 'abort()' call.
Changed comparison operators.

34 years agonewclassobject gets a third parameter (optional class name)
Guido van Rossum [Sun, 20 Oct 1991 20:12:10 +0000 (20:12 +0000)] 
newclassobject gets a third parameter (optional class name)

34 years agoAdd several secret __*__ attributes
Guido van Rossum [Sun, 20 Oct 1991 20:11:48 +0000 (20:11 +0000)] 
Add several secret __*__ attributes

34 years agoProtect dir() against non-directory __dict__ attributes.
Guido van Rossum [Sun, 20 Oct 1991 20:11:03 +0000 (20:11 +0000)] 
Protect dir() against non-directory __dict__ attributes.

34 years agoAdded some error checks.
Guido van Rossum [Sun, 20 Oct 1991 20:10:46 +0000 (20:10 +0000)] 
Added some error checks.

34 years agoComparison operators '<=' '>' '<>' are now 1 token.
Guido van Rossum [Sun, 20 Oct 1991 20:10:09 +0000 (20:10 +0000)] 
Comparison operators '<=' '>' '<>' are now 1 token.
Also support '!=' and '==' as alternatives for '<>' and '='.

34 years agoInitial revision
Guido van Rossum [Tue, 17 Sep 1991 08:12:16 +0000 (08:12 +0000)] 
Initial revision

34 years agoFix typo.
Guido van Rossum [Sun, 15 Sep 1991 21:26:52 +0000 (21:26 +0000)] 
Fix typo.

34 years agoFix names import.
Guido van Rossum [Sun, 15 Sep 1991 21:26:44 +0000 (21:26 +0000)] 
Fix names import.

34 years agoInitial revision
Guido van Rossum [Sun, 15 Sep 1991 21:26:30 +0000 (21:26 +0000)] 
Initial revision

34 years agoMove parametrizations to "names.py"
Guido van Rossum [Sun, 15 Sep 1991 21:21:28 +0000 (21:21 +0000)] 
Move parametrizations to "names.py"

34 years agoInitial revision
Guido van Rossum [Sun, 15 Sep 1991 21:05:15 +0000 (21:05 +0000)] 
Initial revision

34 years agoReturn window ID of form (later should use attr list liek objects).
Guido van Rossum [Fri, 13 Sep 1991 15:32:37 +0000 (15:32 +0000)] 
Return window ID of form (later should use attr list liek objects).

34 years agoCall (*func), not ALgetparams!
Guido van Rossum [Fri, 13 Sep 1991 15:31:47 +0000 (15:31 +0000)] 
Call (*func), not ALgetparams!

34 years agoMake Socktype global so old and new compilers will like it.
Guido van Rossum [Tue, 10 Sep 1991 14:57:12 +0000 (14:57 +0000)] 
Make Socktype global so old and new compilers will like it.

34 years agogetlonglongargs --> getlonglongarg
Guido van Rossum [Tue, 10 Sep 1991 14:56:48 +0000 (14:56 +0000)] 
getlonglongargs --> getlonglongarg
Fixed type error in argument of newopenfileobject.

34 years agogetlonglongargs --> getlonglongarg
Guido van Rossum [Tue, 10 Sep 1991 14:56:32 +0000 (14:56 +0000)] 
getlonglongargs --> getlonglongarg
Added getlongobjectarg.

34 years agogetlonglongargs --> getlonglongarg
Guido van Rossum [Tue, 10 Sep 1991 14:55:58 +0000 (14:55 +0000)] 
getlonglongargs --> getlonglongarg

34 years agoAdded module 'al' (SGI audio library).
Guido van Rossum [Tue, 10 Sep 1991 14:55:08 +0000 (14:55 +0000)] 
Added module 'al' (SGI audio library).

34 years agoAdded queryparams, get/setparams.
Guido van Rossum [Tue, 10 Sep 1991 14:54:05 +0000 (14:54 +0000)] 
Added queryparams, get/setparams.
Free config object used to get sample width.

34 years agoAdded work-arounds for MPW 3.{1,2?} code generation bug.
Guido van Rossum [Tue, 10 Sep 1991 14:53:39 +0000 (14:53 +0000)] 
Added work-arounds for MPW 3.{1,2?} code generation bug.

34 years agoInitial revision
Guido van Rossum [Mon, 9 Sep 1991 23:33:34 +0000 (23:33 +0000)] 
Initial revision

34 years agotest new functions and syntax
Guido van Rossum [Fri, 16 Aug 1991 13:29:25 +0000 (13:29 +0000)] 
test new functions and syntax

34 years agoA plus is also a sign!
Guido van Rossum [Fri, 16 Aug 1991 13:29:03 +0000 (13:29 +0000)] 
A plus is also a sign!

34 years agoInitial revision
Guido van Rossum [Fri, 16 Aug 1991 13:28:28 +0000 (13:28 +0000)] 
Initial revision

34 years agopath.cat --> join
Guido van Rossum [Fri, 16 Aug 1991 13:28:23 +0000 (13:28 +0000)] 
path.cat --> join

34 years agoAdded warning comment
Guido van Rossum [Fri, 16 Aug 1991 13:28:11 +0000 (13:28 +0000)] 
Added warning comment

34 years agopath.cat --> join
Guido van Rossum [Fri, 16 Aug 1991 13:27:58 +0000 (13:27 +0000)] 
path.cat --> join
Added splitext

34 years agomacpath.cat --> join
Guido van Rossum [Fri, 16 Aug 1991 13:27:45 +0000 (13:27 +0000)] 
macpath.cat --> join

34 years agointegrate with stdwinq
Guido van Rossum [Fri, 16 Aug 1991 13:24:58 +0000 (13:24 +0000)] 
integrate with stdwinq

34 years agosave match function instead of regexp object
Guido van Rossum [Fri, 16 Aug 1991 13:24:42 +0000 (13:24 +0000)] 
save match function instead of regexp object

34 years agoAdded vspacepixels.
Guido van Rossum [Fri, 16 Aug 1991 13:24:20 +0000 (13:24 +0000)] 
Added vspacepixels.
Integrated with stdwinq.

34 years agoNow uses pipes.
Guido van Rossum [Fri, 16 Aug 1991 13:23:29 +0000 (13:23 +0000)] 
Now uses pipes.

34 years agoUsed mainloop instead of WindowParent functions
Guido van Rossum [Fri, 16 Aug 1991 13:22:53 +0000 (13:22 +0000)] 
Used mainloop instead of WindowParent functions

34 years agominsize->getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:22:23 +0000 (13:22 +0000)] 
minsize->getminsize
Keyboard focus policy
more?

34 years agominsize -> getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:22:08 +0000 (13:22 +0000)] 
minsize -> getminsize
Keyboard interface

34 years agoAdded activate/deactivate.
Guido van Rossum [Fri, 16 Aug 1991 13:19:43 +0000 (13:19 +0000)] 
Added activate/deactivate.
minsize --> getminsize.
Added 'boxed' option.
Added lost of code to realize (?)

34 years agominsize --> getminsize.
Guido van Rossum [Fri, 16 Aug 1991 13:17:27 +0000 (13:17 +0000)] 
minsize --> getminsize.
Added keyboard downcalls.
(I mean keyboard focus policy and activate/deactivate)

34 years agominsize --> getminsize; new implementation of getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:17:07 +0000 (13:17 +0000)] 
minsize --> getminsize; new implementation of getminsize

34 years agominsize --> getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:16:25 +0000 (13:16 +0000)] 
minsize --> getminsize

34 years agoInitial revision
Guido van Rossum [Fri, 16 Aug 1991 13:15:56 +0000 (13:15 +0000)] 
Initial revision

34 years agoRenamed path.cat to path.join
Guido van Rossum [Fri, 16 Aug 1991 13:14:46 +0000 (13:14 +0000)] 
Renamed path.cat to path.join

34 years agominsize --> getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:05:37 +0000 (13:05 +0000)] 
minsize --> getminsize

34 years agoAdded class StrutAppearance (a label with with 0).
Guido van Rossum [Fri, 16 Aug 1991 13:04:40 +0000 (13:04 +0000)] 
Added class StrutAppearance (a label with with 0).
Changed minsize to getminsize.

34 years agoInitial revision
Guido van Rossum [Fri, 16 Aug 1991 13:02:04 +0000 (13:02 +0000)] 
Initial revision

34 years agoChanged minsize to getminsize.
Guido van Rossum [Fri, 16 Aug 1991 13:01:50 +0000 (13:01 +0000)] 
Changed minsize to getminsize.

34 years agoToo much to describe changed...
Guido van Rossum [Fri, 16 Aug 1991 09:13:42 +0000 (09:13 +0000)] 
Too much to describe changed...

34 years agoUse dict2lookup.
Guido van Rossum [Fri, 16 Aug 1991 09:01:55 +0000 (09:01 +0000)] 
Use dict2lookup.

34 years agoUse more dict2 functions./
Guido van Rossum [Fri, 16 Aug 1991 09:01:08 +0000 (09:01 +0000)] 
Use more dict2 functions./

34 years agoAdded/moved dict2 interfaces.
Guido van Rossum [Fri, 16 Aug 1991 09:00:42 +0000 (09:00 +0000)] 
Added/moved dict2 interfaces.

34 years agoChanged some interfaces after error reports from Liberte.
Guido van Rossum [Fri, 16 Aug 1991 08:59:21 +0000 (08:59 +0000)] 
Changed some interfaces after error reports from Liberte.
Added altgetmatrix (better but incompatible).

34 years agoAdded initfl() call when USE_FL is define.
Guido van Rossum [Fri, 16 Aug 1991 08:58:56 +0000 (08:58 +0000)] 
Added initfl() call when USE_FL is define.

34 years agoUse dmore dict2lookup.
Guido van Rossum [Fri, 16 Aug 1991 08:58:43 +0000 (08:58 +0000)] 
Use dmore dict2lookup.

34 years agoReflect changed file name in comments.
Guido van Rossum [Fri, 16 Aug 1991 08:57:40 +0000 (08:57 +0000)] 
Reflect changed file name in comments.

34 years agoChanged many calls to dict stufff to dict2 variants.
Guido van Rossum [Fri, 16 Aug 1991 08:56:04 +0000 (08:56 +0000)] 
Changed many calls to dict stufff to dict2 variants.
*** Somehow the call to printobject was changed back to fwrite?!?! ***

34 years agoChange getbuiltin interface to get the name as an object.
Guido van Rossum [Fri, 16 Aug 1991 08:55:53 +0000 (08:55 +0000)] 
Change getbuiltin interface to get the name as an object.

34 years agoChange getbuiltin interface to get the name as an object;
Guido van Rossum [Fri, 16 Aug 1991 08:54:58 +0000 (08:54 +0000)] 
Change getbuiltin interface to get the name as an object;
call dict2lookup insteead of dictlookup.

34 years agoFixed almost all list errors.
Guido van Rossum [Thu, 8 Aug 1991 12:34:44 +0000 (12:34 +0000)] 
Fixed almost all list errors.

34 years agoLots of cosmetic changes.
Guido van Rossum [Thu, 8 Aug 1991 12:10:01 +0000 (12:10 +0000)] 
Lots of cosmetic changes.
Lots of small bugfixes (lint!).
Made bgn_group and end_group form methods instead of top-level functions.

34 years agoAdde get_mouse and find_first/find_last (by robertl)
Guido van Rossum [Thu, 8 Aug 1991 12:07:45 +0000 (12:07 +0000)] 
Adde get_mouse and find_first/find_last (by robertl)

34 years agoInitial revision
Guido van Rossum [Wed, 7 Aug 1991 11:32:58 +0000 (11:32 +0000)] 
Initial revision

34 years agoAll mac compilers now use 1904 as the Epoch...
Guido van Rossum [Sat, 27 Jul 1991 23:09:30 +0000 (23:09 +0000)] 
All mac compilers now use 1904 as the Epoch...

34 years agoCompletely ignore lines with only a newline token on them, except
Guido van Rossum [Sat, 27 Jul 1991 21:42:56 +0000 (21:42 +0000)] 
Completely ignore lines with only a newline token on them, except
wholly empty lines interactively.

34 years agoAdded getxwindowin() method
Guido van Rossum [Sat, 27 Jul 1991 21:42:24 +0000 (21:42 +0000)] 
Added getxwindowin() method

34 years agoAdd gethostname() and s.avail().
Guido van Rossum [Sat, 27 Jul 1991 21:42:02 +0000 (21:42 +0000)] 
Add gethostname() and s.avail().

34 years agoIgnore SIGPIPE when we've opened a pipe
Guido van Rossum [Sat, 27 Jul 1991 21:41:01 +0000 (21:41 +0000)] 
Ignore SIGPIPE when we've opened a pipe

34 years agoCheck for write errors after printing a value
Guido van Rossum [Sat, 27 Jul 1991 21:40:24 +0000 (21:40 +0000)] 
Check for write errors after printing a value

34 years agoSupport for long integers
Guido van Rossum [Sat, 27 Jul 1991 21:39:31 +0000 (21:39 +0000)] 
Support for long integers

34 years agoAdd some err_errno calls that were missing
Guido van Rossum [Sat, 27 Jul 1991 21:38:43 +0000 (21:38 +0000)] 
Add some err_errno calls that were missing

34 years agoNew syntax
Guido van Rossum [Sat, 27 Jul 1991 21:38:01 +0000 (21:38 +0000)] 
New syntax

34 years agoNew grammar (semicolons, continue, no multiple NEWLINES)
Guido van Rossum [Sat, 27 Jul 1991 21:37:24 +0000 (21:37 +0000)] 
New grammar (semicolons, continue, no multiple NEWLINES)

34 years agoNew syntax: semicolons, continue statement.
Guido van Rossum [Sat, 27 Jul 1991 21:34:52 +0000 (21:34 +0000)] 
New syntax: semicolons, continue statement.
For the latter we must keep track of the current block's type.
(We can't continue through a try statement, sigh.()

34 years agoSupport for long integers
Guido van Rossum [Sat, 27 Jul 1991 21:34:00 +0000 (21:34 +0000)] 
Support for long integers

34 years agoAdded call_object interface
Guido van Rossum [Sat, 27 Jul 1991 21:33:03 +0000 (21:33 +0000)] 
Added call_object interface

34 years agoAdd interface to call a Python function (or other callable) object
Guido van Rossum [Sat, 27 Jul 1991 21:32:34 +0000 (21:32 +0000)] 
Add interface to call a Python function (or other callable) object
from C.

34 years agoChange treatment of multiple NEWLINES
Guido van Rossum [Sat, 27 Jul 1991 21:29:47 +0000 (21:29 +0000)] 
Change treatment of multiple NEWLINES

34 years agoCall printobject instead of fwrite to print strings.
Guido van Rossum [Mon, 22 Jul 1991 11:48:07 +0000 (11:48 +0000)] 
Call printobject instead of fwrite to print strings.

34 years agoAdded 'continue', semicolons and dictionary displays.
Guido van Rossum [Wed, 17 Jul 1991 18:39:15 +0000 (18:39 +0000)] 
Added 'continue', semicolons and dictionary displays.

34 years agoThe print operation now returns status!
Guido van Rossum [Mon, 1 Jul 1991 18:52:31 +0000 (18:52 +0000)] 
The print operation now returns status!

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.