Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Thu, 05 Jun 2008 15:46:16 +0000 | cmlenz | Yet another followup fix for #221. |
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. |
Wed, 04 Jun 2008 13:02:00 +0000 | athomas | Fixed some unintuitive behaviour in `Transformer.{cut,copy}`. |
Wed, 04 Jun 2008 05:01:16 +0000 | athomas | Update to r855 for Python 2.3 support. Fixes #221 (hopefully). |
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. |
Sun, 01 Jun 2008 20:09:28 +0000 | cmlenz | Workaround for a Python 2.4 bug that broke star imports in template code blocks. Closes #221. Many thanks to Armin Ronacher for the patch. |