COMMITS
/ Python/ceval.c May 24, 1996
G
Removed some done "to do" items.
Guido van Rossum committed
May 23, 1996
G
removed sime redundant header includes and decls.
Guido van Rossum committed
January 12, 1996
G
changes for complex and power (**) operator
Guido van Rossum committed
December 10, 1995
G
don't return from main loop when error occurs
Guido van Rossum committed
September 18, 1995
G
spell TraceBack with capital B
Guido van Rossum committed
August 4, 1995
G
empty kw dict is ok for builtins
Guido van Rossum committed
July 28, 1995
G
fix bogus DECREF in finally clause
Guido van Rossum committed
July 26, 1995
G
changes for keyword args to built-in functions and classes
Guido van Rossum committed
July 18, 1995
G
keyword arguments and faster calls
Guido van Rossum committed
July 7, 1995
G
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value))
Guido van Rossum committed
March 29, 1995
G
fix dusty debugging macros
Guido van Rossum committed
March 22, 1995
G
remove unused code for tp_call
Guido van Rossum committed
March 9, 1995
G
various tuple related optimizations; remove unused b/w compat code from ceval.c
Guido van Rossum committed
February 17, 1995
G
fix bug in try-finally with class exceptions; declare different func pointers for different uses
Guido van Rossum committed
February 14, 1995
G
call __import__() with 4 args instead of 1
Guido van Rossum committed
February 10, 1995
G
use Py_CHARMASK
Guido van Rossum committed
February 7, 1995
G
DECREF result of run_string
Guido van Rossum committed
January 30, 1995
G
remove unused variable
Guido van Rossum committed
January 26, 1995
G
allow classes as exceptions
Guido van Rossum committed
January 20, 1995
G
add missing INCREF in RAISE_EXCEPTION
Guido van Rossum committed
January 17, 1995
G
different init for __builtins__
Guido van Rossum committed
January 12, 1995
G
use getbuiltins() everywhere, it defaults to getbuiltidict()
Guido van Rossum committed
January 9, 1995
G
__builtins__ mods (and sys_checkinterval for ceval.c)
Guido van Rossum committed
January 7, 1995
G
Use new instancebinop interface
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum committed
November 10, 1994
G
replace abort() calls by fatal()
Guido van Rossum committed
September 29, 1994
G
* Python/ceval.c, Include/ceval.h: promote MakePendingCalls to
Guido van Rossum committed
September 14, 1994
G
* Python/ceval.c (eval_code): added registry of pending functions
Guido van Rossum committed
August 30, 1994
G
call_object: print message before abort()
Guido van Rossum committed
December 17, 1993
G
* mpzmodule.c: cast some methods to the proper type.
Guido van Rossum committed
November 5, 1993
G
* mpzmodule.c: removed redundant mpz_print function.
Guido van Rossum committed
November 1, 1993
G
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
Guido van Rossum committed
October 22, 1993
S
Several optimizations and speed improvements.
Sjoerd Mullender committed
October 18, 1993
G
* bltinmodule.c: removed exec() built-in function.
Guido van Rossum committed
July 5, 1993
G
* Makefile: added all: and default: targets.
Guido van Rossum committed
June 24, 1993
G
* pythonmain.c: -k option, usage message, more environment flags.
Guido van Rossum committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
May 25, 1993
G
* classobject.c: in instance_getattr, don't make a method out of a
Guido van Rossum committed
May 21, 1993
G
* Lots of small changes related to access.
Guido van Rossum committed
May 20, 1993
G
Access checks now work, at least for instance data (not for methods
Guido van Rossum committed
May 19, 1993
G
Several changes in one:
Guido van Rossum committed
May 12, 1993
G
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum committed
April 15, 1993
G
(I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)
Guido van Rossum committed
April 7, 1993
G
* Microscopic corrections to make things compile on the Cray APP.
Guido van Rossum committed
March 30, 1993
G
* Fixed some subtleties with fastlocals. You can no longer access
Guido van Rossum committed
G
Changes to speed up local variables enormously, by avoiding dictionary
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
February 5, 1993
G
* ceval.c: ifdef out the last argument passing compat hack.
Guido van Rossum committed