| Commit message (Expand) | Author | Age |
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 |
* | revert 65897 | Benjamin Peterson | 2008-08-20 |
* | Merged revisions 65885,65892,65894,65898 via svnmerge from | Benjamin Peterson | 2008-08-20 |
* | return sets instead of tuples from some symtable methods | Benjamin Peterson | 2008-08-20 |
* | kill the obsolete symtable.Symbol methods | Benjamin Peterson | 2008-08-20 |
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | This module was still referencing some dead EXEC related constants. | Guido van Rossum | 2006-09-06 |
* | Get symtable to limp along, can run compiler/symbols.py. Not saying much, ne... | Neal Norwitz | 2005-11-25 |
* | Replaced .keys() with dictionary iterators | Raymond Hettinger | 2002-06-02 |
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 |
* | Remove now-unnecessary "from __future__ import nested_scopes" stmts. | Tim Peters | 2001-07-12 |
* | Fix three PyChecker-detected gotchas. | Jeremy Hylton | 2001-04-16 |
* | Whitespace normalization. | Tim Peters | 2001-03-29 |
* | flesh out __all__ | Jeremy Hylton | 2001-03-23 |
* | First cut at a high-level symbol table interface | Jeremy Hylton | 2001-03-22 |