Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
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 |
Mon, 08 Dec 2008 21:15:19 +0000 | cmlenz | Get rid of a couple more -3 warnings. trunk |
Mon, 08 Dec 2008 20:37:45 +0000 | cmlenz | Apply patch to silence a -3 warning about `reduce` removal. Closes #279. trunk |
Mon, 22 Sep 2008 11:28:23 +0000 | cmlenz | Erase svnmerge property from trunk. trunk |