Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Fri, 25 Aug 2006 13:12:39 +0000 | cmlenz | Fix for handling function calls with star/dstar arguments in expressions. Closes #42. Many thanks to David Fraser for reporting the problem and providing a patch! trunk |
Fri, 25 Aug 2006 12:43:01 +0000 | cmlenz | Remove the (hopefully) last instance where directives store state in instance variables, allowing templates to be cached and reused in a threadsafe manner. Closes #39. Many thanks to Christian Boos for the patch! trunk |
Fri, 25 Aug 2006 12:39:55 +0000 | cmlenz | The `TextSerializer` should produce `unicode` objects, not `Markup` objects. trunk |
Fri, 25 Aug 2006 11:14:04 +0000 | cmlenz | Add serialization to plain text, based on cboos' patch. Closes #41. trunk |