Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |