1. a9d0a6a bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644) by Steve Dower · 6 years ago
  2. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 6 years ago
  3. a05fcd3 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) by Dong-hee Na · 6 years ago
  4. 3368f3c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) by Eddie Elizondo · 6 years ago
  5. 0247e80 Fix leaks in Python-ast.c (#16127) by Eddie Elizondo · 6 years ago
  6. 421a72a bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) by Zackery Spytz · 6 years ago
  7. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 6 years ago
  8. 43c9731 bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824) by Serhiy Storchaka · 6 years ago
  9. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 6 years ago
  10. 022ac0a bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Victor Stinner · 6 years ago
  11. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
  12. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  13. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 6 years ago
  14. ed5e29c bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478) by Emmanuel Arias · 6 years ago
  15. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  16. 3a32e3b bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) by Guido van Rossum · 7 years ago
  17. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 7 years ago
  18. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 7 years ago
  19. 3bb183d bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) by Victor Stinner · 7 years ago
  20. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 7 years ago
  21. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 7 years ago
  22. a5c4228 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Serhiy Storchaka · 7 years ago
  23. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 8 years ago
  24. bba2239 bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725) by Serhiy Storchaka · 8 years ago
  25. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 8 years ago
  26. 5d84cb3 bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) by Serhiy Storchaka · 8 years ago
  27. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 8 years ago
  28. 2af565b Fix a shadow-compatible-local warning (#2180) by Yuan Chao Chou · 8 years ago
  29. 4c78c52 bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249) by INADA Naoki · 8 years ago
  30. fc48908 Issue #29369: Use Py_IDENTIFIER in Python-ast.c by INADA Naoki · 9 years ago
  31. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 9 years ago
  32. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 9 years ago
  33. 25219f5 Issue #26146: remove useless code by Victor Stinner · 10 years ago
  34. f2c1aa1 Add ast.Constant by Victor Stinner · 10 years ago
  35. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 10 years ago
  36. 860c8a4 merge 3.5 (#25502) by Benjamin Peterson · 10 years ago
  37. 669ff66 remove duplicated imports (closes #25502) by Benjamin Peterson · 10 years ago
  38. fc632e3 Merge with 3.5. by Serhiy Storchaka · 10 years ago
  39. 481d3af Make asdl_c.py to generate Python-ast.c changed in issue #15989. by Serhiy Storchaka · 10 years ago
  40. 5e3d338 Issue #19655: Replace the ASDL parser carried with CPython by Eli Bendersky · 11 years ago
  41. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 11 years ago
  42. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  43. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 12 years ago
  44. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 12 years ago
  45. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  46. b7f1b38 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 12 years ago
  47. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 12 years ago
  48. b318990 (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 12 years ago
  49. 1acc129 Parser/asdl_c.py: use Py_CLEAR() by Victor Stinner · 12 years ago
  50. ee4b59c (Merge 3.3) According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 12 years ago
  51. ce72e1c According to the PEP 7, C code must "use 4-space indents" by Victor Stinner · 12 years ago
  52. bdf630c Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError) by Victor Stinner · 12 years ago
  53. 8d89c2a change AST codegen to use PyModule_AddIntMacro by Benjamin Peterson · 12 years ago
  54. 7654ab9 placate msvc by Benjamin Peterson · 12 years ago
  55. b72406b refactor to fix refleaks by Benjamin Peterson · 12 years ago
  56. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
  57. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 13 years ago
  58. aee3c76 - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed. by Matthias Klose · 13 years ago
  59. 8a9cc52 #15923: merge with 3.2. by Ezio Melotti · 13 years ago
  60. cb2916a #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801). by Ezio Melotti · 13 years ago
  61. 8107176 add gc support to the AST base type (closes #15293) by Benjamin Peterson · 13 years ago
  62. 5075074 Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. by Antoine Pitrou · 13 years ago
  63. 77fa937 use Py_ssize_t for ast sequence lengths by Benjamin Peterson · 13 years ago
  64. 1767e02 free AST's dict by Benjamin Peterson · 13 years ago
  65. 45e50de Try to fix compilation of Python-ast.c on Visual Studio 2008 by Victor Stinner · 13 years ago
  66. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
  67. f51d36a evidently some buildbots don't have python 3 installed by Benjamin Peterson · 14 years ago
  68. 3ab8588 run AST toolchain on python3 by Benjamin Peterson · 14 years ago
  69. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
  70. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 14 years ago
  71. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 10 years ago
  72. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 14 years ago
  73. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 14 years ago
  74. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 14 years ago
  75. 6f08f53 Merge 3.2 by Éric Araujo · 14 years ago
  76. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 14 years ago
  77. 5a3f49b revert code which conditionally writes Python-ast.h (closes #12727) by Benjamin Peterson · 14 years ago
  78. 257a1d0 2.x syntax by Benjamin Peterson · 14 years ago
  79. 4ec450d make this work on 2.4 by Benjamin Peterson · 14 years ago
  80. 6f75004 make this work with py2.5 by Benjamin Peterson · 14 years ago
  81. 398256b don't rewrite the header file if it hasn't changed; this reduces development build time by Benjamin Peterson · 14 years ago
  82. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 14 years ago
  83. 8a4b42b merge 3.2 by Benjamin Peterson · 14 years ago
  84. 180e635 None is ok for identifiers but not strings by Benjamin Peterson · 14 years ago
  85. 86f088e merge 3.2 by Benjamin Peterson · 14 years ago
  86. 2193d2b type check AST strings and identifiers by Benjamin Peterson · 14 years ago
  87. efad244 hardcode the old svn __version__ by Benjamin Peterson · 14 years ago
  88. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 14 years ago
  89. c9723d0 use only the hex version, since the revno is unreliable across repos by Benjamin Peterson · 14 years ago
  90. 0d6245d actually get file rev by Benjamin Peterson · 14 years ago
  91. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
  92. 0a4dae5 fix refleak by Benjamin Peterson · 15 years ago
  93. d8f6597 new plan: functions that want 'tmp' can declare it by Benjamin Peterson · 15 years ago
  94. 0e9e98e c89 declarations by Benjamin Peterson · 15 years ago
  95. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 15 years ago
  96. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 15 years ago
  97. 5b92772 use the 's' format code instead of 'U' by Benjamin Peterson · 15 years ago
  98. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 16 years ago
  99. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 16 years ago
  100. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 17 years ago