Benjamin Peterson
b4347a259c
remove has_key
2009-06-07 22:55:36 +00:00
Benjamin Peterson
5c33d86b4b
use booleans for flags
2009-06-07 22:54:35 +00:00
Benjamin Peterson
dea29d0c11
always inherit from an appropiate base class
2009-06-07 22:35:00 +00:00
Benjamin Peterson
bd9508a7df
inherit from object
2009-06-07 22:33:11 +00:00
Georg Brandl
bc1309255e
Remove useless string literal.
2009-01-03 13:45:15 +00:00
Martin v. Löwis
49c5da1d88
Patch #1440601 : Add col_offset attribute to AST nodes.
2006-03-01 22:49:05 +00:00
Tim Peters
710ab3b5f8
Whitespace normalization.
2006-02-28 18:30:36 +00:00
Martin v. Löwis
eae93b763c
Add support for version field on Modules
2006-02-28 00:12:47 +00:00
Tim Peters
536cf99536
Whitespace normalization.
2005-12-25 23:18:31 +00:00
Jeremy Hylton
3e0055f8c6
Merge ast-branch to head
...
This change implements a new bytecode compiler, based on a
transformation of the parse tree to an abstract syntax defined in
Parser/Python.asdl.
The compiler implementation is not complete, but it is in stable
enough shape to run the entire test suite excepting two disabled
tests.
2005-10-20 19:59:25 +00:00