| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Call printobject instead of fwrite to print strings. | Guido van Rossum | 1991-07-22 | 1 | -2/+2 | |
| | | ||||||
| * | Call coerce() in arithmetic operations, to support mixed mode arithmetic | Guido van Rossum | 1991-07-01 | 1 | -12/+46 | |
| | | ||||||
| * | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -3/+4 | |
| | | ||||||
| * | Remove test for unimplemented sq_repeat method (see tupleobject comments) | Guido van Rossum | 1991-06-04 | 1 | -4/+0 | |
| | | ||||||
| * | Declare ticker as int; made testbool generic for all numeric types | Guido van Rossum | 1991-05-14 | 1 | -7/+5 | |
| | | ||||||
| * | Renamed class methods to instance methods (which they are) | Guido van Rossum | 1991-05-05 | 1 | -5/+5 | |
| | | ||||||
| * | Moved support functions after main function; added prototypes; | Guido van Rossum | 1991-04-04 | 1 | -572/+617 | |
| | | | | | | Fixed 'needspace' hack to use a flag in the stdout file object; added local and global variable lookup cases. | |||||
| * | Define and use GETNAMEV macro. | Guido van Rossum | 1991-04-03 | 1 | -2/+3 | |
| | | ||||||
| * | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 | |
| | | ||||||
| * | File name shortening. | Guido van Rossum | 1991-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Change div() into divide(); div() is a Standard C function. | Guido van Rossum | 1990-12-20 | 1 | -2/+2 | |
| | | ||||||
| * | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -809/+659 | |
| | | ||||||
| * | Free parse tree after compiling. | Guido van Rossum | 1990-11-18 | 1 | -169/+171 | |
| | | | | | | | Added support for class definitions. Reorganized main interpreter loop to fetch op and arg once at the head. Use two bytes for arguments (see ceval.c). | |||||
| * | Initial revision | Guido van Rossum | 1990-11-18 | 1 | -0/+1560 | |
