summaryrefslogtreecommitdiffstats
path: root/Lib/symtable.py
Commit message (Expand)AuthorAgeFilesLines
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* This module was still referencing some dead EXEC related constants.Guido van Rossum2006-09-061-3/+3
* Get symtable to limp along, can run compiler/symbols.py. Not saying much, ne...Neal Norwitz2005-11-251-1/+4
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-021-1/+1
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-12/+6
* Remove now-unnecessary "from __future__ import nested_scopes" stmts.Tim Peters2001-07-121-1/+0
* Fix three PyChecker-detected gotchas.Jeremy Hylton2001-04-161-4/+10
* Whitespace normalization.Tim Peters2001-03-291-4/+4
* flesh out __all__Jeremy Hylton2001-03-231-14/+6
* First cut at a high-level symbol table interfaceJeremy Hylton2001-03-221-0/+258