COMMITS
/ Python/ceval.c 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
January 26, 1993
G
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum committed
January 9, 1993
G
* Makefile: use cp -r to install the library
Guido van Rossum committed
January 6, 1993
S
Various changes.
Sjoerd Mullender committed
December 14, 1992
G
* mymalloc.h: always allocate one extra byte, since some malloc's
Guido van Rossum committed
November 26, 1992
G
* classobject.c: in instance_lenth, test result of call_object
Guido van Rossum committed
October 18, 1992
G
* bltinmodule.c: added built-in function cmp(a, b)
Guido van Rossum committed
September 25, 1992
G
Modified most (but not yet all) I/O to always go through sys.stdout or
Guido van Rossum committed
September 3, 1992
G
Add some debugging features if DEBUG defined
Guido van Rossum committed
August 19, 1992
G
fix *serious* (new) bug in testbool: by default objects should test
Guido van Rossum committed
August 14, 1992
G
* classobject.[ch], {float,long,int}object.c, bltinmodule.c:
Guido van Rossum committed
August 12, 1992
G
Changes so that user-defined classes can implement operations invoked
Guido van Rossum committed
August 5, 1992
G
* Makefile: cosmetics
Guido van Rossum committed
August 4, 1992
G
* Makefile adapted to changes below.
Guido van Rossum committed
April 9, 1992
G
Test for NULL coming out of err_get() in call_exc_trace()
Guido van Rossum committed
April 8, 1992
G
reverse sense of test for CHECKEXC
Guido van Rossum committed
April 6, 1992
G
Arg of cmp_outcome becomes an int for portability to the Mac
Guido van Rossum committed
April 5, 1992
G
(Hopefully) fix bug in reference count in call_exc_trace()
Guido van Rossum committed
March 27, 1992
G
lint (added prototypes for all static fns)
Guido van Rossum committed
March 23, 1992
G
New trace implementation; and profile (in a similat vein).
Guido van Rossum committed
March 4, 1992
G
Tighten error handling of string printing.
Guido van Rossum committed
February 11, 1992
G
Use correct prototype for invert().
Guido van Rossum committed
February 5, 1992
G
Limit length of name passed to sprintf.
Guido van Rossum committed
January 19, 1992
G
If sys.trace is None, don't trace. For exceptions, only use
Guido van Rossum committed
January 14, 1992
G
Added UNPACK_VARARG code.
Guido van Rossum committed
January 12, 1992
G
User trace feature.
Guido van Rossum committed
January 10, 1992
G
Fix bug in assign_slice for negative index; used length of wrong object!
Guido van Rossum committed