1. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  2. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  3. 2def557 This module was still referencing some dead EXEC related constants. by Guido van Rossum · 18 years ago
  4. 21d19f7 Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work. by Neal Norwitz · 19 years ago
  5. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  6. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  7. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  8. 5030cf1 Fix three PyChecker-detected gotchas. by Jeremy Hylton · 23 years ago
  9. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  10. 101651c flesh out __all__ by Jeremy Hylton · 23 years ago
  11. 816e149 First cut at a high-level symbol table interface by Jeremy Hylton · 23 years ago