log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
genshi
>
mirror
log scripts/ast_generator.py @ 1022:
500573200533
trunk
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
Fri, 13 Nov 2009 22:31:04 +0000
cmlenz
Add unit tests for correct handling of with statements and yield expressions in the AST code generator.
trunk
Tue, 10 Nov 2009 21:22:51 +0000
cmlenz
Convert a bunch of print statements to py3k compatible syntax.
trunk
Tue, 16 Dec 2008 23:02:36 +0000
cmlenz
Merged AST branch back into trunk. Most of this code was written by Marcin Kurczych for his Google Summer of Code 2008 project. The merge of this branch means that Genshi now uses the native `_ast` module on Python >= 2.5, and an emulation thereof on Python 2.4. This replaces the usage of the `compiler` package, which was deprecated in Python 2.6 and removed in Python 3.0. Another effect is that Genshi now runs on Google AppEngine (although performance is bad due to the lack of template caching).
trunk
less
more
|
(0)
tip
Copyright (C) 2012-2017 Edgewall Software