Guido van Rossum
|
a082ce40a6
|
Changed and exported newcodeobject() interface, for ".pyc" files.
|
1991-06-04 19:41:56 +00:00 |
Guido van Rossum
|
fb8edfce22
|
Don't optimize <string> and <stdin> code
|
1991-05-14 11:56:03 +00:00 |
Guido van Rossum
|
e3a204fe47
|
Added long integer support.
|
1991-05-05 20:05:35 +00:00 |
Guido van Rossum
|
0a697f686f
|
BUGFIX! Instructions are unsigned bytes.
|
1991-04-16 08:39:12 +00:00 |
Guido van Rossum
|
282914b7b0
|
Added error checking for numeric constants; added local/global variable
optimization.
|
1991-04-04 10:42:56 +00:00 |
Guido van Rossum
|
62d4624ea3
|
Create code string with initial size of 1000 instead of 0.
|
1991-04-03 19:00:23 +00:00 |
Guido van Rossum
|
f70e43a073
|
Added copyright notice.
|
1991-02-19 12:39:46 +00:00 |
Guido van Rossum
|
4c4177865d
|
Fix bug in input(); add comments to cases in compile().
|
1991-01-21 16:09:22 +00:00 |
Guido van Rossum
|
3f5da24ea3
|
"Compiling" version
|
1990-12-20 15:06:42 +00:00 |
Guido van Rossum
|
d6f3bc2aae
|
Compile class definitions.
Document and fix code generation for try statements.
Use two bytes for all arguments.
Avoid duplicate entries in lists of constants and names.
|
1990-11-18 17:35:03 +00:00 |
Guido van Rossum
|
10dc2e8097
|
Initial revision
|
1990-11-18 17:27:39 +00:00 |