1. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  2. a561862 Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585) by Serhiy Storchaka · 8 years ago
  3. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 8 years ago
  4. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 8 years ago
  5. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 8 years ago
  6. 56cb465 bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) by Serhiy Storchaka · 8 years ago
  7. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 8 years ago
  8. 7dc46d8 bpo-31592: Fix an assertion failure in Python parser in case of a bad unicodedata.normalize(). (#3767) by Oren Milman · 8 years ago
  9. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 8 years ago
  10. e7c566c bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) by Łukasz Langa · 8 years ago
  11. f432a32 bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) by Stefan Krah · 8 years ago
  12. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 8 years ago
  13. 2e9cd58 bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888) by Serhiy Storchaka · 8 years ago
  14. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 8 years ago
  15. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 8 years ago
  16. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  17. 5bb8b91 Issue #18896: Python function can now have more than 255 parameters. by Serhiy Storchaka · 9 years ago
  18. 0f6373c Issue #28739: f-string expressions no longer accepted as docstrings and by Serhiy Storchaka · 9 years ago
  19. 4cc30ae Issue #28739: f-string expressions no longer accepted as docstrings and by Serhiy Storchaka · 9 years ago
  20. 214678e Issue #12844: More than 255 arguments can now be passed to a function. by Serhiy Storchaka · 9 years ago
  21. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  22. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 9 years ago
  23. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  24. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  25. f9cca36 Fix warn_invalid_escape_sequence() by Victor Stinner · 9 years ago
  26. 1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. by Yury Selivanov · 9 years ago
  27. 9b88fdf Fixed issue #28633: segfault when concatenating bytes literal and f-string. by Eric V. Smith · 9 years ago
  28. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 9 years ago
  29. 286987b delete dead code by Benjamin Peterson · 9 years ago
  30. 8987c9d Issue #26182: Raise DeprecationWarning for improper use of async/await keywords by Yury Selivanov · 9 years ago
  31. 09835dc Make an f-string error message more exact and consistent. by Eric V. Smith · 9 years ago
  32. 4ba5c88 just start with an int rather than casting by Benjamin Peterson · 9 years ago
  33. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 9 years ago
  34. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
  35. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 9 years ago
  36. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  37. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 9 years ago
  38. 6a4efce Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. by Eric V. Smith · 9 years ago
  39. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 9 years ago
  40. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 9 years ago
  41. fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 9 years ago
  42. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 9 years ago
  43. 9d66d4a remove unused c_encoding struct member by Benjamin Peterson · 9 years ago
  44. 768921c rewrite parsestr() so it's comprehensible; remove dead code by Benjamin Peterson · 9 years ago
  45. 202803a c_encoding can never be NULL, which allows some code simplification by Benjamin Peterson · 9 years ago
  46. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 10 years ago
  47. 726f690 Fix a refleak in validate_constant() by Victor Stinner · 10 years ago
  48. f2c1aa1 Add ast.Constant by Victor Stinner · 10 years ago
  49. 5c60ea3 Fix two instances of wrong indentation. by Georg Brandl · 10 years ago
  50. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 10 years ago
  51. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 10 years ago
  52. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 10 years ago
  53. c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 10 years ago
  54. c2432f6 One more typo in a comment by Martin Panter · 10 years ago
  55. 00d4442 merge 3.5 (#25131) by Benjamin Peterson · 10 years ago
  56. 58b5395 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) by Benjamin Peterson · 10 years ago
  57. 1e5fcc3 Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString. by Eric V. Smith · 10 years ago
  58. 1d44c41 Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect. by Eric V. Smith · 10 years ago
  59. 5567f89 Issue #24779: Remove unused rawmode parameter to unicode_decode. by Eric V. Smith · 10 years ago
  60. 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 10 years ago
  61. 00723e0 Fix ast_for_atom() by Victor Stinner · 10 years ago
  62. 1fa3652 Merge 3.5 (issue #24975) by Yury Selivanov · 10 years ago
  63. b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. by Yury Selivanov · 10 years ago
  64. 163b5c6 Fix a trivial typo. by Eric V. Smith · 10 years ago
  65. df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 10 years ago
  66. 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 10 years ago
  67. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 10 years ago
  68. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 10 years ago
  69. 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 10 years ago
  70. f86d1fd merge 3.4 (#21295) by Benjamin Peterson · 11 years ago
  71. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 11 years ago
  72. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
  73. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  74. e84fde9 set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  75. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
  76. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 12 years ago
  77. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 12 years ago
  78. 6f08d30 Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 12 years ago
  79. 72f562f Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 12 years ago
  80. 0fae8f9 Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL by Victor Stinner · 12 years ago
  81. 43d8195 Issue #18408: Handle PyArena_AddPyObject() failure in ast.c by Victor Stinner · 12 years ago
  82. aad1d87 move declaration to top of block by Benjamin Peterson · 12 years ago
  83. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
  84. b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
  85. 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
  86. 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
  87. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  88. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  89. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
  90. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 13 years ago
  91. ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 13 years ago
  92. 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 · 13 years ago
  93. 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 · 13 years ago
  94. d40528f merge 3.2 by Benjamin Peterson · 13 years ago
  95. c7dedb0 put * in the normal place by Benjamin Peterson · 13 years ago
  96. bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 13 years ago
  97. e9f72db merge 3.2 by Benjamin Peterson · 13 years ago
  98. c5d7518 move variable decl to the top of the function by Benjamin Peterson · 13 years ago
  99. c7f447c merge 3.2 (#15846) by Benjamin Peterson · 13 years ago
  100. 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 13 years ago