python2.5-compiler-package

Shortlog

(0) tip
2012-07-14 Paul Boddie Added missing support for name and attribute deletion statements. default tip
2012-07-05 Paul Boddie Fixed the list comprehension output.
2012-07-05 Paul Boddie Added string "display" representations for the nodes, allowing ASTs to be
2012-06-12 Paul Boddie Changed __repr__ format strings to use %r directly with objects.
2012-06-12 Paul Boddie Added confusing but probably necessary licensing statements.
2012-05-21 Paul Boddie Added copyright and modification details for the visitor changes.
2012-05-17 Paul Boddie Changed the dispatch mechanism to use the visit methods provided by nodes.
2012-05-17 Paul Boddie Added *args to the visit method signatures and invocations.
2012-05-16 Paul Boddie Removed historical licence information (the code should be licensed under the
2012-05-01 Paul Boddie Added visit methods to the AST nodes for mutually-assisted dispatch to visitors.
2012-05-01 Paul Boddie The compiler package from Python 2.5.6 together with copyright and licensing information.
(0) tip