COMMITS
/ Python/ast.c January 16, 2012
B
fix indentation
Benjamin Peterson committed
B
break out switch at correct place
Benjamin Peterson committed
B
only finish error if one occurred
Benjamin Peterson committed
B
move LINENO define to where it actually belongs
Benjamin Peterson committed
B
streamline normalizer identification a bit
Benjamin Peterson committed
B
fix spelling
Benjamin Peterson committed
B
invert condition (head bang)
Benjamin Peterson committed
B
fix possible refleaks
Benjamin Peterson committed
B
use helpful PyUnicode_IS_ASCII macro
Benjamin Peterson committed
B
PyUnicode_DecodeUTF8 will always return a ready string
Benjamin Peterson committed
B
rewrite such that this actually makes sense
Benjamin Peterson committed
January 14, 2012
B
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson committed
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
January 12, 2012
A
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`.
Antoine Pitrou committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
August 9, 2011
B
add a AST validator (closes #12575)
Benjamin Peterson committed
June 21, 2011
B
fix indentation
Benjamin Peterson committed
May 29, 2011
B
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson committed
May 27, 2011
B
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson committed
April 12, 2011
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
October 19, 2010
V
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner committed
October 16, 2010
V
Fix ast_error_finish() and err_input(): filename can be NULL
Victor Stinner committed
V
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner committed
September 20, 2010
B
add column offset to all syntax errors
Benjamin Peterson committed
August 19, 2010
A
Merged revisions 84214 via svnmerge from
Amaury Forgeot d'Arc committed
A
Add tests for r84209 (crashes in the Ast builder)
Amaury Forgeot d'Arc committed
A
Merged revisions 84209 via svnmerge from
Amaury Forgeot d'Arc committed
A
Check the return values for all functions returning an ast node.
Amaury Forgeot d'Arc committed
June 30, 2010
M
Revert r82044, since it changed the semantics of negated imaginary literals.
Mark Dickinson committed
June 17, 2010
M
Merged revisions 82043 via svnmerge from
Mark Dickinson committed
M
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 29, 2009
B
Merged revisions 75928 via svnmerge from
Benjamin Peterson committed
October 28, 2009
B
in wide builds, avoid storing high unicode characters from source code with surrogates
Benjamin Peterson committed
October 18, 2009
S
October 3, 2009
B
Merged revisions 75224 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 75223 via svnmerge from
Benjamin Peterson committed
September 27, 2009
B
star_expr now always has two nodes
Benjamin Peterson committed
B
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson committed
September 11, 2009
B
Merged revisions 74464 via svnmerge from
Benjamin Peterson committed
June 28, 2009
B
In most cases, the parser will protect True, False, and None from being assign to.
Benjamin Peterson committed