1. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  2. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  3. 6db15d7 Whitespace normalization. by Tim Peters · 20 years ago
  4. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  5. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  6. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  7. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  8. 669454e Whitespace normalization. by Tim Peters · 21 years ago
  9. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
  10. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  11. a312c3a Remove uses of string module and stat.ST_MODE by Neal Norwitz · 22 years ago
  12. 8d22b04 Fix com_arglist() and update grammar fragment. by Jeremy Hylton · 22 years ago
  13. 51e234a Patch #522279: transformer.py nodes shadows global. by Martin v. Löwis · 22 years ago
  14. 52acb49 Merge of the release22 branch changes back into the trunk. by Barry Warsaw · 23 years ago
  15. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  16. d114261 Handle testlist_safe as if it were testlist. by Jeremy Hylton · 23 years ago
  17. 9dca364 API change: by Jeremy Hylton · 23 years ago
  18. 2e4cc7e Last set of change to get regression tests to pass by Jeremy Hylton · 23 years ago
  19. 7845cf8 Make sure that atoms (Tuple, List, etc.) have lineno attributes by Jeremy Hylton · 23 years ago
  20. 7abf520 Add support for // and //=. by Jeremy Hylton · 23 years ago
  21. da8db8c Don't include doc string of class in its code child by Jeremy Hylton · 23 years ago
  22. 7e30c9b Add lookup_name() to optimize use of stack frames by Jeremy Hylton · 23 years ago
  23. ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
  24. 4c1f427 Add lineno attributes to Discard nodes by Jeremy Hylton · 23 years ago
  25. 42a0830 Fix "import as" (has always skipping the as name) by Jeremy Hylton · 23 years ago
  26. 4ebf3be a few small optimizations that seem to give a 5-10% speedup; the by Jeremy Hylton · 24 years ago
  27. a59ac0a If a function contains a doc string, remove the doc string node from by Jeremy Hylton · 24 years ago
  28. 7cff7fe Many changes. by Jeremy Hylton · 24 years ago
  29. 9c048f9 Now supports entire Python 2.0 language and still supports Python by Jeremy Hylton · 24 years ago
  30. 4e1be72 Fix SF bug #116263: support for from .. import * by Jeremy Hylton · 24 years ago
  31. 572bdce change 2-space indent to 4-space indent by Jeremy Hylton · 24 years ago
  32. 2051608 Update magic number. by Jeremy Hylton · 24 years ago
  33. 8612f1c update my email address by Jeremy Hylton · 24 years ago
  34. fd342bf add a bit more legal junk by Greg Stein · 24 years ago
  35. be317e6 patches from Mark Hammond by Jeremy Hylton · 24 years ago
  36. b631b8e fix list.append problems by Jeremy Hylton · 24 years ago
  37. fa974a9 change node Classdef to Class by Jeremy Hylton · 24 years ago
  38. 3d9f5e4 more robust assignment of lineno for keyword args by Jeremy Hylton · 24 years ago
  39. 1ebba96 fix creation of Ellipsis node by Jeremy Hylton · 24 years ago
  40. d603dee add line numbers to nodes in the except clause (when possible) by Jeremy Hylton · 24 years ago
  41. 4290779 (), [], and {} should not be represented as constant expressions, they by Jeremy Hylton · 24 years ago
  42. 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 24 years ago
  43. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 24 years ago
  44. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 24 years ago