1. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 10 years ago
  2. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  3. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  4. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  5. 6f08d30 Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
  6. 72f562f Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
  7. 0fae8f9 Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL by Victor Stinner · 11 years ago
  8. 43d8195 Issue #18408: Handle PyArena_AddPyObject() failure in ast.c by Victor Stinner · 11 years ago
  9. aad1d87 move declaration to top of block by Benjamin Peterson · 11 years ago
  10. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  11. b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  12. 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  13. 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 11 years ago
  14. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  15. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  16. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  17. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  18. ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
  19. 10e85de Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to. by Christian Heimes · 12 years ago
  20. 3d46339 Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to. by Christian Heimes · 12 years ago
  21. d40528f merge 3.2 by Benjamin Peterson · 12 years ago
  22. c7dedb0 put * in the normal place by Benjamin Peterson · 12 years ago
  23. bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 12 years ago
  24. e9f72db merge 3.2 by Benjamin Peterson · 12 years ago
  25. c5d7518 move variable decl to the top of the function by Benjamin Peterson · 12 years ago
  26. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
  27. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
  28. 28a2ad5 Check return value of asdl_seq_new(). Found by Coverity. by Stefan Krah · 12 years ago
  29. 518cf94 merge 3.2 by Benjamin Peterson · 12 years ago
  30. 3f35846 kill this disabled code by Benjamin Peterson · 12 years ago
  31. bebcd18 merge 3.2 by Benjamin Peterson · 12 years ago
  32. bc4665e use correct naming convention by Benjamin Peterson · 12 years ago
  33. 6ecf77b Basic support for PEP 414 without docs or tests. by Armin Ronacher · 12 years ago
  34. c64ae92 fix indentation by Benjamin Peterson · 13 years ago
  35. c8909dd break out switch at correct place by Benjamin Peterson · 13 years ago
  36. 205ad61 only finish error if one occurred by Benjamin Peterson · 13 years ago
  37. c0beabc move LINENO define to where it actually belongs by Benjamin Peterson · 13 years ago
  38. 55e0043 streamline normalizer identification a bit by Benjamin Peterson · 13 years ago
  39. d3af6e3 fix spelling by Benjamin Peterson · 13 years ago
  40. de5827d invert condition (head bang) by Benjamin Peterson · 13 years ago
  41. 0fa35ea fix possible refleaks by Benjamin Peterson · 13 years ago
  42. 89f8b80 use helpful PyUnicode_IS_ASCII macro by Benjamin Peterson · 13 years ago
  43. 5eda913 PyUnicode_DecodeUTF8 will always return a ready string by Benjamin Peterson · 13 years ago
  44. 8f56e09 rewrite such that this actually makes sense by Benjamin Peterson · 13 years ago
  45. 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
  46. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  47. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  48. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  49. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  50. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  51. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  52. 267ca6c merge 3.2 by Benjamin Peterson · 13 years ago
  53. f63d615 fix indentation by Benjamin Peterson · 13 years ago
  54. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  55. bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
  56. 59c90c6 merge 3.2 by Benjamin Peterson · 13 years ago
  57. 62f8bcb merge 3.1 by Benjamin Peterson · 13 years ago
  58. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 13 years ago
  59. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  60. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  61. 15244f7 Recorded merge of revisions 85569-85570 via svnmerge from by Victor Stinner · 14 years ago
  62. 2f2ed1f Fix ast_error_finish() and err_input(): filename can be NULL by Victor Stinner · 14 years ago
  63. 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
  64. d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
  65. a1e5c69 Merged revisions 84214 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  66. 12844e6 Add tests for r84209 (crashes in the Ast builder) by Amaury Forgeot d'Arc · 14 years ago
  67. fc34ac5 Merged revisions 84209 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  68. 92dc80a Check the return values for all functions returning an ast node. by Amaury Forgeot d'Arc · 14 years ago
  69. ce5b6c4 Revert r82044, since it changed the semantics of negated imaginary literals. by Mark Dickinson · 14 years ago
  70. a58eed9 Merged revisions 82043 via svnmerge from by Mark Dickinson · 14 years ago
  71. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  72. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  73. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 7dc5ac5 Merged revisions 75928 via svnmerge from by Benjamin Peterson · 15 years ago
  75. b2e796a in wide builds, avoid storing high unicode characters from source code with surrogates by Benjamin Peterson · 15 years ago
  76. ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
  77. 4fac706 Merged revisions 75224 via svnmerge from by Benjamin Peterson · 15 years ago
  78. bd27aef Merged revisions 75223 via svnmerge from by Benjamin Peterson · 15 years ago
  79. defa04e star_expr now always has two nodes by Benjamin Peterson · 15 years ago
  80. 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
  81. 2e4b0e1 Merged revisions 74464 via svnmerge from by Benjamin Peterson · 15 years ago
  82. 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 15 years ago
  83. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  84. 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
  85. 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
  86. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  87. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 15 years ago
  88. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
  89. d951e7b check the return value of NEW_IDENTIFIER in some more places by Benjamin Peterson · 16 years ago
  90. 50d5a1c Make ast.c compile on Windows again. by Thomas Heller · 16 years ago
  91. 3076006 Merged revisions 67373 via svnmerge from by Benjamin Peterson · 16 years ago
  92. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 16 years ago
  93. bde1676 Merged revisions 67171 via svnmerge from by Benjamin Peterson · 16 years ago
  94. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  95. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  96. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  97. e921e02 Fix uninitialized memory read for cases like def(f, *): pass by Jeremy Hylton · 16 years ago
  98. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  99. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  100. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago