Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Thu, 05 Jun 2008 17:00:15 +0000 | cmlenz | Implement the `__html__` protocol as suggested in #202. This would allow Genshi to be used in combination with other markup generating tools, as long as they support the same protocol. trunk |
Thu, 05 Jun 2008 15:46:16 +0000 | cmlenz | Yet another followup fix for #221. trunk |
Thu, 05 Jun 2008 09:49:53 +0000 | cmlenz | Tweak to [854] to not change the ordering of attributes compared to how they were previously ordered, to avoid breaking any tests that rely on the order. See #216. trunk |
Wed, 04 Jun 2008 13:02:00 +0000 | athomas | Fixed some unintuitive behaviour in `Transformer.{cut,copy}`. trunk |
Wed, 04 Jun 2008 05:01:16 +0000 | athomas | Update to r855 for Python 2.3 support. Fixes #221 (hopefully). trunk |
Tue, 03 Jun 2008 20:22:33 +0000 | cmlenz | Fix expression interpolation for expression containing triple-quoted multiline strings. Thanks to Armin Ronacher for reporting the issue and providing a patch. trunk |