Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Tue, 15 Aug 2006 21:59:07 +0000 | cmlenz | `Template.generate()` now accepts the context data as keyword arguments, so that you don't have to import the `Context` class every time you want to pass data into a template. |
Tue, 15 Aug 2006 14:41:08 +0000 | cmlenz | Added changelog file, plus some README and setup tweaks. |
Tue, 15 Aug 2006 13:17:51 +0000 | cmlenz | Use `xmlcharrefreplace` when encoding the output in `Stream.render()`, so that encoding the output to legacy encodings such as ASCII or ISO-8859-1 should always work. |
Tue, 15 Aug 2006 10:12:03 +0000 | cmlenz | Simplifed `CoalesceFilter` (now a function) |
Tue, 15 Aug 2006 09:52:47 +0000 | cmlenz | * Fix error in expression evaluation when the expression evaluates to an iterable that does not produce event tuples. |
Fri, 11 Aug 2006 16:34:35 +0000 | cmlenz | * Coalesce adjacent text events that the parsers would produce when text crossed the buffer boundaries. Fixes #26. |