summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
Commit message (Expand)AuthorAgeFilesLines
* (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)Guido van Rossum1993-04-151-5/+14
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-2/+1
* * Fixed some subtleties with fastlocals. You can no longer accessGuido van Rossum1993-03-301-9/+44
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-11/+125
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-7/+25
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-0/+3
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-8/+6
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-6/+4
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-091-1/+1
* Various changes.Sjoerd Mullender1993-01-061-1/+1
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+4
* * classobject.c: in instance_lenth, test result of call_objectGuido van Rossum1992-11-261-0/+2
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-0/+20
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-24/+24
* Add some debugging features if DEBUG definedGuido van Rossum1992-09-031-0/+10
* fix *serious* (new) bug in testbool: by default objects should testGuido van Rossum1992-08-191-1/+1
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-141-7/+18
* Changes so that user-defined classes can implement operations invokedGuido van Rossum1992-08-121-31/+75
* * Makefile: cosmeticsGuido van Rossum1992-08-051-27/+8
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-3/+93
* Test for NULL coming out of err_get() in call_exc_trace()Guido van Rossum1992-04-091-0/+4
* reverse sense of test for CHECKEXCGuido van Rossum1992-04-081-1/+1
* Arg of cmp_outcome becomes an int for portability to the MacGuido van Rossum1992-04-061-3/+3
* (Hopefully) fix bug in reference count in call_exc_trace()Guido van Rossum1992-04-051-12/+7
* lint (added prototypes for all static fns)Guido van Rossum1992-03-271-29/+34
* New trace implementation; and profile (in a similat vein).Guido van Rossum1992-03-231-84/+109
* Tighten error handling of string printing.Guido van Rossum1992-03-041-1/+5
* Use correct prototype for invert().Guido van Rossum1992-02-111-1/+1
* Limit length of name passed to sprintf.Guido van Rossum1992-02-051-1/+1
* If sys.trace is None, don't trace. For exceptions, only useGuido van Rossum1992-01-191-6/+7
* Added UNPACK_VARARG code.Guido van Rossum1992-01-141-0/+36
* User trace feature.Guido van Rossum1992-01-121-27/+162
* Fix bug in assign_slice for negative index; used length of wrong object!Guido van Rossum1992-01-101-1/+1
* Negative subscript are now allowed as in slices.Guido van Rossum1991-12-241-7/+14
* New argument passing mechanism.Guido van Rossum1991-12-161-35/+109
* Added STORE_GLOBAL and DELETE_GLOBAL.Guido van Rossum1991-12-101-4/+24
* Added shift and mask ops.Guido van Rossum1991-10-241-0/+170
* newclassobject() gets a third argumentGuido van Rossum1991-10-201-1/+1
* Changed many calls to dict stufff to dict2 variants.Guido van Rossum1991-08-161-31/+35
* Add interface to call a Python function (or other callable) objectGuido van Rossum1991-07-271-0/+13
* Call printobject instead of fwrite to print strings.Guido van Rossum1991-07-221-2/+2
* Call coerce() in arithmetic operations, to support mixed mode arithmeticGuido van Rossum1991-07-011-12/+46
* printobject now returns an error codeGuido van Rossum1991-06-071-3/+4
* Remove test for unimplemented sq_repeat method (see tupleobject comments)Guido van Rossum1991-06-041-4/+0
* Declare ticker as int; made testbool generic for all numeric typesGuido van Rossum1991-05-141-7/+5
* Renamed class methods to instance methods (which they are)Guido van Rossum1991-05-051-5/+5
* Moved support functions after main function; added prototypes;Guido van Rossum1991-04-041-572/+617
* Define and use GETNAMEV macro.Guido van Rossum1991-04-031-2/+3
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* File name shortening.Guido van Rossum1991-01-211-1/+1