1. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  2. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  3. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  4. 4219da4 Issue 2117. Update compiler module to handle class decorators. by Facundo Batista · 17 years ago
  5. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 19 years ago
  6. b902f4e Use absolute imports by Neal Norwitz · 19 years ago
  7. 39e11fb Whitespace normalization. by Tim Peters · 19 years ago
  8. fa0cf4f Add support for absolute/relative imports and if/else expressions: by Thomas Wouters · 19 years ago
  9. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  10. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  11. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 20 years ago
  12. 0e9980f Whitespace normalization. by Tim Peters · 21 years ago
  13. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 21 years ago
  14. 6db15d7 Whitespace normalization. by Tim Peters · 21 years ago
  15. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  16. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  17. b2f89ee Comment typo fixes by Andrew M. Kuchling · 22 years ago
  18. 0ac16ec Patch #521714: fix pychecker warnings in ast.py. by Martin v. Löwis · 23 years ago
  19. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 24 years ago
  20. e0c446b Whitespace normalization. by Tim Peters · 24 years ago
  21. c8ed18a Re-created after change to astgen to calculate hardest_arg correctly by Jeremy Hylton · 24 years ago
  22. fff252d the names attribute of Global is not a node by Jeremy Hylton · 24 years ago
  23. 5477f52 Revise implementations of getChildren() and getChildNodes(). by Jeremy Hylton · 24 years ago
  24. ab427b8 Generate correct reprs for Mul, Add, etc. by Jeremy Hylton · 24 years ago
  25. 8548f9b Add Yield() node by Jeremy Hylton · 24 years ago
  26. 9272b14 Fix typo in astgen script by Jeremy Hylton · 24 years ago
  27. 7713ac2 Regenerated from new ast.txt and new astgen.py by Jeremy Hylton · 24 years ago
  28. 628d289 Generated from rev 1.1 of ast.txt by Jeremy Hylton · 25 years ago
  29. 9c048f9 Now supports entire Python 2.0 language and still supports Python by Jeremy Hylton · 25 years ago
  30. be317e6 patches from Mark Hammond by Jeremy Hylton · 25 years ago
  31. fa974a9 change node Classdef to Class by Jeremy Hylton · 25 years ago
  32. 7708d69 add varargs and kwargs flags to Lambda nodes by Jeremy Hylton · 25 years ago
  33. ca1ad18 tidy up tryexcept and tryfinally nodes by Jeremy Hylton · 25 years ago
  34. 17988d2 LeftShift & RightShift: fix reprs, change attr names to left and right by Jeremy Hylton · 25 years ago
  35. bf6267e rename several of the generic attribute names for nodes. new node attrs are: by Jeremy Hylton · 25 years ago
  36. 156a975 make all unary operators have a single child node called expr by Jeremy Hylton · 25 years ago
  37. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 25 years ago
  38. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago