1. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  2. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  3. 25219f5 Issue #26146: remove useless code by Victor Stinner · 8 years ago
  4. f2c1aa1 Add ast.Constant by Victor Stinner · 8 years ago
  5. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  6. 860c8a4 merge 3.5 (#25502) by Benjamin Peterson · 9 years ago
  7. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 9 years ago
  8. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  9. 481d3af Make asdl_c.py to generate Python-ast.c changed in issue #15989. by Serhiy Storchaka · 9 years ago
  10. 5e3d338 Issue #19655: Replace the ASDL parser carried with CPython by Eli Bendersky · 10 years ago
  11. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 10 years ago
  12. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 10 years ago
  13. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  14. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  15. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  16. b7f1b38 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  17. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago
  18. b318990 (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  19. 1acc129 Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 11 years ago
  20. ee4b59c (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  21. ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 11 years ago
  22. bdf630c Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError) by Victor Stinner · 11 years ago
  23. 8d89c2a change AST codegen to use PyModule_AddIntMacro by Benjamin Peterson · 11 years ago
  24. 7654ab9 placate msvc by Benjamin Peterson · 11 years ago
  25. b72406b refactor to fix refleaks by Benjamin Peterson · 11 years ago
  26. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  27. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 11 years ago
  28. aee3c76 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 12 years ago
  29. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 12 years ago
  30. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  31. 8107176 add gc support to the AST base type (closes #15293) by Benjamin Peterson · 12 years ago
  32. 5075074 Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. by Antoine Pitrou · 12 years ago
  33. 77fa937 use Py_ssize_t for ast sequence lengths by Benjamin Peterson · 12 years ago
  34. 1767e02 free AST's dict by Benjamin Peterson · 12 years ago
  35. 45e50de Try to fix compilation of Python-ast.c on Visual Studio 2008 by Victor Stinner · 12 years ago
  36. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 12 years ago
  37. f51d36a evidently some buildbots don't have python 3 installed by Benjamin Peterson · 12 years ago
  38. 3ab8588 run AST toolchain on python3 by Benjamin Peterson · 12 years ago
  39. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
  40. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  41. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  42. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 13 years ago
  43. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  44. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  45. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  46. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  47. 5a3f49b revert code which conditionally writes Python-ast.h (closes #12727) by Benjamin Peterson · 13 years ago
  48. 257a1d0 2.x syntax by Benjamin Peterson · 13 years ago
  49. 4ec450d make this work on 2.4 by Benjamin Peterson · 13 years ago
  50. 6f75004 make this work with py2.5 by Benjamin Peterson · 13 years ago
  51. 398256b don't rewrite the header file if it hasn't changed; this reduces development build time by Benjamin Peterson · 13 years ago
  52. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  53. 8a4b42b merge 3.2 by Benjamin Peterson · 13 years ago
  54. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 13 years ago
  55. 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
  56. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
  57. efad244 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  58. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  59. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 13 years ago
  60. 0d6245d actually get file rev by Benjamin Peterson · 13 years ago
  61. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 13 years ago
  62. 0a4dae5 fix refleak by Benjamin Peterson · 14 years ago
  63. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 14 years ago
  64. 0e9e98e c89 declarations by Benjamin Peterson · 14 years ago
  65. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  66. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  67. 5b92772 use the 's' format code instead of 'U' by Benjamin Peterson · 14 years ago
  68. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 14 years ago
  69. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  70. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  71. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 16 years ago
  72. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 75080da Merged revisions 66379 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  75. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  76. ee9b10a Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62048,62050-62051,62055-62066,62068-62074,62076-62078 via svnmerge from by Neal Norwitz · 16 years ago
  77. 207c9f3 Merged revisions 62049,62054 via svnmerge from by Neal Norwitz · 16 years ago
  78. db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 16 years ago
  79. 617fa91 Merged revisions 62013-62014 via svnmerge from by Martin v. Löwis · 16 years ago
  80. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 16 years ago
  81. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  82. 2b1c592 Fixed a problem found by Bill Janssen on Mac OS X by Christian Heimes · 16 years ago
  83. 2af1d89 Open output files in text mode, after all they are text files. by Guido van Rossum · 17 years ago
  84. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
  85. e4dc324 Use unicode for AST attributes by Neal Norwitz · 17 years ago
  86. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  87. 3591bbe bool is no longer required, it was only used for the print statement by Neal Norwitz · 17 years ago
  88. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 17 years ago
  89. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  90. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  91. f036551 Switch to using %r in the format string. by Brett Cannon · 18 years ago
  92. 0e1cff5 Get rid of all two uses of backticks (bad Jeremy!). by Brett Cannon · 18 years ago
  93. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  94. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 18 years ago
  95. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 18 years ago
  96. 710ab3b Whitespace normalization. by Tim Peters · 18 years ago
  97. b003f04 Generate return statement. by Martin v. Löwis · 18 years ago
  98. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  99. eae93b7 Add support for version field on Modules by Martin v. Löwis · 18 years ago
  100. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago