Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Tue, 29 Aug 2006 12:14:36 +0000 | cmlenz | The `XMLParser` now correctly handles unicode input. Closes #43. trunk |
Tue, 29 Aug 2006 10:56:33 +0000 | cmlenz | `TypeError`s raised by `py:def` macros (and other expressions producing streams) are no longer silently ignored. Closes #44. trunk |
Sat, 26 Aug 2006 00:17:03 +0000 | cmlenz | Add doctest to verify that the `py:attrs` directive correctly handles a sequence of `(name, value)` tuples. trunk |
Fri, 25 Aug 2006 23:58:36 +0000 | cmlenz | * Implement reverse add/mul operators for `Markup` class, so that the result is also a `Markup` instance. trunk |