COMMITS
/ Python/Python-ast.c 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
November 21, 2010
B
fix refleak
Benjamin Peterson committed
November 20, 2010
B
new plan: functions that want 'tmp' can declare it
Benjamin Peterson committed
B
c89 declarations
Benjamin Peterson committed
B
use %R format code; fixes invalid dereferencing #10391
Benjamin Peterson committed
June 27, 2010
B
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
Benjamin Peterson committed
June 23, 2010
A
Issue #9051: Instances of timezone class can now be pickled.
Alexander Belopolsky committed
June 7, 2010
V
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
Victor Stinner committed
December 13, 2009
B
regenerate Python-ast.c
Benjamin Peterson committed
July 17, 2009
B
update ast version
Benjamin Peterson committed
June 28, 2009
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
December 6, 2008
B
update version number
Benjamin Peterson committed
October 25, 2008
B
Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from
Benjamin Peterson committed
October 24, 2008
B
update Python-ast.c
Benjamin Peterson committed