Mercurial > genshi > genshi-test
log markup/tests/filters.py @ 221:c448cf114c30
age | author | description |
---|---|---|
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. |
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. |
Tue, 01 Aug 2006 10:42:48 +0000 | cmlenz | Various fixes for breakage introduced in [132]. |
Mon, 31 Jul 2006 23:00:06 +0000 | cmlenz | Removed the `sanitize()` method from the `Markup` class, and migrate the existing unit tests to `markup.tests.filters`. Provide a `Stream.filter()` method instead which can be used to conveniently apply a filter to a stream. |