Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Fri, 06 Jun 2008 15:56:51 +0000 | cmlenz | Fix a bad reference in the `TextSerializer` docstring. |
Fri, 06 Jun 2008 15:52:33 +0000 | cmlenz | Another Python 2.3 fix in the wake of #221. |
Fri, 06 Jun 2008 14:37:39 +0000 | cmlenz | Minor cleanup in the i18n module. |
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. |
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. |