- f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
- 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 · 9 years ago
- b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. by Yury Selivanov · 9 years ago
- 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 9 years ago
- 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
- 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
- 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 10 years ago
- f86d1fd merge 3.4 (#21295) by Benjamin Peterson · 10 years ago
- 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 10 years ago
- d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
- 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
- e84fde9 set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
- d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
- 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
- 6f08d30 Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
- 72f562f Fix potential NULL pointer dereferencing in ast module CID 719690 by Christian Heimes · 11 years ago
- 0fae8f9 Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL by Victor Stinner · 11 years ago
- 43d8195 Issue #18408: Handle PyArena_AddPyObject() failure in ast.c by Victor Stinner · 11 years ago
- aad1d87 move declaration to top of block by Benjamin Peterson · 12 years ago
- cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
- b8cbba5 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
- 801d955 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
- 5e61f14 Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError by Serhiy Storchaka · 12 years ago
- 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
- c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
- 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 12 years ago
- 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
- ded35ae Issue #16546: make ast.YieldFrom argument mandatory. by Mark Dickinson · 12 years ago
- 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
- 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
- d40528f merge 3.2 by Benjamin Peterson · 12 years ago
- c7dedb0 put * in the normal place by Benjamin Peterson · 12 years ago
- bd0df50 get rid of ast_error_finish by passing the compiling struct to ast_error by Benjamin Peterson · 12 years ago
- e9f72db merge 3.2 by Benjamin Peterson · 12 years ago
- c5d7518 move variable decl to the top of the function by Benjamin Peterson · 12 years ago
- c7f447c merge 3.2 (#15846) by Benjamin Peterson · 12 years ago
- 2e2c903 prevert ast errors from being normalized before ast_error_finish is called (closes #15846) by Benjamin Peterson · 12 years ago
- 28a2ad5 Check return value of asdl_seq_new(). Found by Coverity. by Stefan Krah · 12 years ago
- 518cf94 merge 3.2 by Benjamin Peterson · 13 years ago
- 3f35846 kill this disabled code by Benjamin Peterson · 13 years ago
- bebcd18 merge 3.2 by Benjamin Peterson · 13 years ago
- bc4665e use correct naming convention by Benjamin Peterson · 13 years ago
- 6ecf77b Basic support for PEP 414 without docs or tests. by Armin Ronacher · 13 years ago
- c64ae92 fix indentation by Benjamin Peterson · 13 years ago
- c8909dd break out switch at correct place by Benjamin Peterson · 13 years ago
- 205ad61 only finish error if one occurred by Benjamin Peterson · 13 years ago
- c0beabc move LINENO define to where it actually belongs by Benjamin Peterson · 13 years ago
- 55e0043 streamline normalizer identification a bit by Benjamin Peterson · 13 years ago
- d3af6e3 fix spelling by Benjamin Peterson · 13 years ago
- de5827d invert condition (head bang) by Benjamin Peterson · 13 years ago
- 0fa35ea fix possible refleaks by Benjamin Peterson · 13 years ago
- 89f8b80 use helpful PyUnicode_IS_ASCII macro by Benjamin Peterson · 13 years ago
- 5eda913 PyUnicode_DecodeUTF8 will always return a ready string by Benjamin Peterson · 13 years ago
- 8f56e09 rewrite such that this actually makes sense by Benjamin Peterson · 13 years ago
- 527c622 make YieldFrom its own distinct from Yield (closes #13780) by Benjamin Peterson · 13 years ago
- 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
- 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
- bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
- afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
- 267ca6c merge 3.2 by Benjamin Peterson · 13 years ago
- f63d615 fix indentation by Benjamin Peterson · 13 years ago
- 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
- bf1bbc1 reflect with statements with multiple items in the AST (closes #12106) by Benjamin Peterson · 13 years ago
- 59c90c6 merge 3.2 by Benjamin Peterson · 14 years ago
- 62f8bcb merge 3.1 by Benjamin Peterson · 14 years ago
- bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
- 15244f7 Recorded merge of revisions 85569-85570 via svnmerge from by Victor Stinner · 14 years ago
- 2f2ed1f Fix ast_error_finish() and err_input(): filename can be NULL by Victor Stinner · 14 years ago
- 4c7c8c3 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects by Victor Stinner · 14 years ago
- d4efd9e add column offset to all syntax errors by Benjamin Peterson · 14 years ago
- a1e5c69 Merged revisions 84214 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
- 12844e6 Add tests for r84209 (crashes in the Ast builder) by Amaury Forgeot d'Arc · 14 years ago
- fc34ac5 Merged revisions 84209 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
- 92dc80a Check the return values for all functions returning an ast node. by Amaury Forgeot d'Arc · 14 years ago
- ce5b6c4 Revert r82044, since it changed the semantics of negated imaginary literals. by Mark Dickinson · 14 years ago
- a58eed9 Merged revisions 82043 via svnmerge from by Mark Dickinson · 14 years ago
- d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
- 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
- 7dc5ac5 Merged revisions 75928 via svnmerge from by Benjamin Peterson · 15 years ago
- b2e796a in wide builds, avoid storing high unicode characters from source code with surrogates by Benjamin Peterson · 15 years ago
- ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
- 4fac706 Merged revisions 75224 via svnmerge from by Benjamin Peterson · 15 years ago
- bd27aef Merged revisions 75223 via svnmerge from by Benjamin Peterson · 15 years ago
- defa04e star_expr now always has two nodes by Benjamin Peterson · 15 years ago
- 4905e80 fix an ambiguity in the grammar from the implementation of extended unpacking by Benjamin Peterson · 15 years ago
- 2e4b0e1 Merged revisions 74464 via svnmerge from by Benjamin Peterson · 15 years ago
- 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 15 years ago
- 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
- 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
- 0c31562 Merged revisions 72924 via svnmerge from by Georg Brandl · 15 years ago
- 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 16 years ago
- b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
- d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
- d951e7b check the return value of NEW_IDENTIFIER in some more places by Benjamin Peterson · 16 years ago