1. 2e4cc7e Last set of change to get regression tests to pass by Jeremy Hylton · 23 years ago
  2. 7845cf8 Make sure that atoms (Tuple, List, etc.) have lineno attributes by Jeremy Hylton · 23 years ago
  3. 7abf520 Add support for // and //=. by Jeremy Hylton · 23 years ago
  4. da8db8c Don't include doc string of class in its code child by Jeremy Hylton · 23 years ago
  5. 7e30c9b Add lookup_name() to optimize use of stack frames by Jeremy Hylton · 23 years ago
  6. ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
  7. 4c1f427 Add lineno attributes to Discard nodes by Jeremy Hylton · 23 years ago
  8. 42a0830 Fix "import as" (has always skipping the as name) by Jeremy Hylton · 23 years ago
  9. 4ebf3be a few small optimizations that seem to give a 5-10% speedup; the by Jeremy Hylton · 24 years ago
  10. a59ac0a If a function contains a doc string, remove the doc string node from by Jeremy Hylton · 24 years ago
  11. 7cff7fe Many changes. by Jeremy Hylton · 24 years ago
  12. 9c048f9 Now supports entire Python 2.0 language and still supports Python by Jeremy Hylton · 24 years ago
  13. 4e1be72 Fix SF bug #116263: support for from .. import * by Jeremy Hylton · 24 years ago
  14. 572bdce change 2-space indent to 4-space indent by Jeremy Hylton · 24 years ago
  15. 2051608 Update magic number. by Jeremy Hylton · 24 years ago
  16. 8612f1c update my email address by Jeremy Hylton · 24 years ago
  17. fd342bf add a bit more legal junk by Greg Stein · 24 years ago
  18. be317e6 patches from Mark Hammond by Jeremy Hylton · 24 years ago
  19. b631b8e fix list.append problems by Jeremy Hylton · 24 years ago
  20. fa974a9 change node Classdef to Class by Jeremy Hylton · 24 years ago
  21. 3d9f5e4 more robust assignment of lineno for keyword args by Jeremy Hylton · 24 years ago
  22. 1ebba96 fix creation of Ellipsis node by Jeremy Hylton · 24 years ago
  23. d603dee add line numbers to nodes in the except clause (when possible) by Jeremy Hylton · 24 years ago
  24. 4290779 (), [], and {} should not be represented as constant expressions, they by Jeremy Hylton · 24 years ago
  25. 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 24 years ago
  26. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 24 years ago
  27. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 24 years ago