python2.5-compiler-package

Summary

Description A fork of the Python standard library compiler package
Owner Paul Boddie <paul@boddie.org.uk>
Last change Sat, 14 Jul 2012 19:32:22 +0200

Shortlog

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.

Tags

Branches

2012-07-14 df57aa92cf76 default

Bookmarks