Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Wed, 12 Mar 2008 20:48:52 +0000 | cmlenz | The XHTML serializer now strips `xml:space` attributes as they are only allowed on very few tags. |
Wed, 12 Mar 2008 20:46:34 +0000 | cmlenz | The `Stream.render` now accepts an optional `out` parameter that can be used to pass in a writable file-like object to use for assembling the output, instead of building a big string and returning it. |
Mon, 25 Feb 2008 20:44:04 +0000 | aflett | land first cut at fast-path matching - needs some cleanup experimental-match-fastpaths |
Fri, 22 Feb 2008 15:14:20 +0000 | cmlenz | Add experimental branch for work on match fast-paths (such as the patch on #183). experimental-match-fastpaths |
Fri, 22 Feb 2008 14:53:52 +0000 | cmlenz | Fix #180 (py2.6 warning). |
Wed, 13 Feb 2008 17:06:19 +0000 | cmlenz | Fix one Python 2.3 compatibility in the expression evaluation code. See #177. One more to go, though. |
Thu, 07 Feb 2008 19:51:00 +0000 | jruigrok | Fix typo: thi -> this. |