1. 08995a3 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  2. 0d0aa32 Revert unintended commit to asdl_c.py by Martin Panter · 8 years ago
  3. 5d4dd9a Fix incomplete format error in asdl.py by Martin Panter · 8 years ago
  4. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  5. 6d0f0f2 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  6. 05c197c Make PyAST_obj2mod C89 compliant. by Trent Nelson · 12 years ago
  7. c820de5 #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 12 years ago
  8. 5eed306 allow None identifiers by Benjamin Peterson · 13 years ago
  9. 7782024 verify the types of AST strings and identifiers (closes #12609 and #12610) by Benjamin Peterson · 13 years ago
  10. 59c6951 hardcode the old svn __version__ by Benjamin Peterson · 13 years ago
  11. 1056ca2 fix code formatting by Benjamin Peterson · 14 years ago
  12. 5f429e0 account for PyObject_IsInstance's new ability to fail by Benjamin Peterson · 15 years ago
  13. 5c33d86 use booleans for flags by Benjamin Peterson · 15 years ago
  14. aff36f1 fix compiler warning by Benjamin Peterson · 16 years ago
  15. 35e01fb Fixed #4067 by implementing _attributes and _fields for the AST root node. by Armin Ronacher · 16 years ago
  16. 84076d8 update asdl_c.py from r66377 by Benjamin Peterson · 16 years ago
  17. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  18. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  19. 371d174 Use file.write instead of print to make it easier to merge with 3k. by Neal Norwitz · 17 years ago
  20. e34c21c Make AST nodes pickleable. by Georg Brandl · 17 years ago
  21. 1721e75 Fix error message -- "expects either 0 or 0 arguments" by Georg Brandl · 17 years ago
  22. 2c55c59 Make _fields attr for no fields consistent with _attributes attr. by Georg Brandl · 17 years ago
  23. c52ed59 #2505: allow easier creation of AST nodes. by Georg Brandl · 17 years ago
  24. f2bfd54 Properly check for consistency with the third argument of by Georg Brandl · 17 years ago
  25. aa5fbdd Silence compiler warning at the source. by Georg Brandl · 17 years ago
  26. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  27. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  28. 7b7d1c8 Fix a couple of problems in generating the AST code: by Neal Norwitz · 18 years ago
  29. 0db62aa Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c by Brett Cannon · 18 years ago
  30. 4885e7d Prefix AST symbols with _Py_. Fixes #1637022. Will backport. by Martin v. Löwis · 18 years ago
  31. 7580149 Patch #1355883: Build Python-ast.c and Python-ast.h by Martin v. Löwis · 19 years ago
  32. 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 19 years ago
  33. 01b8101 Make _kind types global for C++ compilation. by Martin v. Löwis · 19 years ago
  34. 76c21bd Make path calculation platform independent by Jeremy Hylton · 19 years ago
  35. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 19 years ago
  36. 19379f1 * Fix a refleak of *_attributes. by Neal Norwitz · 19 years ago
  37. 03e5bc0 Fix memory leak on attributes. by Martin v. Löwis · 19 years ago
  38. 53d960c Don't pollute namespace as bad as before. All the types are static now. by Neal Norwitz · 19 years ago
  39. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  40. b003f04 Generate return statement. by Martin v. Löwis · 19 years ago
  41. 40d8459 Add generation of the version. by Martin v. Löwis · 19 years ago
  42. eae93b7 Add support for version field on Modules by Martin v. Löwis · 19 years ago
  43. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
  44. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 19 years ago
  45. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 19 years ago
  46. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 19 years ago
  47. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago
  48. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  49. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  50. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  51. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  52. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  53. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  54. a34584b Use PyErr_NoMemory() instead of rolling our own. by Neal Norwitz · 19 years ago
  55. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago