Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Mon, 17 Mar 2008 09:40:14 +0000 | cmlenz | Minor cleanup in eval module. trunk |
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 |
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). trunk |