1. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  2. f923267 Use sorted() builtin by Neal Norwitz · 19 years ago
  3. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  4. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  5. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  6. ead21f5 Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py by Jeremy Hylton · 21 years ago
  7. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  8. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  9. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  10. 652a224 The object-being sliced in an assignment to a slice is referenced, not bound. by Jeremy Hylton · 23 years ago
  11. d4be10d Add generator detection to symbol table. by Jeremy Hylton · 23 years ago
  12. c59e220 Handle private names by Jeremy Hylton · 23 years ago
  13. cd8a127 Fix for sibling nodes that define the same free variable by Jeremy Hylton · 23 years ago
  14. 5c9aad6 Only treat an AugAssign as def if its the target is a Name. by Jeremy Hylton · 23 years ago
  15. 364f9b9 Preliminary support for nested scopes by Jeremy Hylton · 23 years ago
  16. dbdb28e Add globals to list of names returned by get_names(). by Jeremy Hylton · 23 years ago
  17. f870c95 Add two arguments to Scope constructor, module scope and class name by Jeremy Hylton · 23 years ago
  18. 8b966dc Add preliminary module symbol table constructor by Jeremy Hylton · 23 years ago