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