]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
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.
Guido van Rossum [Mon, 4 Nov 1991 18:14:23 +0000 (18:14 +0000)]
Fix third arg (audio skip).
Guido van Rossum [Mon, 4 Nov 1991 18:04:47 +0000 (18:04 +0000)]
Changed description of video.py.
Guido van Rossum [Mon, 4 Nov 1991 18:04:21 +0000 (18:04 +0000)]
Added -p packfactor and -l (looping) options.
Guido van Rossum [Mon, 4 Nov 1991 18:04:14 +0000 (18:04 +0000)]
Cosmetics.
Guido van Rossum [Mon, 4 Nov 1991 15:55:01 +0000 (15:55 +0000)]
Added vcopy.py; and cosmetics.
Guido van Rossum [Mon, 4 Nov 1991 15:54:36 +0000 (15:54 +0000)]
Fixed to understand new file format; and cosmetics.
Guido van Rossum [Mon, 4 Nov 1991 15:54:22 +0000 (15:54 +0000)]
Initial revision
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.
Guido van Rossum [Mon, 4 Nov 1991 14:31:31 +0000 (14:31 +0000)]
Some new info.
Guido van Rossum [Mon, 4 Nov 1991 14:31:03 +0000 (14:31 +0000)]
Initial revision
Guido van Rossum [Mon, 4 Nov 1991 14:30:51 +0000 (14:30 +0000)]
Made it work for more cases.
Guido van Rossum [Mon, 4 Nov 1991 14:29:27 +0000 (14:29 +0000)]
Cosmetics, single buffering, block when not running, etc...
Guido van Rossum [Wed, 30 Oct 1991 11:52:48 +0000 (11:52 +0000)]
Initial revision
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.
Guido van Rossum [Thu, 24 Oct 1991 14:59:31 +0000 (14:59 +0000)]
Added shift and mask ops.
Guido van Rossum [Thu, 24 Oct 1991 14:58:18 +0000 (14:58 +0000)]
Added shifting and masking ops to as_number struct
Guido van Rossum [Thu, 24 Oct 1991 14:57:21 +0000 (14:57 +0000)]
Added frexp, ldexp, modf, fmod.
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.
Guido van Rossum [Thu, 24 Oct 1991 14:55:28 +0000 (14:55 +0000)]
Added NULL function pointers for shift and mask ops.
Guido van Rossum [Thu, 24 Oct 1991 14:54:44 +0000 (14:54 +0000)]
Made dir() more robust.
Added hex() and oct().
Guido van Rossum [Thu, 24 Oct 1991 14:54:25 +0000 (14:54 +0000)]
Added shifting and masking operators.
Guido van Rossum [Sun, 20 Oct 1991 20:28:02 +0000 (20:28 +0000)]
Added a little comment
Guido van Rossum [Sun, 20 Oct 1991 20:26:16 +0000 (20:26 +0000)]
newclassobject() gets a third argument
Guido van Rossum [Sun, 20 Oct 1991 20:25:03 +0000 (20:25 +0000)]
Added 2-char tokens and new versions of comparisons
Guido van Rossum [Sun, 20 Oct 1991 20:24:45 +0000 (20:24 +0000)]
Added some new tokens
Guido van Rossum [Sun, 20 Oct 1991 20:24:14 +0000 (20:24 +0000)]
Added __members__ secret attribute
Guido van Rossum [Sun, 20 Oct 1991 20:22:50 +0000 (20:22 +0000)]
Added __dict__ attributes all over the place.
Guido van Rossum [Sun, 20 Oct 1991 20:22:28 +0000 (20:22 +0000)]
Added allowbroadcast()
Guido van Rossum [Sun, 20 Oct 1991 20:21:15 +0000 (20:21 +0000)]
Implemented __methods__ attribute
Guido van Rossum [Sun, 20 Oct 1991 20:20:40 +0000 (20:20 +0000)]
Added count() method.
Changed some conditional INCREFs into XINCREFs.
Guido van Rossum [Sun, 20 Oct 1991 20:20:00 +0000 (20:20 +0000)]
Implemented 2-character operators.
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.
Guido van Rossum [Sun, 20 Oct 1991 20:16:45 +0000 (20:16 +0000)]
Finally implemented divmod().
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().
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.
Guido van Rossum [Sun, 20 Oct 1991 20:12:38 +0000 (20:12 +0000)]
Comment out 'abort()' call.
Changed comparison operators.
Guido van Rossum [Sun, 20 Oct 1991 20:12:10 +0000 (20:12 +0000)]
newclassobject gets a third parameter (optional class name)
Guido van Rossum [Sun, 20 Oct 1991 20:11:48 +0000 (20:11 +0000)]
Add several secret __*__ attributes
Guido van Rossum [Sun, 20 Oct 1991 20:11:03 +0000 (20:11 +0000)]
Protect dir() against non-directory __dict__ attributes.
Guido van Rossum [Sun, 20 Oct 1991 20:10:46 +0000 (20:10 +0000)]
Added some error checks.
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 '='.
Guido van Rossum [Tue, 17 Sep 1991 08:12:16 +0000 (08:12 +0000)]
Initial revision
Guido van Rossum [Sun, 15 Sep 1991 21:26:52 +0000 (21:26 +0000)]
Fix typo.
Guido van Rossum [Sun, 15 Sep 1991 21:26:44 +0000 (21:26 +0000)]
Fix names import.
Guido van Rossum [Sun, 15 Sep 1991 21:26:30 +0000 (21:26 +0000)]
Initial revision
Guido van Rossum [Sun, 15 Sep 1991 21:21:28 +0000 (21:21 +0000)]
Move parametrizations to "names.py"
Guido van Rossum [Sun, 15 Sep 1991 21:05:15 +0000 (21:05 +0000)]
Initial revision
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).
Guido van Rossum [Fri, 13 Sep 1991 15:31:47 +0000 (15:31 +0000)]
Call (*func), not ALgetparams!
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.
Guido van Rossum [Tue, 10 Sep 1991 14:56:48 +0000 (14:56 +0000)]
getlonglongargs --> getlonglongarg
Fixed type error in argument of newopenfileobject.
Guido van Rossum [Tue, 10 Sep 1991 14:56:32 +0000 (14:56 +0000)]
getlonglongargs --> getlonglongarg
Added getlongobjectarg.
Guido van Rossum [Tue, 10 Sep 1991 14:55:58 +0000 (14:55 +0000)]
getlonglongargs --> getlonglongarg
Guido van Rossum [Tue, 10 Sep 1991 14:55:08 +0000 (14:55 +0000)]
Added module 'al' (SGI audio library).
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.
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.
Guido van Rossum [Mon, 9 Sep 1991 23:33:34 +0000 (23:33 +0000)]
Initial revision
Guido van Rossum [Fri, 16 Aug 1991 13:29:25 +0000 (13:29 +0000)]
test new functions and syntax
Guido van Rossum [Fri, 16 Aug 1991 13:29:03 +0000 (13:29 +0000)]
A plus is also a sign!
Guido van Rossum [Fri, 16 Aug 1991 13:28:28 +0000 (13:28 +0000)]
Initial revision
Guido van Rossum [Fri, 16 Aug 1991 13:28:23 +0000 (13:28 +0000)]
path.cat --> join
Guido van Rossum [Fri, 16 Aug 1991 13:28:11 +0000 (13:28 +0000)]
Added warning comment
Guido van Rossum [Fri, 16 Aug 1991 13:27:58 +0000 (13:27 +0000)]
path.cat --> join
Added splitext
Guido van Rossum [Fri, 16 Aug 1991 13:27:45 +0000 (13:27 +0000)]
macpath.cat --> join
Guido van Rossum [Fri, 16 Aug 1991 13:24:58 +0000 (13:24 +0000)]
integrate with stdwinq
Guido van Rossum [Fri, 16 Aug 1991 13:24:42 +0000 (13:24 +0000)]
save match function instead of regexp object
Guido van Rossum [Fri, 16 Aug 1991 13:24:20 +0000 (13:24 +0000)]
Added vspacepixels.
Integrated with stdwinq.
Guido van Rossum [Fri, 16 Aug 1991 13:23:29 +0000 (13:23 +0000)]
Now uses pipes.
Guido van Rossum [Fri, 16 Aug 1991 13:22:53 +0000 (13:22 +0000)]
Used mainloop instead of WindowParent functions
Guido van Rossum [Fri, 16 Aug 1991 13:22:23 +0000 (13:22 +0000)]
minsize->getminsize
Keyboard focus policy
more?
Guido van Rossum [Fri, 16 Aug 1991 13:22:08 +0000 (13:22 +0000)]
minsize -> getminsize
Keyboard interface
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 (?)
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)
Guido van Rossum [Fri, 16 Aug 1991 13:17:07 +0000 (13:17 +0000)]
minsize --> getminsize; new implementation of getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:16:25 +0000 (13:16 +0000)]
minsize --> getminsize
Guido van Rossum [Fri, 16 Aug 1991 13:15:56 +0000 (13:15 +0000)]
Initial revision
Guido van Rossum [Fri, 16 Aug 1991 13:14:46 +0000 (13:14 +0000)]
Renamed path.cat to path.join
Guido van Rossum [Fri, 16 Aug 1991 13:05:37 +0000 (13:05 +0000)]
minsize --> getminsize
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.
Guido van Rossum [Fri, 16 Aug 1991 13:02:04 +0000 (13:02 +0000)]
Initial revision
Guido van Rossum [Fri, 16 Aug 1991 13:01:50 +0000 (13:01 +0000)]
Changed minsize to getminsize.
Guido van Rossum [Fri, 16 Aug 1991 09:13:42 +0000 (09:13 +0000)]
Too much to describe changed...
Guido van Rossum [Fri, 16 Aug 1991 09:01:55 +0000 (09:01 +0000)]
Use dict2lookup.
Guido van Rossum [Fri, 16 Aug 1991 09:01:08 +0000 (09:01 +0000)]
Use more dict2 functions./
Guido van Rossum [Fri, 16 Aug 1991 09:00:42 +0000 (09:00 +0000)]
Added/moved dict2 interfaces.
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).
Guido van Rossum [Fri, 16 Aug 1991 08:58:56 +0000 (08:58 +0000)]
Added initfl() call when USE_FL is define.
Guido van Rossum [Fri, 16 Aug 1991 08:58:43 +0000 (08:58 +0000)]
Use dmore dict2lookup.
Guido van Rossum [Fri, 16 Aug 1991 08:57:40 +0000 (08:57 +0000)]
Reflect changed file name in comments.
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?!?! ***
Guido van Rossum [Fri, 16 Aug 1991 08:55:53 +0000 (08:55 +0000)]
Change 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.
Guido van Rossum [Thu, 8 Aug 1991 12:34:44 +0000 (12:34 +0000)]
Fixed almost all list errors.
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.
Guido van Rossum [Thu, 8 Aug 1991 12:07:45 +0000 (12:07 +0000)]
Adde get_mouse and find_first/find_last (by robertl)
Guido van Rossum [Wed, 7 Aug 1991 11:32:58 +0000 (11:32 +0000)]
Initial revision
Guido van Rossum [Sat, 27 Jul 1991 23:09:30 +0000 (23:09 +0000)]
All mac compilers now use 1904 as the Epoch...
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.
Guido van Rossum [Sat, 27 Jul 1991 21:42:24 +0000 (21:42 +0000)]
Added getxwindowin() method