]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
33 years agoMoved definition of search path DELIM here (from sysmodule.c).
Guido van Rossum [Mon, 23 Mar 1992 18:20:32 +0000 (18:20 +0000)] 
Moved definition of search path DELIM here (from sysmodule.c).

33 years agoAdded settrace() and setprofile().
Guido van Rossum [Mon, 23 Mar 1992 18:20:18 +0000 (18:20 +0000)] 
Added settrace() and setprofile().

33 years agoAdded definitions of sys_trace and sys_profile
Guido van Rossum [Mon, 23 Mar 1992 18:20:04 +0000 (18:20 +0000)] 
Added definitions of sys_trace and sys_profile

33 years agoNew trace implementation; and profile (in a similat vein).
Guido van Rossum [Mon, 23 Mar 1992 18:19:28 +0000 (18:19 +0000)] 
New trace implementation; and profile (in a similat vein).

33 years ago*** empty log message ***
Guido van Rossum [Fri, 20 Mar 1992 14:59:04 +0000 (14:59 +0000)] 
*** empty log message ***

33 years agoMore functionality by Jack (untested by me)
Guido van Rossum [Wed, 18 Mar 1992 13:04:25 +0000 (13:04 +0000)] 
More functionality by Jack (untested by me)

33 years agoChange the order in which Floatnumber and Intnumber are tried
Guido van Rossum [Mon, 16 Mar 1992 18:30:24 +0000 (18:30 +0000)] 
Change the order in which Floatnumber and Intnumber are tried
so it will correctly recognize floats.
Fix the test program so it works again.

33 years agoInitial revision
Guido van Rossum [Sun, 15 Mar 1992 21:37:43 +0000 (21:37 +0000)] 
Initial revision

33 years agoTotally get rid of silly '\E' escape.
Guido van Rossum [Thu, 12 Mar 1992 17:36:11 +0000 (17:36 +0000)] 
Totally get rid of silly '\E' escape.

33 years agoStrip leading whitespace from input().
Guido van Rossum [Thu, 12 Mar 1992 17:33:52 +0000 (17:33 +0000)] 
Strip leading whitespace from input().

33 years agoAdd interface to times(2).
Guido van Rossum [Thu, 12 Mar 1992 17:33:14 +0000 (17:33 +0000)] 
Add interface to times(2).

33 years agoMuch simpler version, intended as a script.
Guido van Rossum [Fri, 6 Mar 1992 10:56:42 +0000 (10:56 +0000)] 
Much simpler version, intended as a script.

33 years agoMoved macros to myformat.sty.
Guido van Rossum [Fri, 6 Mar 1992 10:56:30 +0000 (10:56 +0000)] 
Moved macros to myformat.sty.

33 years agoBack to the Makefile...
Guido van Rossum [Fri, 6 Mar 1992 10:56:17 +0000 (10:56 +0000)] 
Back to the Makefile...

33 years ago_ can now be a normal character.
Guido van Rossum [Fri, 6 Mar 1992 10:56:03 +0000 (10:56 +0000)] 
_ can now be a normal character.

33 years agoMoved macros here from lib.tex.
Guido van Rossum [Fri, 6 Mar 1992 10:55:46 +0000 (10:55 +0000)] 
Moved macros here from lib.tex.

33 years agoCompleted missing parts. Restructured ch. 3/4 to Data and Execution
Guido van Rossum [Fri, 6 Mar 1992 10:52:59 +0000 (10:52 +0000)] 
Completed missing parts.  Restructured ch. 3/4 to Data and Execution
model.  Added index.

33 years agoSkip leading whitespace of eval() string argument.
Guido van Rossum [Wed, 4 Mar 1992 16:41:41 +0000 (16:41 +0000)] 
Skip leading whitespace of eval() string argument.

33 years agoAllow NEWLINE* after eval input.
Guido van Rossum [Wed, 4 Mar 1992 16:41:24 +0000 (16:41 +0000)] 
Allow NEWLINE* after eval input.

33 years agoAppend a NEWLINE token at the end of a file.
Guido van Rossum [Wed, 4 Mar 1992 16:40:44 +0000 (16:40 +0000)] 
Append a NEWLINE token at the end of a file.

33 years agoInitial revision
Guido van Rossum [Wed, 4 Mar 1992 16:40:03 +0000 (16:40 +0000)] 
Initial revision

33 years agoSet sys.last_{type,value} to characteristics of last unhandled exception.
Guido van Rossum [Wed, 4 Mar 1992 16:39:39 +0000 (16:39 +0000)] 
Set sys.last_{type,value} to characteristics of last unhandled exception.

33 years agoChange error handling. Call clearerr() more often.
Guido van Rossum [Wed, 4 Mar 1992 16:39:24 +0000 (16:39 +0000)] 
Change error handling.  Call clearerr() more often.

33 years agoTighten error handling of string printing.
Guido van Rossum [Wed, 4 Mar 1992 16:39:08 +0000 (16:39 +0000)] 
Tighten error handling of string printing.

33 years agoInitial revision
Guido van Rossum [Mon, 2 Mar 1992 16:20:32 +0000 (16:20 +0000)] 
Initial revision

33 years agoCheck for binaries and non-python scripts.
Guido van Rossum [Mon, 2 Mar 1992 16:18:31 +0000 (16:18 +0000)] 
Check for binaries and non-python scripts.

33 years agoAdded '-l[flags]' option.
Guido van Rossum [Mon, 2 Mar 1992 16:17:31 +0000 (16:17 +0000)] 
Added '-l[flags]' option.

33 years agoBetter intro; added some new scripts.
Guido van Rossum [Mon, 2 Mar 1992 16:15:12 +0000 (16:15 +0000)] 
Better intro; added some new scripts.

33 years agoCompleted execution model and try statement.
Guido van Rossum [Mon, 2 Mar 1992 16:13:50 +0000 (16:13 +0000)] 
Completed execution model and try statement.

33 years agoUse fnmatch; read ".xxcign" for additional patterns to ignore.
Guido van Rossum [Mon, 2 Mar 1992 16:13:27 +0000 (16:13 +0000)] 
Use fnmatch; read ".xxcign" for additional patterns to ignore.

33 years agoInitial revision
Guido van Rossum [Fri, 28 Feb 1992 16:19:15 +0000 (16:19 +0000)] 
Initial revision

33 years agoAdded class VoutFile.
Guido van Rossum [Fri, 28 Feb 1992 15:59:23 +0000 (15:59 +0000)] 
Added class VoutFile.
Added rgb8 support.
Added cache of frame offsets to VinFile.
Misc hacks to grab rgb8 data.

33 years agoGet rid of RuntimeError.
Guido van Rossum [Wed, 26 Feb 1992 15:26:56 +0000 (15:26 +0000)] 
Get rid of RuntimeError.

33 years agoMake tabs always 8 spaces wide -- it's more portable.
Guido van Rossum [Wed, 26 Feb 1992 15:24:44 +0000 (15:24 +0000)] 
Make tabs always 8 spaces wide -- it's more portable.

33 years agoAddef gflush
Guido van Rossum [Wed, 26 Feb 1992 15:19:45 +0000 (15:19 +0000)] 
Addef gflush

33 years agoInitial revision
Guido van Rossum [Wed, 26 Feb 1992 15:19:31 +0000 (15:19 +0000)] 
Initial revision

33 years agoMove SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.
Guido van Rossum [Wed, 26 Feb 1992 15:19:13 +0000 (15:19 +0000)] 
Move SEP to osdefs.h.  Use MAXPATHLEN from osdefs.h.

33 years agoMove printing of filename and lineno to tb_displayline.
Guido van Rossum [Wed, 26 Feb 1992 15:17:59 +0000 (15:17 +0000)] 
Move printing of filename and lineno to tb_displayline.
Search sys.path if the filename isn't found.
Include osdefs.h.

33 years agoAdded execfile().
Guido van Rossum [Tue, 25 Feb 1992 18:55:05 +0000 (18:55 +0000)] 
Added execfile().

33 years agoAdded a cache so that the slow parser isn't such a problem in practice.
Guido van Rossum [Wed, 19 Feb 1992 14:50:10 +0000 (14:50 +0000)] 
Added a cache so that the slow parser isn't such a problem in practice.

33 years agoUse correct prototype for invert().
Guido van Rossum [Tue, 11 Feb 1992 15:56:02 +0000 (15:56 +0000)] 
Use correct prototype for invert().

33 years agoSet parskip to 0 in the table of content.
Guido van Rossum [Tue, 11 Feb 1992 15:53:13 +0000 (15:53 +0000)] 
Set parskip to 0 in the table of content.

33 years agoInitial revision
Guido van Rossum [Tue, 11 Feb 1992 15:52:24 +0000 (15:52 +0000)] 
Initial revision

33 years agoMinor reorg.
Guido van Rossum [Tue, 11 Feb 1992 15:52:03 +0000 (15:52 +0000)] 
Minor reorg.

33 years agoAdded ref and qua; forget about the Makefile
Guido van Rossum [Tue, 11 Feb 1992 15:51:36 +0000 (15:51 +0000)] 
Added ref and qua; forget about the Makefile

33 years agoInitial revision
Guido van Rossum [Tue, 11 Feb 1992 14:50:54 +0000 (14:50 +0000)] 
Initial revision

33 years agonew syntax
Guido van Rossum [Tue, 11 Feb 1992 14:50:22 +0000 (14:50 +0000)] 
new syntax

33 years agoBetter check of input data?
Guido van Rossum [Tue, 11 Feb 1992 14:47:11 +0000 (14:47 +0000)] 
Better check of input data?

33 years agostandardized lay-out; new syntax.
Guido van Rossum [Tue, 11 Feb 1992 14:45:43 +0000 (14:45 +0000)] 
standardized lay-out; new syntax.

33 years agoGet rid of comment about open().
Guido van Rossum [Wed, 5 Feb 1992 11:17:52 +0000 (11:17 +0000)] 
Get rid of comment about open().

33 years agoLimit length of name passed to sprintf.
Guido van Rossum [Wed, 5 Feb 1992 11:17:30 +0000 (11:17 +0000)] 
Limit length of name passed to sprintf.

33 years agoEOF in source is a SyntaxError, not an EOFError.
Guido van Rossum [Wed, 5 Feb 1992 11:16:47 +0000 (11:16 +0000)] 
EOF in source is a SyntaxError, not an EOFError.

33 years agoGet rid of "Unhandled exception: " altogether.
Guido van Rossum [Wed, 5 Feb 1992 11:16:28 +0000 (11:16 +0000)] 
Get rid of "Unhandled exception: " altogether.

33 years agoAdded uname. Made lstat/readlink/symlink unconditional (the latter
Guido van Rossum [Wed, 5 Feb 1992 11:15:54 +0000 (11:15 +0000)] 
Added uname.  Made lstat/readlink/symlink unconditional (the latter
two raise posix.error if symlinks aren't supported).

33 years agoFixed getargs() call in setfont.
Guido van Rossum [Wed, 5 Feb 1992 11:15:00 +0000 (11:15 +0000)] 
Fixed getargs() call in setfont.
Improved setwincursor() to allow None to explicitly turn the cursor off.

33 years agoAdded stuff about classes and instances, plus some smaller changes.
Guido van Rossum [Wed, 29 Jan 1992 14:47:05 +0000 (14:47 +0000)] 
Added stuff about classes and instances, plus some smaller changes.

33 years agoExcitem now has only one argument.
Guido van Rossum [Wed, 29 Jan 1992 14:46:35 +0000 (14:46 +0000)] 
Excitem now has only one argument.

33 years agoDescribed some more standard types and statements.
Guido van Rossum [Tue, 28 Jan 1992 18:10:46 +0000 (18:10 +0000)] 
Described some more standard types and statements.

33 years agoInitial revision
Guido van Rossum [Mon, 27 Jan 1992 17:00:37 +0000 (17:00 +0000)] 
Initial revision

33 years agoAdded MINHEIGHT. Use self.dict as environment for evaluation.
Guido van Rossum [Mon, 27 Jan 1992 17:00:10 +0000 (17:00 +0000)] 
Added MINHEIGHT.  Use self.dict as environment for evaluation.

33 years agoAdded a method "format_stack_entry" to be used by derived classes.
Guido van Rossum [Mon, 27 Jan 1992 16:59:34 +0000 (16:59 +0000)] 
Added a method "format_stack_entry" to be used by derived classes.
Forget about the temp file.

33 years agoDon't print repeated commands.
Guido van Rossum [Mon, 27 Jan 1992 16:59:04 +0000 (16:59 +0000)] 
Don't print repeated commands.

33 years agoRewritten to use bdb.Bdb as base class.
Guido van Rossum [Mon, 27 Jan 1992 16:58:47 +0000 (16:58 +0000)] 
Rewritten to use bdb.Bdb as base class.

33 years agoAdde getmargin() method to calculate the width of the margin.
Guido van Rossum [Mon, 27 Jan 1992 16:58:21 +0000 (16:58 +0000)] 
Adde getmargin() method to calculate the width of the margin.

33 years agoSplit in TextWindow and SourceWindow.
Guido van Rossum [Mon, 27 Jan 1992 16:58:03 +0000 (16:58 +0000)] 
Split in TextWindow and SourceWindow.
Count lines in Python.

33 years agoSplit in a number of subtest for easy maintenance and continued Mac support.
Guido van Rossum [Mon, 27 Jan 1992 16:57:38 +0000 (16:57 +0000)] 
Split in a number of subtest for easy maintenance and continued Mac support.

33 years agoInclude modsupport.h for getargs().
Guido van Rossum [Mon, 27 Jan 1992 16:53:23 +0000 (16:53 +0000)] 
Include modsupport.h for getargs().

33 years agoAdded getattr and setattr built-in functions.
Guido van Rossum [Mon, 27 Jan 1992 16:53:09 +0000 (16:53 +0000)] 
Added getattr and setattr built-in functions.

33 years agoUse getargs() function.
Guido van Rossum [Mon, 27 Jan 1992 16:51:30 +0000 (16:51 +0000)] 
Use getargs() function.

33 years agoNew getargs() function. Define macros with conventional names,
Guido van Rossum [Mon, 27 Jan 1992 16:50:21 +0000 (16:50 +0000)] 
New getargs() function.  Define macros with conventional names,
except get*str*arg --> get*Str*arg; get*str*arg fetches a C string.

33 years agoCal get*Str*arg() instead of get*str*arg(), until the code is fixed.
Guido van Rossum [Mon, 27 Jan 1992 16:49:54 +0000 (16:49 +0000)] 
Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.

33 years agoChange prototypes decision.
Guido van Rossum [Mon, 27 Jan 1992 16:48:48 +0000 (16:48 +0000)] 
Change prototypes decision.

33 years agoDon't print "Unhandled exception: " when one occurs -- just print its name.
Guido van Rossum [Mon, 27 Jan 1992 16:48:10 +0000 (16:48 +0000)] 
Don't print "Unhandled exception: " when one occurs -- just print its name.

33 years agoPorted to THINK C.
Guido van Rossum [Mon, 27 Jan 1992 16:47:46 +0000 (16:47 +0000)] 
Ported to THINK C.

33 years agoNew getargs() function: a single varargs function,
Guido van Rossum [Mon, 27 Jan 1992 16:47:03 +0000 (16:47 +0000)] 
New getargs() function: a single varargs function,
guided by a format string, makes all get*arg() functions unnecessary.

33 years agoFix range error (doc and impl of re_search disagreed!)
Guido van Rossum [Mon, 27 Jan 1992 16:46:19 +0000 (16:46 +0000)] 
Fix range error (doc and impl of re_search disagreed!)
Use getargs() function.
Drop re_string from re object.

33 years agoUse getargs() function.
Guido van Rossum [Mon, 27 Jan 1992 16:45:55 +0000 (16:45 +0000)] 
Use getargs() function.

33 years agoRetract the rage bugfix, but change the range assertion.
Guido van Rossum [Sun, 26 Jan 1992 18:23:48 +0000 (18:23 +0000)] 
Retract the rage bugfix, but change the range assertion.

33 years agoAdd '*' for varargs list.
Guido van Rossum [Sun, 26 Jan 1992 18:17:23 +0000 (18:17 +0000)] 
Add '*' for varargs list.

33 years agoGet rid of redundant type checks.
Guido van Rossum [Sun, 26 Jan 1992 18:16:35 +0000 (18:16 +0000)] 
Get rid of redundant type checks.
Define % operator similar to int%int.

33 years agosysset(name, NULL) does nothing if sys.name is undefined
Guido van Rossum [Sun, 26 Jan 1992 18:15:48 +0000 (18:15 +0000)] 
sysset(name, NULL) does nothing if sys.name is undefined

33 years agogetbinaryname is now part of dl_loadmod.
Guido van Rossum [Sun, 26 Jan 1992 18:15:22 +0000 (18:15 +0000)] 
getbinaryname is now part of dl_loadmod.

33 years agoAdd method to call wsetactive(win).
Guido van Rossum [Sun, 26 Jan 1992 18:13:18 +0000 (18:13 +0000)] 
Add method to call wsetactive(win).

33 years agoMake "range" one smaller (discrepancy between doc and source for regex.c!).
Guido van Rossum [Sun, 26 Jan 1992 18:12:41 +0000 (18:12 +0000)] 
Make "range" one smaller (discrepancy between doc and source for regex.c!).

33 years agoRaise SyntaxError for syntax errors detected in this phase.
Guido van Rossum [Sun, 26 Jan 1992 18:12:03 +0000 (18:12 +0000)] 
Raise SyntaxError for syntax errors detected in this phase.

33 years agoUse output from h2py.
Guido van Rossum [Fri, 24 Jan 1992 12:54:01 +0000 (12:54 +0000)] 
Use output from h2py.

33 years agoMinor fixes.
Guido van Rossum [Fri, 24 Jan 1992 01:12:39 +0000 (01:12 +0000)] 
Minor fixes.

33 years agoInitial revision
Guido van Rossum [Fri, 24 Jan 1992 01:12:17 +0000 (01:12 +0000)] 
Initial revision

33 years agoExperimental version writes the command to a file.
Guido van Rossum [Fri, 24 Jan 1992 01:12:00 +0000 (01:12 +0000)] 
Experimental version writes the command to a file.

33 years agoInitial revision
Guido van Rossum [Wed, 22 Jan 1992 22:21:31 +0000 (22:21 +0000)] 
Initial revision

33 years agoChange \verb\xxx\ in section titles back to {\tt xxx}.
Guido van Rossum [Tue, 21 Jan 1992 11:34:56 +0000 (11:34 +0000)] 
Change \verb\xxx\ in section titles back to {\tt xxx}.

33 years agoAnother large run of changes and additions.
Guido van Rossum [Mon, 20 Jan 1992 17:10:21 +0000 (17:10 +0000)] 
Another large run of changes and additions.

33 years ago#ifdef'ed an unreachable line out.
Guido van Rossum [Sun, 19 Jan 1992 16:49:14 +0000 (16:49 +0000)] 
#ifdef'ed an unreachable line out.

33 years agoAdded -d option (increments debugging variable); mostly to get rid
Guido van Rossum [Sun, 19 Jan 1992 16:48:36 +0000 (16:48 +0000)] 
Added -d option (increments debugging variable); mostly to get rid
of a compiler warning.

33 years agoUse strtoul() for oct/hex constants.
Guido van Rossum [Sun, 19 Jan 1992 16:33:51 +0000 (16:33 +0000)] 
Use strtoul() for oct/hex constants.
Accept * as well as + in varargs arg list.

33 years agoInitial revision
Guido van Rossum [Sun, 19 Jan 1992 16:32:47 +0000 (16:32 +0000)] 
Initial revision

33 years agoUse Tatu Ylonen's copyleft-free reimplementation of
Guido van Rossum [Sun, 19 Jan 1992 16:31:57 +0000 (16:31 +0000)] 
Use Tatu Ylonen's copyleft-free reimplementation of
GNU regular expressions

33 years agoAdded typedef for longobject and declarations for long_{format,scan}.
Guido van Rossum [Sun, 19 Jan 1992 16:31:28 +0000 (16:31 +0000)] 
Added typedef for longobject and declarations for long_{format,scan}.

33 years agoAdd prototypes.
Guido van Rossum [Sun, 19 Jan 1992 16:31:05 +0000 (16:31 +0000)] 
Add prototypes.
Change / and % to match divmod.

33 years agoMove the longobject typedef to longobject.h.
Guido van Rossum [Sun, 19 Jan 1992 16:30:12 +0000 (16:30 +0000)] 
Move the longobject typedef to longobject.h.
Remove some functions that need not be exported.