1. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  2. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  3. 7735366 merge 3.3 (#19393) by Benjamin Peterson · 11 years ago
  4. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  5. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  6. 500c6ef simplify this expression by Benjamin Peterson · 15 years ago
  7. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  8. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  9. b71caf1 revert 65897 by Benjamin Peterson · 16 years ago
  10. 3938a90 Merged revisions 65885,65892,65894,65898 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 16 years ago
  12. 87069fd kill the obsolete symtable.Symbol methods by Benjamin Peterson · 16 years ago
  13. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  14. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  15. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  16. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  17. 2def557 This module was still referencing some dead EXEC related constants. by Guido van Rossum · 18 years ago
  18. 21d19f7 Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work. by Neal Norwitz · 19 years ago
  19. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  20. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  21. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  22. 5030cf1 Fix three PyChecker-detected gotchas. by Jeremy Hylton · 23 years ago
  23. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  24. 101651c flesh out __all__ by Jeremy Hylton · 23 years ago
  25. 816e149 First cut at a high-level symbol table interface by Jeremy Hylton · 23 years ago