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

33 years agoAdded a header file.
Guido van Rossum [Sun, 19 Jan 1992 16:29:05 +0000 (16:29 +0000)] 
Added a header file.

33 years agoMake / and % do the same as divmod.
Guido van Rossum [Sun, 19 Jan 1992 16:28:51 +0000 (16:28 +0000)] 
Make / and % do the same as divmod.

33 years agoSupport for dynamic loading added.
Guido van Rossum [Sun, 19 Jan 1992 16:28:21 +0000 (16:28 +0000)] 
Support for dynamic loading added.

33 years agoChange versions.
Guido van Rossum [Sun, 19 Jan 1992 16:27:42 +0000 (16:27 +0000)] 
Change versions.
Save argv[0] in global argv0.

33 years agoIf sys.trace is None, don't trace. For exceptions, only use
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.

33 years agolong_format() is now declared in longobject.h.
Guido van Rossum [Sun, 19 Jan 1992 16:25:49 +0000 (16:25 +0000)] 
long_format() is now declared in longobject.h.

33 years agoAnother round of careful revisions.
Guido van Rossum [Fri, 17 Jan 1992 14:03:20 +0000 (14:03 +0000)] 
Another round of careful revisions.

33 years agoUse US paper size.
Guido van Rossum [Fri, 17 Jan 1992 10:42:38 +0000 (10:42 +0000)] 
Use US paper size.

33 years agoJust another intermediate version...
Guido van Rossum [Thu, 16 Jan 1992 17:49:21 +0000 (17:49 +0000)] 
Just another intermediate version...

33 years agoAdded indexing commands
Guido van Rossum [Thu, 16 Jan 1992 17:36:16 +0000 (17:36 +0000)] 
Added indexing commands

33 years agoAdded 'r(et)v(al) command.
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.

33 years agoMoved documentation out to pdb.doc file.
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.

33 years agoNew function gettupleslice(v, i, j).
Guido van Rossum [Tue, 14 Jan 1992 18:45:33 +0000 (18:45 +0000)] 
New function gettupleslice(v, i, j).

33 years agoChange tb_here() prototype.
Guido van Rossum [Tue, 14 Jan 1992 18:45:09 +0000 (18:45 +0000)] 
Change tb_here() prototype.

33 years agotb_here() can now get the lasti and lineno arguments from the frame.
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.

33 years agoEnsure that sys.argv[0] always exists (maybe as empty string).
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).

33 years agoNew version from the net.
Guido van Rossum [Tue, 14 Jan 1992 18:42:23 +0000 (18:42 +0000)] 
New version from the net.

33 years agoAdded close method for menus.
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).

33 years agoDon't depend on patchlevel.h.
Guido van Rossum [Tue, 14 Jan 1992 18:40:47 +0000 (18:40 +0000)] 
Don't depend on patchlevel.h.

33 years agoAdded UNPACK_VARARG.
Guido van Rossum [Tue, 14 Jan 1992 18:38:56 +0000 (18:38 +0000)] 
Added UNPACK_VARARG.

33 years agoGet rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined.
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.

33 years agoChanged to 2's complement bitwise ops. Got rid of ZABS etc.
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.

33 years agoDifferent shift implementation.
Guido van Rossum [Tue, 14 Jan 1992 18:33:22 +0000 (18:33 +0000)] 
Different shift implementation.

33 years agoAdded READONLY specifier to data members.
Guido van Rossum [Tue, 14 Jan 1992 18:32:20 +0000 (18:32 +0000)] 
Added READONLY specifier to data members.

33 years agoAdded f_lasti and f_lineno members.
Guido van Rossum [Tue, 14 Jan 1992 18:32:11 +0000 (18:32 +0000)] 
Added f_lasti and f_lineno members.

33 years agoUse $TMPDIR if it is set in the environment.
Guido van Rossum [Tue, 14 Jan 1992 18:31:56 +0000 (18:31 +0000)] 
Use $TMPDIR if it is set in the environment.

33 years agoNew implementation method for case conversion.
Guido van Rossum [Tue, 14 Jan 1992 18:31:29 +0000 (18:31 +0000)] 
New implementation method for case conversion.

33 years agoAdded varargs code.
Guido van Rossum [Tue, 14 Jan 1992 18:30:26 +0000 (18:30 +0000)] 
Added varargs code.

33 years agoAdded to-do list.
Guido van Rossum [Tue, 14 Jan 1992 18:30:15 +0000 (18:30 +0000)] 
Added to-do list.

33 years agoMake nicer comments.
Guido van Rossum [Tue, 14 Jan 1992 18:29:32 +0000 (18:29 +0000)] 
Make nicer comments.
Added expanduser() and normcase() and isabs() and isfile().

33 years agoAdded UNPACK_VARARG code.
Guido van Rossum [Tue, 14 Jan 1992 18:29:20 +0000 (18:29 +0000)] 
Added UNPACK_VARARG code.

33 years agoInitial revision
Guido van Rossum [Tue, 14 Jan 1992 18:28:36 +0000 (18:28 +0000)] 
Initial revision

33 years agoAdded 'normcase' function.
Guido van Rossum [Tue, 14 Jan 1992 18:28:18 +0000 (18:28 +0000)] 
Added 'normcase' function.

33 years agoGet rid of debug print statement.
Guido van Rossum [Tue, 14 Jan 1992 18:27:26 +0000 (18:27 +0000)] 
Get rid of debug print statement.

33 years agoAdded varargs syntax "def f(a, b, +c): ..."
Guido van Rossum [Tue, 14 Jan 1992 18:27:17 +0000 (18:27 +0000)] 
Added varargs syntax "def f(a, b, +c): ..."

33 years agoNow uses varargs syntax to grep more than one file.
Guido van Rossum [Sun, 12 Jan 1992 23:33:52 +0000 (23:33 +0000)] 
Now uses varargs syntax to grep more than one file.

33 years agoAlmost complete rewritten. Documentation added.
Guido van Rossum [Sun, 12 Jan 1992 23:32:55 +0000 (23:32 +0000)] 
Almost complete rewritten.  Documentation added.
Simple interface "pdb.run('<statement>')" added.

33 years agoNever return a non-existing pathname.
Guido van Rossum [Sun, 12 Jan 1992 23:32:11 +0000 (23:32 +0000)] 
Never return a non-existing pathname.
Rewrote has_magic using a regular expression match.

33 years agoRewritten using regex.
Guido van Rossum [Sun, 12 Jan 1992 23:29:29 +0000 (23:29 +0000)] 
Rewritten using regex.

33 years agoUse module os.
Guido van Rossum [Sun, 12 Jan 1992 23:27:56 +0000 (23:27 +0000)] 
Use module os.
Split off file cache to module 'linecache'.

33 years agoreact to interrupts differently
Guido van Rossum [Sun, 12 Jan 1992 23:26:55 +0000 (23:26 +0000)] 
react to interrupts differently

33 years agoUse module 'os'
Guido van Rossum [Sun, 12 Jan 1992 23:26:24 +0000 (23:26 +0000)] 
Use module 'os'

33 years agoConverted to use == equality check syntax.
Guido van Rossum [Sun, 12 Jan 1992 17:18:12 +0000 (17:18 +0000)] 
Converted to use == equality check syntax.

33 years agoadd READONLY to member list.
Guido van Rossum [Sun, 12 Jan 1992 02:30:05 +0000 (02:30 +0000)] 
add READONLY to member list.