log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
genshi
>
genshi-test
log scripts/ast_generator.py @ 862:
37fb3988647a
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
Tue, 10 Nov 2009 21:22:51 +0000
cmlenz
Convert a bunch of print statements to py3k compatible syntax.
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).
less
more
|
(0)
tip
Copyright (C) 2012-2017 Edgewall Software