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

34 years agoNew hacks for include files to get time_t in the most portable way.
Guido van Rossum [Tue, 16 Apr 1991 08:47:51 +0000 (08:47 +0000)] 
New hacks for include files to get time_t in the most portable way.
Added Turbo C milli functions (courtesy Mark Anacker)
Disable THINK C sleep for 4.0

34 years agoInitial revision
Guido van Rossum [Tue, 16 Apr 1991 08:45:40 +0000 (08:45 +0000)] 
Initial revision

34 years agoAdd filled drawing methods and polygon methods.
Guido van Rossum [Tue, 16 Apr 1991 08:43:03 +0000 (08:43 +0000)] 
Add filled drawing methods and polygon methods.
Sort some method lists.
Increase max #menus, and give more reasonable error message
if exceeded.
Remove window setfont method.

34 years agoMove allobjects.h to front (needed by THINK C precompiled headers)
Guido van Rossum [Tue, 16 Apr 1991 08:42:06 +0000 (08:42 +0000)] 
Move allobjects.h to front (needed by THINK C precompiled headers)

34 years agoAdd warning about Lambert's bug.
Guido van Rossum [Tue, 16 Apr 1991 08:41:06 +0000 (08:41 +0000)] 
Add warning about Lambert's bug.

34 years agoAdded pwd and grp modules
Guido van Rossum [Tue, 16 Apr 1991 08:39:39 +0000 (08:39 +0000)] 
Added pwd and grp modules

34 years agoBUGFIX! Instructions are unsigned bytes.
Guido van Rossum [Tue, 16 Apr 1991 08:39:12 +0000 (08:39 +0000)] 
BUGFIX!  Instructions are unsigned bytes.

34 years agoRename class methods to instance methods (at least where user-visible)
Guido van Rossum [Tue, 16 Apr 1991 08:38:43 +0000 (08:38 +0000)] 
Rename class methods to instance methods (at least where user-visible)

34 years agoInitial revision
Guido van Rossum [Wed, 10 Apr 1991 19:48:25 +0000 (19:48 +0000)] 
Initial revision

34 years agoIncorporated MSDOS changes (untested).
Guido van Rossum [Mon, 8 Apr 1991 21:01:03 +0000 (21:01 +0000)] 
Incorporated MSDOS changes (untested).

34 years agoMade utime use much more portable.
Guido van Rossum [Mon, 8 Apr 1991 20:59:13 +0000 (20:59 +0000)] 
Made utime use much more portable.
Incorporated i386 mods.
(Oh, BTW, the "right" python name is now posix.utime, not utimes!

34 years agoThis is no longer needed, since all these functions are now built-in
Guido van Rossum [Sun, 7 Apr 1991 13:43:34 +0000 (13:43 +0000)] 
This is no longer needed, since all these functions are now built-in
(with different interfaces).
Change the module definition to call the built-in functions,
for compatibility.

34 years agoDon't us sys.ps1 and sys.ps2.
Guido van Rossum [Sun, 7 Apr 1991 13:42:52 +0000 (13:42 +0000)] 
Don't us sys.ps1 and sys.ps2.
Exercise trailing comma in tuples.

34 years agoAdded join() and joinfields() functions.
Guido van Rossum [Sun, 7 Apr 1991 13:42:19 +0000 (13:42 +0000)] 
Added join() and joinfields() functions.
Fixed center().
Rewrote ljust() and rjust().

34 years agoInitial revision
Guido van Rossum [Sun, 7 Apr 1991 13:41:50 +0000 (13:41 +0000)] 
Initial revision

34 years agoSupport packing whole trees.
Guido van Rossum [Sun, 7 Apr 1991 13:40:56 +0000 (13:40 +0000)] 
Support packing whole trees.

34 years agoSupport [...] ranges. Also [!...] for negated ranges, SYSV shell style.
Guido van Rossum [Sun, 7 Apr 1991 13:40:02 +0000 (13:40 +0000)] 
Support [...] ranges.  Also [!...] for negated ranges, SYSV shell style.

34 years agoAdded window list management functionality.
Guido van Rossum [Sun, 7 Apr 1991 13:37:05 +0000 (13:37 +0000)] 
Added window list management functionality.
Automatically call self.destroy() if WE_CLOSE event dispatched.
Added keyboard, alternate drawing and getwindow interface.
Call child's realize method.

34 years agoAdded alternate drawing, realize and getwindow interfaces
Guido van Rossum [Sun, 7 Apr 1991 13:36:09 +0000 (13:36 +0000)] 
Added alternate drawing, realize and getwindow interfaces
(why not keyboard?)

34 years agoAdded keyboard, alternate drawing, realize and getwindow interfaces.
Guido van Rossum [Sun, 7 Apr 1991 13:33:39 +0000 (13:33 +0000)] 
Added keyboard, alternate drawing, realize and getwindow interfaces.

34 years agoEnabled logicop arguments (LO_*).
Guido van Rossum [Sun, 7 Apr 1991 13:33:03 +0000 (13:33 +0000)] 
Enabled logicop arguments (LO_*).

34 years agoAdded dummy realize() method.
Guido van Rossum [Sun, 7 Apr 1991 13:32:19 +0000 (13:32 +0000)] 
Added dummy realize() method.

34 years agoNew: getwindow() parent method and realize() child method.
Guido van Rossum [Sun, 7 Apr 1991 13:31:53 +0000 (13:31 +0000)] 
New: getwindow() parent method and realize() child method.

34 years agoFix window.setfont() to call drawing_setfont internally.
Guido van Rossum [Thu, 4 Apr 1991 17:26:32 +0000 (17:26 +0000)] 
Fix window.setfont() to call drawing_setfont internally.

34 years agoAdd declaration of struct _node, for scoping reasons.
Guido van Rossum [Thu, 4 Apr 1991 15:44:12 +0000 (15:44 +0000)] 
Add declaration of struct _node, for scoping reasons.

34 years agoMore flexible font setting (mainly for the Mac).
Guido van Rossum [Thu, 4 Apr 1991 15:24:07 +0000 (15:24 +0000)] 
More flexible font setting (mainly for the Mac).

34 years agoAdded external interface to readline, for raw_input().
Guido van Rossum [Thu, 4 Apr 1991 15:21:57 +0000 (15:21 +0000)] 
Added external interface to readline, for raw_input().

34 years agoUse fileobject's filegetline() to implement unlimited raw_input().
Guido van Rossum [Thu, 4 Apr 1991 15:20:41 +0000 (15:20 +0000)] 
Use fileobject's filegetline() to implement unlimited raw_input().

34 years agoHack for THINK C time function.
Guido van Rossum [Thu, 4 Apr 1991 10:49:03 +0000 (10:49 +0000)] 
Hack for THINK C time function.
Made more functions externally visible.

34 years agoOptimized single-character strings gotten from s[i].
Guido van Rossum [Thu, 4 Apr 1991 10:48:33 +0000 (10:48 +0000)] 
Optimized single-character strings gotten from s[i].

34 years agoAdded isatty() for MPW.
Guido van Rossum [Thu, 4 Apr 1991 10:47:59 +0000 (10:47 +0000)] 
Added isatty() for MPW.

34 years agoAdded opcodes to load local/global variables
Guido van Rossum [Thu, 4 Apr 1991 10:45:01 +0000 (10:45 +0000)] 
Added opcodes to load local/global variables

34 years agoAdded 'softspace' interface to replace 'needspace' printing hack.
Guido van Rossum [Thu, 4 Apr 1991 10:44:06 +0000 (10:44 +0000)] 
Added 'softspace' interface to replace 'needspace' printing hack.

34 years agoAdded error checking for numeric constants; added local/global variable
Guido van Rossum [Thu, 4 Apr 1991 10:42:56 +0000 (10:42 +0000)] 
Added error checking for numeric constants; added local/global variable
optimization.

34 years agoChanged 'class member' to 'instance'.
Guido van Rossum [Thu, 4 Apr 1991 10:42:27 +0000 (10:42 +0000)] 
Changed 'class member' to 'instance'.

34 years agoChange ugly 'class member' to more normal 'instance'.
Guido van Rossum [Thu, 4 Apr 1991 10:42:10 +0000 (10:42 +0000)] 
Change ugly 'class member' to more normal 'instance'.

34 years agoMoved support functions after main function; added prototypes;
Guido van Rossum [Thu, 4 Apr 1991 10:40:29 +0000 (10:40 +0000)] 
Moved support functions after main function; added prototypes;
Fixed 'needspace' hack to use a flag in the stdout file object;
added local and global variable lookup cases.

34 years agoMade millitimer() and millisleep() global (what the heck...).
Guido van Rossum [Wed, 3 Apr 1991 19:15:32 +0000 (19:15 +0000)] 
Made millitimer() and millisleep() global (what the heck...).

34 years agoAdded font, color and default scroll bars interfaces.
Guido van Rossum [Wed, 3 Apr 1991 19:12:14 +0000 (19:12 +0000)] 
Added font, color and default scroll bars interfaces.

34 years agoAdded forward declarations.
Guido van Rossum [Wed, 3 Apr 1991 19:09:02 +0000 (19:09 +0000)] 
Added forward declarations.

34 years agoMoved get*doublearg() routines here from mathmodule.c
Guido van Rossum [Wed, 3 Apr 1991 19:06:26 +0000 (19:06 +0000)] 
Moved get*doublearg() routines here from mathmodule.c

34 years agoMoved get*doublearg() routines to modsupport.c
Guido van Rossum [Wed, 3 Apr 1991 19:06:03 +0000 (19:06 +0000)] 
Moved get*doublearg() routines to modsupport.c

34 years agoSwapped list_ass_item and list_ass_slice to satisfy Standard C.
Guido van Rossum [Wed, 3 Apr 1991 19:05:18 +0000 (19:05 +0000)] 
Swapped list_ass_item and list_ass_slice to satisfy Standard C.

34 years agoAdded forward declaration (to satisfy Standard C).
Guido van Rossum [Wed, 3 Apr 1991 19:03:52 +0000 (19:03 +0000)] 
Added forward declaration (to satisfy Standard C).

34 years agoAdded Getnamev() macro.
Guido van Rossum [Wed, 3 Apr 1991 19:03:22 +0000 (19:03 +0000)] 
Added Getnamev() macro.

34 years agoInitial revision
Guido van Rossum [Wed, 3 Apr 1991 19:02:31 +0000 (19:02 +0000)] 
Initial revision

34 years agoAdded declaration for dict2insert.
Guido van Rossum [Wed, 3 Apr 1991 19:02:06 +0000 (19:02 +0000)] 
Added declaration for dict2insert.

34 years agoAdded font manager initialization.
Guido van Rossum [Wed, 3 Apr 1991 19:01:18 +0000 (19:01 +0000)] 
Added font manager initialization.

34 years agoSatisfy Standard C rules about struct scope.
Guido van Rossum [Wed, 3 Apr 1991 19:00:55 +0000 (19:00 +0000)] 
Satisfy Standard C rules about struct scope.

34 years agoCreate code string with initial size of 1000 instead of 0.
Guido van Rossum [Wed, 3 Apr 1991 19:00:23 +0000 (19:00 +0000)] 
Create code string with initial size of 1000 instead of 0.

34 years agoDefine and use GETNAMEV macro.
Guido van Rossum [Wed, 3 Apr 1991 18:59:50 +0000 (18:59 +0000)] 
Define and use GETNAMEV macro.

34 years agoOptimized stringitem.
Guido van Rossum [Wed, 6 Mar 1991 13:15:02 +0000 (13:15 +0000)] 
Optimized stringitem.

34 years agoReturn value of drawing_generic was ignored! Foo!
Guido van Rossum [Wed, 6 Mar 1991 13:14:12 +0000 (13:14 +0000)] 
Return value of drawing_generic was ignored!  Foo!

34 years agoInclude patchlevel.h (to ensure it is distributed with the rest).
Guido van Rossum [Wed, 6 Mar 1991 13:09:35 +0000 (13:09 +0000)] 
Include patchlevel.h (to ensure it is distributed with the rest).

34 years agoAdded repeat (for list*integet).
Guido van Rossum [Wed, 6 Mar 1991 13:07:53 +0000 (13:07 +0000)] 
Added repeat (for list*integet).
Added methods remove(), reverse() and index().

34 years agoFixed read() and readline() to do arbitrarily long reads.
Guido van Rossum [Wed, 6 Mar 1991 13:06:18 +0000 (13:06 +0000)] 
Fixed read() and readline() to do arbitrarily long reads.
And readline() now reads null bytes correctly.
Added tell(), seek() and flush().

34 years agoDependencies on mod[123].tex.
Guido van Rossum [Tue, 19 Feb 1991 17:24:20 +0000 (17:24 +0000)] 
Dependencies on mod[123].tex.

34 years agoSplit into a root file (this one) and three subfile mod[123].tex.
Guido van Rossum [Tue, 19 Feb 1991 17:23:29 +0000 (17:23 +0000)] 
Split into a root file (this one) and three subfile mod[123].tex.

34 years agoAdded readfile() and readopenfile() functions.
Guido van Rossum [Tue, 19 Feb 1991 13:04:40 +0000 (13:04 +0000)] 
Added readfile() and readopenfile() functions.

34 years agoUse readfile from util.py.
Guido van Rossum [Tue, 19 Feb 1991 13:02:13 +0000 (13:02 +0000)] 
Use readfile from util.py.

34 years agoUse garamod as alternative style.
Guido van Rossum [Tue, 19 Feb 1991 12:54:06 +0000 (12:54 +0000)] 
Use garamod as alternative style.

34 years agoMade function items bold; other changes?
Guido van Rossum [Tue, 19 Feb 1991 12:53:17 +0000 (12:53 +0000)] 
Made function items bold; other changes?

34 years agoMinor changes.
Guido van Rossum [Tue, 19 Feb 1991 12:52:52 +0000 (12:52 +0000)] 
Minor changes.

34 years agoRemove Emacs garbage.
Guido van Rossum [Tue, 19 Feb 1991 12:52:33 +0000 (12:52 +0000)] 
Remove Emacs garbage.

34 years agoAdded copyright notice.
Guido van Rossum [Tue, 19 Feb 1991 12:39:46 +0000 (12:39 +0000)] 
Added copyright notice.

34 years agoAdded version that opens a pipe to /bin/pwd.
Guido van Rossum [Tue, 19 Feb 1991 12:28:18 +0000 (12:28 +0000)] 
Added version that opens a pipe to /bin/pwd.

34 years agoAdded BSD implementations of millisleep.
Guido van Rossum [Tue, 19 Feb 1991 12:27:35 +0000 (12:27 +0000)] 
Added BSD implementations of millisleep.

34 years agoCall winit() here instead of in main initialization.
Guido van Rossum [Tue, 19 Feb 1991 12:26:49 +0000 (12:26 +0000)] 
Call winit() here instead of in main initialization.

34 years agoCall the init function of a built-in module here.
Guido van Rossum [Tue, 19 Feb 1991 12:23:57 +0000 (12:23 +0000)] 
Call the init function of a built-in module here.
,

34 years agoTurned the list of init calls into a table (see import.c).
Guido van Rossum [Tue, 19 Feb 1991 12:22:24 +0000 (12:22 +0000)] 
Turned the list of init calls into a table (see import.c).

34 years agoReversed min and max (to alphabetical order).
Guido van Rossum [Tue, 19 Feb 1991 12:21:50 +0000 (12:21 +0000)] 
Reversed min and max (to alphabetical order).

34 years agoHack to open resource fork on the Mac: open(filename, '*rb').
Guido van Rossum [Wed, 13 Feb 1991 23:25:27 +0000 (23:25 +0000)] 
Hack to open resource fork on the Mac: open(filename, '*rb').

34 years agoAdd getdefwinpos, getdefwinsize;
Guido van Rossum [Wed, 13 Feb 1991 23:19:39 +0000 (23:19 +0000)] 
Add getdefwinpos, getdefwinsize;
and improve mouse clipping for textedit blocks.

34 years agoFix stringcompare when strings contain null bytes.
Guido van Rossum [Wed, 13 Feb 1991 23:18:39 +0000 (23:18 +0000)] 
Fix stringcompare when strings contain null bytes.

34 years agoUpdated to reflect the change to TeX.
Guido van Rossum [Fri, 25 Jan 1991 13:29:53 +0000 (13:29 +0000)] 
Updated to reflect the change to TeX.

34 years agoTook out (di)troff references.
Guido van Rossum [Fri, 25 Jan 1991 13:29:04 +0000 (13:29 +0000)] 
Took out (di)troff references.
Changed dependencies somewhat.

34 years agoChanged code environment into \bcode and \ecode macros.
Guido van Rossum [Fri, 25 Jan 1991 13:28:15 +0000 (13:28 +0000)] 
Changed code environment into \bcode and \ecode macros.
Learned a lot about these things.

34 years agoChanged code environment into \bcode and \ecode macros.
Guido van Rossum [Fri, 25 Jan 1991 13:27:18 +0000 (13:27 +0000)] 
Changed code environment into \bcode and \ecode macros.
Small lay-out improvements.
Took out a ref or two to "python -s".

34 years agoChanged \begin{code} and \end{code} into \bcode and \ecode.
Guido van Rossum [Fri, 25 Jan 1991 13:26:13 +0000 (13:26 +0000)] 
Changed \begin{code} and \end{code} into \bcode and \ecode.
Small lay-out improvements.

34 years agoBetter solution for code environment.
Guido van Rossum [Thu, 24 Jan 1991 16:54:29 +0000 (16:54 +0000)] 
Better solution for code environment.

34 years agoSmall changes.
Guido van Rossum [Thu, 24 Jan 1991 16:54:15 +0000 (16:54 +0000)] 
Small changes.

34 years agoMost silly things fixed.
Guido van Rossum [Wed, 23 Jan 1991 16:31:24 +0000 (16:31 +0000)] 
Most silly things fixed.