- 4ba5c88 just start with an int rather than casting by Benjamin Peterson · 8 years ago
- 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 · 8 years ago
- a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
- 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
- f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
- 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
- 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 · 8 years ago
- 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
- 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
- fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 8 years ago
- 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
- 9d66d4a remove unused c_encoding struct member by Benjamin Peterson · 9 years ago
- 768921c rewrite parsestr() so it's comprehensible; remove dead code by Benjamin Peterson · 9 years ago
- 202803a c_encoding can never be NULL, which allows some code simplification by Benjamin Peterson · 9 years ago
- be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 9 years ago
- 726f690 Fix a refleak in validate_constant() by Victor Stinner · 9 years ago
- f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
- 5c60ea3 Fix two instances of wrong indentation. by Georg Brandl · 9 years ago
- 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
- 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
- f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
- c106c68 Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
- c2432f6 One more typo in a comment by Martin Panter · 9 years ago
- 00d4442 merge 3.5 (#25131) by Benjamin Peterson · 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
- 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 · 9 years ago
- 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 · 9 years ago
- 5567f89 Issue #24779: Remove unused rawmode parameter to unicode_decode. by Eric V. Smith · 9 years ago
- 235a6f0 Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that. by Eric V. Smith · 9 years ago
- 00723e0 Fix ast_for_atom() by Victor Stinner · 9 years ago
- 1fa3652 Merge 3.5 (issue #24975) by Yury Selivanov · 9 years ago
- b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. by Yury Selivanov · 9 years ago
- 163b5c6 Fix a trivial typo. by Eric V. Smith · 9 years ago
- df39599 Issue #9232: Support trailing commas in function declarations. by Robert Collins · 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 · 10 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