]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
34 years agoSplit and renamed mod to lib[1-5]
Guido van Rossum [Tue, 12 Nov 1991 15:40:23 +0000 (15:40 +0000)] 
Split and renamed mod to lib[1-5]

34 years agoRenamed mod to lib.
Guido van Rossum [Tue, 12 Nov 1991 15:39:56 +0000 (15:39 +0000)] 
Renamed mod to lib.

34 years agoInitial revision
Guido van Rossum [Tue, 12 Nov 1991 15:38:08 +0000 (15:38 +0000)] 
Initial revision

34 years agoAdded a comment about a possible interface change.
Guido van Rossum [Tue, 12 Nov 1991 15:37:53 +0000 (15:37 +0000)] 
Added a comment about a possible interface change.

34 years agoAdded samefile() function.
Guido van Rossum [Tue, 12 Nov 1991 15:37:40 +0000 (15:37 +0000)] 
Added samefile() function.

34 years agoAdded defines for pixmode.
Guido van Rossum [Tue, 12 Nov 1991 15:34:54 +0000 (15:34 +0000)] 
Added defines for pixmode.

34 years agoAdded new constants (some? all?) for FORMS version 1.5.
Guido van Rossum [Tue, 12 Nov 1991 15:33:59 +0000 (15:33 +0000)] 
Added new constants (some? all?) for FORMS version 1.5.

34 years agoUpdate on vinfo
Guido van Rossum [Wed, 6 Nov 1991 16:13:25 +0000 (16:13 +0000)] 
Update on vinfo

34 years agoIntroduced getopt.
Guido van Rossum [Wed, 6 Nov 1991 16:13:02 +0000 (16:13 +0000)] 
Introduced getopt.
Added -d option: print deltas instead of absolute times.

34 years agoFix third arg (audio skip).
Guido van Rossum [Mon, 4 Nov 1991 18:14:23 +0000 (18:14 +0000)] 
Fix third arg (audio skip).

34 years agoChanged description of video.py.
Guido van Rossum [Mon, 4 Nov 1991 18:04:47 +0000 (18:04 +0000)] 
Changed description of video.py.

34 years agoAdded -p packfactor and -l (looping) options.
Guido van Rossum [Mon, 4 Nov 1991 18:04:21 +0000 (18:04 +0000)] 
Added -p packfactor and -l (looping) options.

34 years agoCosmetics.
Guido van Rossum [Mon, 4 Nov 1991 18:04:14 +0000 (18:04 +0000)] 
Cosmetics.

34 years agoAdded vcopy.py; and cosmetics.
Guido van Rossum [Mon, 4 Nov 1991 15:55:01 +0000 (15:55 +0000)] 
Added vcopy.py; and cosmetics.

34 years agoFixed to understand new file format; and cosmetics.
Guido van Rossum [Mon, 4 Nov 1991 15:54:36 +0000 (15:54 +0000)] 
Fixed to understand new file format; and cosmetics.

34 years agoInitial revision
Guido van Rossum [Mon, 4 Nov 1991 15:54:22 +0000 (15:54 +0000)] 
Initial revision

34 years agoMade much faster, but for SHORT movies only, by saving lrectread
Guido van Rossum [Mon, 4 Nov 1991 14:31:54 +0000 (14:31 +0000)] 
Made much faster, but for SHORT movies only, by saving lrectread
data unprocessed in memory.  As long as memory doesn't run out this
gets us 19 frames/sec!
Also many cosmetic changes.

34 years agoSome new info.
Guido van Rossum [Mon, 4 Nov 1991 14:31:31 +0000 (14:31 +0000)] 
Some new info.

34 years agoInitial revision
Guido van Rossum [Mon, 4 Nov 1991 14:31:03 +0000 (14:31 +0000)] 
Initial revision

34 years agoMade it work for more cases.
Guido van Rossum [Mon, 4 Nov 1991 14:30:51 +0000 (14:30 +0000)] 
Made it work for more cases.

34 years agoCosmetics, single buffering, block when not running, etc...
Guido van Rossum [Mon, 4 Nov 1991 14:29:27 +0000 (14:29 +0000)] 
Cosmetics, single buffering, block when not running, etc...

34 years agoInitial revision
Guido van Rossum [Wed, 30 Oct 1991 11:52:48 +0000 (11:52 +0000)] 
Initial revision

34 years agoAdded shift and mask ops.
Guido van Rossum [Thu, 24 Oct 1991 14:59:40 +0000 (14:59 +0000)] 
Added shift and mask ops.
Allow numbers starting with a period.

34 years agoAdded shift and mask ops.
Guido van Rossum [Thu, 24 Oct 1991 14:59:31 +0000 (14:59 +0000)] 
Added shift and mask ops.

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.