1. 92c3b21 Issue #999042: The Python compiler now handles explict global statements by Neil Schemenauer · 16 years ago
  2. 2d2fe57 #4578: fix has_key() usage in compiler package. by Georg Brandl · 17 years ago
  3. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 19 years ago
  4. 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 19 years ago
  5. f923267 Use sorted() builtin by Neal Norwitz · 20 years ago
  6. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  7. 4e0e1b6 Whitespace normalization. by Tim Peters · 21 years ago
  8. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  9. ead21f5 Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py by Jeremy Hylton · 22 years ago
  10. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  11. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 24 years ago
  12. e0c446b Whitespace normalization. by Tim Peters · 24 years ago
  13. 652a224 The object-being sliced in an assignment to a slice is referenced, not bound. by Jeremy Hylton · 24 years ago
  14. d4be10d Add generator detection to symbol table. by Jeremy Hylton · 24 years ago
  15. c59e220 Handle private names by Jeremy Hylton · 24 years ago
  16. cd8a127 Fix for sibling nodes that define the same free variable by Jeremy Hylton · 24 years ago
  17. 5c9aad6 Only treat an AugAssign as def if its the target is a Name. by Jeremy Hylton · 24 years ago
  18. 364f9b9 Preliminary support for nested scopes by Jeremy Hylton · 24 years ago
  19. dbdb28e Add globals to list of names returned by get_names(). by Jeremy Hylton · 24 years ago
  20. f870c95 Add two arguments to Scope constructor, module scope and class name by Jeremy Hylton · 24 years ago
  21. 8b966dc Add preliminary module symbol table constructor by Jeremy Hylton · 24 years ago