Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Thu, 23 Nov 2006 12:36:43 +0000 | cmlenz | Add `Attrs` class to `genshi.core.__all__`, so that it can be imported directly from the `genshi` package. |
Thu, 23 Nov 2006 11:28:15 +0000 | cmlenz | Fix parsing of processing instructions in HTML input. |
Thu, 23 Nov 2006 11:23:35 +0000 | cmlenz | Tiny simplification of the template engine plugin, taking advantage of the `default_class` parameter added to the `TemplateLoader` in [443]. |
Thu, 23 Nov 2006 10:52:14 +0000 | cmlenz | `MarkupTemplate`s can now be instantiated from markup streams, in addition to strings and file-like objects. Thanks to David Fraser for the patch. Closes #69. |