Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only treat an AugAssign as def if its the target is a Name. | Jeremy Hylton | 2001-04-12 | 1 | -2/+4 |
* | Preliminary support for nested scopes | Jeremy Hylton | 2001-04-12 | 1 | -5/+125 |
* | Add globals to list of names returned by get_names(). | Jeremy Hylton | 2001-04-09 | 1 | -7/+13 |
* | Add two arguments to Scope constructor, module scope and class name | Jeremy Hylton | 2001-04-09 | 1 | -24/+92 |
* | Add preliminary module symbol table constructor | Jeremy Hylton | 2001-04-09 | 1 | -0/+193 |