Jeremy Hylton
|
d603dee4a3
|
add line numbers to nodes in the except clause (when possible)
|
2000-02-15 21:30:48 +00:00 |
Jeremy Hylton
|
42907790b6
|
(), [], and {} should not be represented as constant expressions, they
should be calls to BUILD_ ops for these types with no arguments
|
2000-02-14 18:32:46 +00:00 |
Jeremy Hylton
|
1851901a05
|
add spaces to comparison names is not and not in to match dis
|
2000-02-08 19:58:33 +00:00 |
Jeremy Hylton
|
9605c11c4c
|
move constants out of transformer so that they can be shared with ast
add varargs and kwargs attributes to Function nodes
|
2000-02-08 18:57:32 +00:00 |
Jeremy Hylton
|
f968e8545d
|
three files from the p2c cvs tree. the message here indicates the
revision number the p2c cvs tree.
COPYRIGHT: 1.1
ast.py: 1.3
transformer.py: 1.11
|
2000-02-04 00:25:23 +00:00 |