| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Python/ceval.c (eval_code): added registry of pending functions | Guido van Rossum | 1994-09-14 | 1 | -1/+91 |
|
|
* | call_object: print message before abort() | Guido van Rossum | 1994-08-30 | 1 | -157/+144 |
|
|
* | * mpzmodule.c: cast some methods to the proper type. | Guido van Rossum | 1993-12-17 | 1 | -1/+0 |
|
|
* | * mpzmodule.c: removed redundant mpz_print function. | Guido van Rossum | 1993-11-05 | 1 | -6/+7 |
|
|
* | * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, | Guido van Rossum | 1993-11-01 | 1 | -0/+1 |
|
|
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -7/+5 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 1 | -0/+78 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -1/+1 |
|
|
* | * pythonmain.c: -k option, usage message, more environment flags. | Guido van Rossum | 1993-06-24 | 1 | -0/+8 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -0/+2 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 1 | -19/+31 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 1 | -8/+49 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 1 | -52/+75 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -62/+151 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 1 | -24/+0 |
|
|
* | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 1 | -5/+14 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -2/+1 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 1 | -9/+44 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 1 | -11/+125 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -7/+25 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -0/+3 |
|
|
* | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 1 | -8/+6 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -6/+4 |
|
|
* | * Makefile: use cp -r to install the library | Guido van Rossum | 1993-01-09 | 1 | -1/+1 |
|
|
* | Various changes. | Sjoerd Mullender | 1993-01-06 | 1 | -1/+1 |
|
|
* | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 1 | -0/+4 |
|
|
* | * classobject.c: in instance_lenth, test result of call_object | Guido van Rossum | 1992-11-26 | 1 | -0/+2 |
|
|
* | * bltinmodule.c: added built-in function cmp(a, b) | Guido van Rossum | 1992-10-18 | 1 | -0/+20 |
|
|
* | Modified most (but not yet all) I/O to always go through sys.stdout or | Guido van Rossum | 1992-09-25 | 1 | -24/+24 |
|
|
* | Add some debugging features if DEBUG defined | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
|
|
* | fix *serious* (new) bug in testbool: by default objects should test | Guido van Rossum | 1992-08-19 | 1 | -1/+1 |
|
|
* | * classobject.[ch], {float,long,int}object.c, bltinmodule.c: | Guido van Rossum | 1992-08-14 | 1 | -7/+18 |
|
|
* | Changes so that user-defined classes can implement operations invoked | Guido van Rossum | 1992-08-12 | 1 | -31/+75 |
|
|
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -27/+8 |
|
|
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 1 | -3/+93 |
|
|
* | Test for NULL coming out of err_get() in call_exc_trace() | Guido van Rossum | 1992-04-09 | 1 | -0/+4 |
|
|
* | reverse sense of test for CHECKEXC | Guido van Rossum | 1992-04-08 | 1 | -1/+1 |
|
|
* | Arg of cmp_outcome becomes an int for portability to the Mac | Guido van Rossum | 1992-04-06 | 1 | -3/+3 |
|
|
* | (Hopefully) fix bug in reference count in call_exc_trace() | Guido van Rossum | 1992-04-05 | 1 | -12/+7 |
|
|
* | lint (added prototypes for all static fns) | Guido van Rossum | 1992-03-27 | 1 | -29/+34 |
|
|
* | New trace implementation; and profile (in a similat vein). | Guido van Rossum | 1992-03-23 | 1 | -84/+109 |
|
|
* | Tighten error handling of string printing. | Guido van Rossum | 1992-03-04 | 1 | -1/+5 |
|
|
* | Use correct prototype for invert(). | Guido van Rossum | 1992-02-11 | 1 | -1/+1 |
|
|
* | Limit length of name passed to sprintf. | Guido van Rossum | 1992-02-05 | 1 | -1/+1 |
|
|
* | If sys.trace is None, don't trace. For exceptions, only use | Guido van Rossum | 1992-01-19 | 1 | -6/+7 |
|
|
* | Added UNPACK_VARARG code. | Guido van Rossum | 1992-01-14 | 1 | -0/+36 |
|
|
* | User trace feature. | Guido van Rossum | 1992-01-12 | 1 | -27/+162 |
|
|
* | Fix bug in assign_slice for negative index; used length of wrong object! | Guido van Rossum | 1992-01-10 | 1 | -1/+1 |
|
|
* | Negative subscript are now allowed as in slices. | Guido van Rossum | 1991-12-24 | 1 | -7/+14 |
|
|
* | New argument passing mechanism. | Guido van Rossum | 1991-12-16 | 1 | -35/+109 |
|
|