Commit Graph

671 Commits

Author SHA1 Message Date
Guido van Rossum cdc9355367 Set parskip to 0 in the table of content. 1992-02-11 15:53:13 +00:00
Guido van Rossum 2bbb3c0ed3 Initial revision 1992-02-11 15:52:24 +00:00
Guido van Rossum 1d8428f3fc Minor reorg. 1992-02-11 15:52:03 +00:00
Guido van Rossum 676d6dadb9 Added ref and qua; forget about the Makefile 1992-02-11 15:51:36 +00:00
Guido van Rossum 19f2aec581 Initial revision 1992-02-11 14:50:54 +00:00
Guido van Rossum f47d0485a0 new syntax 1992-02-11 14:50:22 +00:00
Guido van Rossum d61bbb33f7 Better check of input data? 1992-02-11 14:47:11 +00:00
Guido van Rossum 58b38ccc9d standardized lay-out; new syntax. 1992-02-11 14:45:43 +00:00
Guido van Rossum 5778949295 Get rid of comment about open(). 1992-02-05 11:17:52 +00:00
Guido van Rossum 16dfd29e44 Limit length of name passed to sprintf. 1992-02-05 11:17:30 +00:00
Guido van Rossum c4884007f9 EOF in source is a SyntaxError, not an EOFError. 1992-02-05 11:16:47 +00:00
Guido van Rossum 4ddf8cc408 Get rid of "Unhandled exception: " altogether. 1992-02-05 11:16:28 +00:00
Guido van Rossum c39de5fe61 Added uname. Made lstat/readlink/symlink unconditional (the latter
two raise posix.error if symlinks aren't supported).
1992-02-05 11:15:54 +00:00
Guido van Rossum 3c8ba7a1ea Fixed getargs() call in setfont.
Improved setwincursor() to allow None to explicitly turn the cursor off.
1992-02-05 11:15:00 +00:00
Guido van Rossum 862c6f1046 Added stuff about classes and instances, plus some smaller changes. 1992-01-29 14:47:05 +00:00
Guido van Rossum 9b57385c9a Excitem now has only one argument. 1992-01-29 14:46:35 +00:00
Guido van Rossum 255ad6e659 Described some more standard types and statements. 1992-01-28 18:10:46 +00:00
Guido van Rossum 3bead0984c Initial revision 1992-01-27 17:00:37 +00:00
Guido van Rossum 19a86e72df Added MINHEIGHT. Use self.dict as environment for evaluation. 1992-01-27 17:00:10 +00:00
Guido van Rossum fac6da22ff Added a method "format_stack_entry" to be used by derived classes.
Forget about the temp file.
1992-01-27 16:59:34 +00:00
Guido van Rossum d7d8cd44c1 Don't print repeated commands. 1992-01-27 16:59:04 +00:00
Guido van Rossum 23efba4cd1 Rewritten to use bdb.Bdb as base class. 1992-01-27 16:58:47 +00:00
Guido van Rossum 576136044c Adde getmargin() method to calculate the width of the margin. 1992-01-27 16:58:21 +00:00
Guido van Rossum 6fd42b8e92 Split in TextWindow and SourceWindow.
Count lines in Python.
1992-01-27 16:58:03 +00:00
Guido van Rossum 0bf32e3c78 Split in a number of subtest for easy maintenance and continued Mac support. 1992-01-27 16:57:38 +00:00
Guido van Rossum fa3da8aa7c Include modsupport.h for getargs(). 1992-01-27 16:53:23 +00:00
Guido van Rossum 33894be657 Added getattr and setattr built-in functions. 1992-01-27 16:53:09 +00:00
Guido van Rossum ef0a00ec0c Use getargs() function. 1992-01-27 16:51:30 +00:00
Guido van Rossum 550fbcc2aa New getargs() function. Define macros with conventional names,
except get*str*arg --> get*Str*arg; get*str*arg fetches a C string.
1992-01-27 16:50:21 +00:00
Guido van Rossum 9c16d7fbac Cal get*Str*arg() instead of get*str*arg(), until the code is fixed. 1992-01-27 16:49:54 +00:00
Guido van Rossum 9db23a8c5f Change prototypes decision. 1992-01-27 16:48:48 +00:00
Guido van Rossum cb4eeddeea Don't print "Unhandled exception: " when one occurs -- just print its name. 1992-01-27 16:48:10 +00:00
Guido van Rossum 3b1a57a4a0 Ported to THINK C. 1992-01-27 16:47:46 +00:00
Guido van Rossum 922cfad5a3 New getargs() function: a single varargs function,
guided by a format string, makes all get*arg() functions unnecessary.
1992-01-27 16:47:03 +00:00
Guido van Rossum d577c0ca90 Fix range error (doc and impl of re_search disagreed!)
Use getargs() function.
Drop re_string from re object.
1992-01-27 16:46:19 +00:00
Guido van Rossum fc58e58cb7 Use getargs() function. 1992-01-27 16:45:55 +00:00
Guido van Rossum 521f81ca26 Retract the rage bugfix, but change the range assertion. 1992-01-26 18:23:48 +00:00
Guido van Rossum 610cdc52ca Add '*' for varargs list. 1992-01-26 18:17:23 +00:00
Guido van Rossum 56cd67ad47 Get rid of redundant type checks.
Define % operator similar to int%int.
1992-01-26 18:16:35 +00:00
Guido van Rossum 5ad58c6aef sysset(name, NULL) does nothing if sys.name is undefined 1992-01-26 18:15:48 +00:00
Guido van Rossum e0513dee58 getbinaryname is now part of dl_loadmod. 1992-01-26 18:15:22 +00:00
Guido van Rossum b7e5160838 Add method to call wsetactive(win). 1992-01-26 18:13:18 +00:00
Guido van Rossum 2d78590183 Make "range" one smaller (discrepancy between doc and source for regex.c!). 1992-01-26 18:12:41 +00:00
Guido van Rossum 598fd8c980 Raise SyntaxError for syntax errors detected in this phase. 1992-01-26 18:12:03 +00:00
Guido van Rossum bd7fd1a225 Use output from h2py. 1992-01-24 12:54:01 +00:00
Guido van Rossum 27060c004e Minor fixes. 1992-01-24 01:12:39 +00:00
Guido van Rossum b53e67837b Initial revision 1992-01-24 01:12:17 +00:00
Guido van Rossum 177dd80799 Experimental version writes the command to a file. 1992-01-24 01:12:00 +00:00
Guido van Rossum babe2bf8f4 Initial revision 1992-01-22 22:21:31 +00:00
Guido van Rossum 68c172e3f2 Change \verb\xxx\ in section titles back to {\tt xxx}. 1992-01-21 11:34:56 +00:00