COMMITS
/ Python/ast.c February 14, 2014
B
set line and column numbers for keyword-only arg nodes (closes #20619)
Benjamin Peterson committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 12, 2013
A
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 24, 2013
C
Fix potential NULL pointer dereferencing in ast module
Christian Heimes committed
C
Fix potential NULL pointer dereferencing in ast module
Christian Heimes committed
July 17, 2013
V
Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL
Victor Stinner committed
July 16, 2013
V
Issue #18408: Handle PyArena_AddPyObject() failure in ast.c
Victor Stinner committed
March 18, 2013
B
move declaration to top of block
Benjamin Peterson committed
B
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson committed
February 10, 2013
S
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka committed
S
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka committed
S
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka committed
February 9, 2013
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
November 25, 2012
M
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson committed
September 10, 2012
C
September 2, 2012
B
put * in the normal place
Benjamin Peterson committed
B
get rid of ast_error_finish by passing the compiling struct to ast_error
Benjamin Peterson committed
B
move variable decl to the top of the function
Benjamin Peterson committed
B
merge 3.2 (#15846)
Benjamin Peterson committed
B
prevert ast errors from being normalized before ast_error_finish is called (closes #15846)
Benjamin Peterson committed
August 20, 2012
S
Check return value of asdl_seq_new(). Found by Coverity.
Stefan Krah committed
March 12, 2012
B
kill this disabled code
Benjamin Peterson committed
B
use correct naming convention
Benjamin Peterson committed
March 4, 2012
A
Basic support for PEP 414 without docs or tests.
Armin Ronacher committed
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