COMMITS
/ Python/Python-ast.c April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 11, 2014
B
merge 3.3 (#20588)
Benjamin Peterson committed
B
don't put runtime values in array initializer for C89 compliance (closes #20588)
Benjamin Peterson committed
October 12, 2013
A
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou committed
July 26, 2013
C
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes committed
C
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes committed
V
(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
Victor Stinner committed
V
Parser/asdl_c.py: use Py_CLEAR()
Victor Stinner committed
V
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Victor Stinner committed
V
According to the PEP 7, C code must "use 4-space indents"
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)
Victor Stinner committed
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
March 19, 2013
B
bump Python-ast.c
Benjamin Peterson committed
B
refactor to fix refleaks
Benjamin Peterson committed
March 18, 2013
B
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov 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
July 8, 2012
B
add gc support to the AST base type (closes #15293)
Benjamin Peterson committed
A
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
Antoine Pitrou committed
May 15, 2012
B
use Py_ssize_t for ast sequence lengths
Benjamin Peterson committed
M
Document f4d7ad6c9d6e.
Martin v. Löwis committed
M
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Martin v. Löwis committed
March 15, 2012
B
free AST's dict
Benjamin Peterson committed
March 13, 2012
V
Try to fix compilation of Python-ast.c on Visual Studio 2008
Victor Stinner committed
March 12, 2012
B
give the AST class a __dict__
Benjamin Peterson committed
January 14, 2012
B
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson committed
January 13, 2012
A
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou committed
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
November 22, 2011
A
Merge branch 3.2
Amaury Forgeot d'Arc committed
A
Issue #13436: commit regenerated Python-ast.c
Amaury Forgeot d'Arc committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
September 1, 2011
B
accept bytes for the AST 'string' type
Benjamin Peterson committed
August 9, 2011
B
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson committed
July 22, 2011
B
None is ok for identifiers but not strings
Benjamin Peterson committed
B
type check AST strings and identifiers
Benjamin Peterson committed
B
hardcode the old svn __version__
Benjamin Peterson committed
July 16, 2011
B
remove ast.__version__ (closes #12273)
Benjamin Peterson committed
May 29, 2011
B
bump ast version
Benjamin Peterson committed
B
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson committed
May 27, 2011
B
bump ast version
Benjamin Peterson committed
B
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson committed
March 13, 2011
B
use only the hex version, since the revno is unreliable across repos
Benjamin Peterson committed
B
bump ast version
Benjamin Peterson committed
B
convert ast versioning to mercurial
Benjamin Peterson committed