Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | For the latter we must keep track of the current block's type. (We can't continue through a try statement, sigh.() | ||||
* | Check for identical types before comparing objects to see if they | Guido van Rossum | 1991-07-01 | 1 | -1/+1 |
| | | | | | are the same -- 0 and 0.0 compare equal but should be considered different here! | ||||
* | 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 |
| | | | | optimization. | ||||
* | 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 |
| | | | | | | Document and fix code generation for try statements. Use two bytes for all arguments. Avoid duplicate entries in lists of constants and names. | ||||
* | Initial revision | Guido van Rossum | 1990-11-18 | 1 | -0/+1537 |