Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Sat, 15 Mar 2008 05:42:29 +0000 | aflett | more code/comment clean up - make sure to retain match order experimental-match-fastpaths |
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. trunk |
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. trunk |