]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Guido van Rossum [Mon, 2 Mar 1992 16:15:12 +0000 (16:15 +0000)]
Better intro; added some new scripts.
Guido van Rossum [Mon, 2 Mar 1992 16:13:50 +0000 (16:13 +0000)]
Completed execution model and try statement.
Guido van Rossum [Mon, 2 Mar 1992 16:13:27 +0000 (16:13 +0000)]
Use fnmatch; read ".xxcign" for additional patterns to ignore.
Guido van Rossum [Fri, 28 Feb 1992 16:19:15 +0000 (16:19 +0000)]
Initial revision
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.
Guido van Rossum [Wed, 26 Feb 1992 15:26:56 +0000 (15:26 +0000)]
Get rid of RuntimeError.
Guido van Rossum [Wed, 26 Feb 1992 15:24:44 +0000 (15:24 +0000)]
Make tabs always 8 spaces wide -- it's more portable.
Guido van Rossum [Wed, 26 Feb 1992 15:19:45 +0000 (15:19 +0000)]
Addef gflush
Guido van Rossum [Wed, 26 Feb 1992 15:19:31 +0000 (15:19 +0000)]
Initial revision
Guido van Rossum [Wed, 26 Feb 1992 15:19:13 +0000 (15:19 +0000)]
Move SEP to osdefs.h. Use MAXPATHLEN from osdefs.h.
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.
Guido van Rossum [Tue, 25 Feb 1992 18:55:05 +0000 (18:55 +0000)]
Added execfile().
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.
Guido van Rossum [Tue, 11 Feb 1992 15:56:02 +0000 (15:56 +0000)]
Use correct prototype for invert().
Guido van Rossum [Tue, 11 Feb 1992 15:53:13 +0000 (15:53 +0000)]
Set parskip to 0 in the table of content.
Guido van Rossum [Tue, 11 Feb 1992 15:52:24 +0000 (15:52 +0000)]
Initial revision
Guido van Rossum [Tue, 11 Feb 1992 15:52:03 +0000 (15:52 +0000)]
Minor reorg.
Guido van Rossum [Tue, 11 Feb 1992 15:51:36 +0000 (15:51 +0000)]
Added ref and qua; forget about the Makefile
Guido van Rossum [Tue, 11 Feb 1992 14:50:54 +0000 (14:50 +0000)]
Initial revision
Guido van Rossum [Tue, 11 Feb 1992 14:50:22 +0000 (14:50 +0000)]
new syntax
Guido van Rossum [Tue, 11 Feb 1992 14:47:11 +0000 (14:47 +0000)]
Better check of input data?
Guido van Rossum [Tue, 11 Feb 1992 14:45:43 +0000 (14:45 +0000)]
standardized lay-out; new syntax.
Guido van Rossum [Wed, 5 Feb 1992 11:17:52 +0000 (11:17 +0000)]
Get rid of comment about open().
Guido van Rossum [Wed, 5 Feb 1992 11:17:30 +0000 (11:17 +0000)]
Limit length of name passed to sprintf.
Guido van Rossum [Wed, 5 Feb 1992 11:16:47 +0000 (11:16 +0000)]
EOF in source is a SyntaxError, not an EOFError.
Guido van Rossum [Wed, 5 Feb 1992 11:16:28 +0000 (11:16 +0000)]
Get rid of "Unhandled exception: " altogether.
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).
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.
Guido van Rossum [Wed, 29 Jan 1992 14:47:05 +0000 (14:47 +0000)]
Added stuff about classes and instances, plus some smaller changes.
Guido van Rossum [Wed, 29 Jan 1992 14:46:35 +0000 (14:46 +0000)]
Excitem now has only one argument.
Guido van Rossum [Tue, 28 Jan 1992 18:10:46 +0000 (18:10 +0000)]
Described some more standard types and statements.
Guido van Rossum [Mon, 27 Jan 1992 17:00:37 +0000 (17:00 +0000)]
Initial revision
Guido van Rossum [Mon, 27 Jan 1992 17:00:10 +0000 (17:00 +0000)]
Added MINHEIGHT. Use self.dict as environment for evaluation.
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.
Guido van Rossum [Mon, 27 Jan 1992 16:59:04 +0000 (16:59 +0000)]
Don't print repeated commands.
Guido van Rossum [Mon, 27 Jan 1992 16:58:47 +0000 (16:58 +0000)]
Rewritten to use bdb.Bdb as base class.
Guido van Rossum [Mon, 27 Jan 1992 16:58:21 +0000 (16:58 +0000)]
Adde getmargin() method to calculate the width of the margin.
Guido van Rossum [Mon, 27 Jan 1992 16:58:03 +0000 (16:58 +0000)]
Split in TextWindow and SourceWindow.
Count lines in Python.
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.
Guido van Rossum [Mon, 27 Jan 1992 16:53:23 +0000 (16:53 +0000)]
Include modsupport.h for getargs().
Guido van Rossum [Mon, 27 Jan 1992 16:53:09 +0000 (16:53 +0000)]
Added getattr and setattr built-in functions.
Guido van Rossum [Mon, 27 Jan 1992 16:51:30 +0000 (16:51 +0000)]
Use getargs() function.
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.
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.
Guido van Rossum [Mon, 27 Jan 1992 16:48:48 +0000 (16:48 +0000)]
Change prototypes decision.
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.
Guido van Rossum [Mon, 27 Jan 1992 16:47:46 +0000 (16:47 +0000)]
Ported to THINK C.
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.
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.
Guido van Rossum [Mon, 27 Jan 1992 16:45:55 +0000 (16:45 +0000)]
Use getargs() function.
Guido van Rossum [Sun, 26 Jan 1992 18:23:48 +0000 (18:23 +0000)]
Retract the rage bugfix, but change the range assertion.
Guido van Rossum [Sun, 26 Jan 1992 18:17:23 +0000 (18:17 +0000)]
Add '*' for varargs list.
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.
Guido van Rossum [Sun, 26 Jan 1992 18:15:48 +0000 (18:15 +0000)]
sysset(name, NULL) does nothing if sys.name is undefined
Guido van Rossum [Sun, 26 Jan 1992 18:15:22 +0000 (18:15 +0000)]
getbinaryname is now part of dl_loadmod.
Guido van Rossum [Sun, 26 Jan 1992 18:13:18 +0000 (18:13 +0000)]
Add method to call wsetactive(win).
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!).
Guido van Rossum [Sun, 26 Jan 1992 18:12:03 +0000 (18:12 +0000)]
Raise SyntaxError for syntax errors detected in this phase.
Guido van Rossum [Fri, 24 Jan 1992 12:54:01 +0000 (12:54 +0000)]
Use output from h2py.
Guido van Rossum [Fri, 24 Jan 1992 01:12:39 +0000 (01:12 +0000)]
Minor fixes.
Guido van Rossum [Fri, 24 Jan 1992 01:12:17 +0000 (01:12 +0000)]
Initial revision
Guido van Rossum [Fri, 24 Jan 1992 01:12:00 +0000 (01:12 +0000)]
Experimental version writes the command to a file.
Guido van Rossum [Wed, 22 Jan 1992 22:21:31 +0000 (22:21 +0000)]
Initial revision
Guido van Rossum [Tue, 21 Jan 1992 11:34:56 +0000 (11:34 +0000)]
Change \verb\xxx\ in section titles back to {\tt xxx}.
Guido van Rossum [Mon, 20 Jan 1992 17:10:21 +0000 (17:10 +0000)]
Another large run of changes and additions.
Guido van Rossum [Sun, 19 Jan 1992 16:49:14 +0000 (16:49 +0000)]
#ifdef'ed an unreachable line out.
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.
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.
Guido van Rossum [Sun, 19 Jan 1992 16:32:47 +0000 (16:32 +0000)]
Initial revision
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
Guido van Rossum [Sun, 19 Jan 1992 16:31:28 +0000 (16:31 +0000)]
Added typedef for longobject and declarations for long_{format,scan}.
Guido van Rossum [Sun, 19 Jan 1992 16:31:05 +0000 (16:31 +0000)]
Add prototypes.
Change / and % to match divmod.
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.
Guido van Rossum [Sun, 19 Jan 1992 16:29:05 +0000 (16:29 +0000)]
Added a header file.
Guido van Rossum [Sun, 19 Jan 1992 16:28:51 +0000 (16:28 +0000)]
Make / and % do the same as divmod.
Guido van Rossum [Sun, 19 Jan 1992 16:28:21 +0000 (16:28 +0000)]
Support for dynamic loading added.
Guido van Rossum [Sun, 19 Jan 1992 16:27:42 +0000 (16:27 +0000)]
Change versions.
Save argv[0] in global argv0.
Guido van Rossum [Sun, 19 Jan 1992 16:26:13 +0000 (16:26 +0000)]
If sys.trace is None, don't trace. For exceptions, only use
the local trace function.
Guido van Rossum [Sun, 19 Jan 1992 16:25:49 +0000 (16:25 +0000)]
long_format() is now declared in longobject.h.
Guido van Rossum [Fri, 17 Jan 1992 14:03:20 +0000 (14:03 +0000)]
Another round of careful revisions.
Guido van Rossum [Fri, 17 Jan 1992 10:42:38 +0000 (10:42 +0000)]
Use US paper size.
Guido van Rossum [Thu, 16 Jan 1992 17:49:21 +0000 (17:49 +0000)]
Just another intermediate version...
Guido van Rossum [Thu, 16 Jan 1992 17:36:16 +0000 (17:36 +0000)]
Added indexing commands
Guido van Rossum [Thu, 16 Jan 1992 13:55:21 +0000 (13:55 +0000)]
Added 'r(et)v(al) command.
Added pdd (post-mortem debugging) method to class Pdb.
Guido van Rossum [Thu, 16 Jan 1992 13:50:21 +0000 (13:50 +0000)]
Moved documentation out to pdb.doc file.
Moved class Cmd out to module cmd.py.
Rewrote implementation of stack trace to incorporate traceback objects.
Guido van Rossum [Tue, 14 Jan 1992 18:45:33 +0000 (18:45 +0000)]
New function gettupleslice(v, i, j).
Guido van Rossum [Tue, 14 Jan 1992 18:45:09 +0000 (18:45 +0000)]
Change tb_here() prototype.
Guido van Rossum [Tue, 14 Jan 1992 18:44:48 +0000 (18:44 +0000)]
tb_here() can now get the lasti and lineno arguments from the frame.
Guido van Rossum [Tue, 14 Jan 1992 18:42:53 +0000 (18:42 +0000)]
Ensure that sys.argv[0] always exists (maybe as empty string).
Guido van Rossum [Tue, 14 Jan 1992 18:42:23 +0000 (18:42 +0000)]
New version from the net.
Guido van Rossum [Tue, 14 Jan 1992 18:41:24 +0000 (18:41 +0000)]
Added close method for menus.
Check for closed objects in getattr (not perfect, but better).
Guido van Rossum [Tue, 14 Jan 1992 18:40:47 +0000 (18:40 +0000)]
Don't depend on patchlevel.h.
Guido van Rossum [Tue, 14 Jan 1992 18:38:56 +0000 (18:38 +0000)]
Added UNPACK_VARARG.
Guido van Rossum [Tue, 14 Jan 1992 18:37:27 +0000 (18:37 +0000)]
Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined.
Guido van Rossum [Tue, 14 Jan 1992 18:36:43 +0000 (18:36 +0000)]
Changed to 2's complement bitwise ops. Got rid of ZABS etc.
Guido van Rossum [Tue, 14 Jan 1992 18:33:22 +0000 (18:33 +0000)]
Different shift implementation.
Guido van Rossum [Tue, 14 Jan 1992 18:32:20 +0000 (18:32 +0000)]
Added READONLY specifier to data members.
Guido van Rossum [Tue, 14 Jan 1992 18:32:11 +0000 (18:32 +0000)]
Added f_lasti and f_lineno members.
Guido van Rossum [Tue, 14 Jan 1992 18:31:56 +0000 (18:31 +0000)]
Use $TMPDIR if it is set in the environment.
Guido van Rossum [Tue, 14 Jan 1992 18:31:29 +0000 (18:31 +0000)]
New implementation method for case conversion.