COMMITS
/ Python/Python-ast.c 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
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 22, 2007
G
obcheckin.
Guido van Rossum committed
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
April 16, 2007
G
Check in the inevitable change to the version number.
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
March 18, 2007
G
Update the silly version number.
Guido van Rossum committed
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed
February 27, 2007
B
Commit version bump.
Brett Cannon committed
J
Provisional implementation of PEP 3104.
Jeremy Hylton committed
February 26, 2007
N
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz committed
T
Merged revisions 53912-53951 via svnmerge from
Thomas Wouters committed
February 23, 2007
T
Prevent regeneration.
Thomas Wouters committed
T
Bytes literal.
Thomas Wouters committed
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
February 11, 2007
G
Checkin the regenerated Python-ast.c and fix test_optparse.
Georg Brandl committed
February 9, 2007
G
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl committed
January 15, 2007
T
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters committed