python2.7-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-06 Paul Boddie Added string "display" representations for Python 2.7 nodes.
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-18 Paul Boddie Removed Python 3 warning.
2012-05-18 Paul Boddie Changed the dispatch mechanism to use the visit methods provided by nodes.
2012-05-18 Paul Boddie Added *args for new Python 2.7 AST node visit methods.

Tags

Branches

2012-07-14 9ffa1f4447f2 default

Bookmarks