1. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  2. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  3. 652a224 The object-being sliced in an assignment to a slice is referenced, not bound. by Jeremy Hylton · 23 years ago
  4. d4be10d Add generator detection to symbol table. by Jeremy Hylton · 23 years ago
  5. c59e220 Handle private names by Jeremy Hylton · 23 years ago
  6. cd8a127 Fix for sibling nodes that define the same free variable by Jeremy Hylton · 23 years ago
  7. 5c9aad6 Only treat an AugAssign as def if its the target is a Name. by Jeremy Hylton · 23 years ago
  8. 364f9b9 Preliminary support for nested scopes by Jeremy Hylton · 23 years ago
  9. dbdb28e Add globals to list of names returned by get_names(). by Jeremy Hylton · 23 years ago
  10. f870c95 Add two arguments to Scope constructor, module scope and class name by Jeremy Hylton · 23 years ago
  11. 8b966dc Add preliminary module symbol table constructor by Jeremy Hylton · 23 years ago