COMMITS
/ Python/Python-ast.c 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
September 10, 2008
A
Merged revisions 66377 via svnmerge from
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
March 31, 2008
N
Merged revisions 62047 via svnmerge from
Neal Norwitz committed
N
Merged revisions 62049,62054 via svnmerge from
Neal Norwitz committed
N
Merged revisions 62039-62042 via svnmerge from
Neal Norwitz committed
March 30, 2008
M
Merged revisions 62013-62014 via svnmerge from
Martin v. Löwis committed
M
Merged revisions 62004 via svnmerge from
Martin v. Löwis committed
February 24, 2008
C
Merged revisions 61003-61033 via svnmerge from
Christian Heimes committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 2, 2007
G
Fixes for issue 1752184, ensuring type objects are always created
Guido van Rossum committed
August 31, 2007
G
Customary 2nd submit of this file after it's been changed.
Guido van Rossum committed
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 26, 2007
N
Regenerate
Neal Norwitz committed
August 25, 2007
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed
N
Use unicode for AST attributes
Neal Norwitz committed
July 11, 2007
G
obcheckin.
Guido van Rossum committed
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed