summaryrefslogtreecommitdiffstats
path: root/Python/ast.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential NULL pointer dereferencing in ast moduleChristian Heimes2013-07-241-1/+1
* Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxErrorSerhiy Storchaka2013-02-101-7/+11
|\
| * Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxErrorSerhiy Storchaka2013-02-101-7/+11
* | Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-1/+1
|\ \ | |/
| * Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...Antoine Pitrou2013-02-091-1/+1
* | Issue #16546: make ast.YieldFrom argument mandatory.Mark Dickinson2012-11-251-2/+1
* | Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...Christian Heimes2012-09-101-0/+1
|\ \ | |/
| * Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...Christian Heimes2012-09-101-0/+1
* | merge 3.2Benjamin Peterson2012-09-021-2/+2
|\ \ | |/
| * put * in the normal placeBenjamin Peterson2012-09-021-2/+2
* | get rid of ast_error_finish by passing the compiling struct to ast_errorBenjamin Peterson2012-09-021-118/+72
* | merge 3.2Benjamin Peterson2012-09-021-2/+2
|\ \ | |/
| * move variable decl to the top of the functionBenjamin Peterson2012-09-021-2/+2
* | merge 3.2 (#15846)Benjamin Peterson2012-09-021-0/+8
|\ \ | |/
| * prevert ast errors from being normalized before ast_error_finish is called (c...Benjamin Peterson2012-09-021-0/+8
* | Check return value of asdl_seq_new(). Found by Coverity.Stefan Krah2012-08-201-0/+2
* | merge 3.2Benjamin Peterson2012-03-121-6/+0
|\ \ | |/
| * kill this disabled codeBenjamin Peterson2012-03-121-6/+0
* | merge 3.2Benjamin Peterson2012-03-121-2/+2
|\ \ | |/
| * use correct naming conventionBenjamin Peterson2012-03-121-2/+2
* | Basic support for PEP 414 without docs or tests.Armin Ronacher2012-03-041-0/+3
* | fix indentationBenjamin Peterson2012-01-161-5/+5
* | break out switch at correct placeBenjamin Peterson2012-01-161-1/+1
* | only finish error if one occurredBenjamin Peterson2012-01-161-1/+2
* | move LINENO define to where it actually belongsBenjamin Peterson2012-01-161-4/+0
* | streamline normalizer identification a bitBenjamin Peterson2012-01-161-25/+55
* | fix spellingBenjamin Peterson2012-01-161-1/+1
* | invert condition (head bang)Benjamin Peterson2012-01-161-1/+1
* | fix possible refleaksBenjamin Peterson2012-01-161-2/+4
* | use helpful PyUnicode_IS_ASCII macroBenjamin Peterson2012-01-161-1/+1
* | PyUnicode_DecodeUTF8 will always return a ready stringBenjamin Peterson2012-01-161-1/+2
* | rewrite such that this actually makes senseBenjamin Peterson2012-01-161-1/+1
* | make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-141-1/+7
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-5/+16
* | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-121-7/+12
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+2
* | Implement PEP 393.Martin v. Löwis2011-09-281-37/+24
* | add a AST validator (closes #12575)Benjamin Peterson2011-08-091-4/+482
* | merge 3.2Benjamin Peterson2011-06-211-1/+1
|\ \ | |/
| * fix indentationBenjamin Peterson2011-06-211-1/+1
* | unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-18/+4
* | reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-27/+16
* | merge 3.2Benjamin Peterson2011-04-121-0/+1
|\ \ | |/
| * merge 3.1Benjamin Peterson2011-04-121-0/+1
| |\
| | * make assigning to a bytes literal a syntax error (closes #11506)Benjamin Peterson2011-04-121-0/+1
| | * Recorded merge of revisions 85569-85570 via svnmerge fromVictor Stinner2010-10-191-1/+11
| | * Merged revisions 84214 via svnmerge fromAmaury Forgeot d'Arc2010-08-191-3/+3
| | * Merged revisions 84209 via svnmerge fromAmaury Forgeot d'Arc2010-08-191-25/+26
| | * Revert r82044, since it changed the semantics of negated imaginary literals.Mark Dickinson2010-06-301-0/+26