Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor changes. | Guido van Rossum | 1991-12-31 | 1 | -5/+10 |
* | Changed some RuntimeErrors. | Guido van Rossum | 1991-12-16 | 1 | -3/+4 |
* | New argument passing. | Guido van Rossum | 1991-12-16 | 1 | -14/+17 |
* | Implement 'global' and new class syntax. | Guido van Rossum | 1991-12-10 | 1 | -15/+92 |
* | Added shift and mask ops. | Guido van Rossum | 1991-10-24 | 1 | -33/+126 |
* | Comment out 'abort()' call. | Guido van Rossum | 1991-10-20 | 1 | -6/+7 |
* | Use dmore dict2lookup. | Guido van Rossum | 1991-08-16 | 1 | -3/+6 |
* | New syntax: semicolons, continue statement. | Guido van Rossum | 1991-07-27 | 1 | -21/+123 |
* | Check for identical types before comparing objects to see if they | Guido van Rossum | 1991-07-01 | 1 | -1/+1 |
* | Changed and exported newcodeobject() interface, for ".pyc" files. | Guido van Rossum | 1991-06-04 | 1 | -10/+9 |
* | Don't optimize <string> and <stdin> code | Guido van Rossum | 1991-05-14 | 1 | -1/+1 |
* | Added long integer support. | Guido van Rossum | 1991-05-05 | 1 | -0/+4 |
* | BUGFIX! Instructions are unsigned bytes. | Guido van Rossum | 1991-04-16 | 1 | -4/+4 |
* | Added error checking for numeric constants; added local/global variable | Guido van Rossum | 1991-04-04 | 1 | -4/+112 |
* | Create code string with initial size of 1000 instead of 0. | Guido van Rossum | 1991-04-03 | 1 | -1/+1 |
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
* | Fix bug in input(); add comments to cases in compile(). | Guido van Rossum | 1991-01-21 | 1 | -7/+6 |
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -67/+130 |
* | Compile class definitions. | Guido van Rossum | 1990-11-18 | 1 | -27/+176 |
* | Initial revision | Guido van Rossum | 1990-11-18 | 1 | -0/+1537 |