COMMITS
/ Python/Python-ast.c 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
January 10, 2007
G
Some more changes related to the new except syntax and semantics,
Guido van Rossum committed
January 6, 2007
M
Commit __version__ change.
Martin v. Löwis committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
September 6, 2006
G
Patch #1550786: ellipsis literal.
Georg Brandl committed
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 28, 2006
G
Fix set literals not being visited in symtable creation.
Georg Brandl committed
G
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum committed
August 26, 2006
G
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum committed
August 25, 2006
B
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon committed
April 21, 2006
T
Commit regenerated Python-ast.c.
Thomas Wouters committed
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 2, 2006
M
Fix memory leak on attributes.
Martin v. Löwis committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
February 28, 2006
N
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz committed
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
M
Regenerate.
Martin v. Löwis committed
February 27, 2006
G
PEP 343 -- the with-statement.
Guido van Rossum committed
M
Create _ast module.
Martin v. Löwis committed
T
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters committed
M
Avoid reinitializing the types twice.
Martin v. Löwis committed