Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Tue, 29 Aug 2006 16:34:40 +0000 | cmlenz | * Fix bug in handling of undefined entities. Thanks to Arnar for reporting the issue on IRC. trunk |
Tue, 29 Aug 2006 15:44:54 +0000 | cmlenz | Cleanup the application of template processing steps (flatten, eval, match) so that they are only performed when necessary. Results in a small performance boost, and also fixes #35. trunk |
Tue, 29 Aug 2006 12:14:36 +0000 | cmlenz | The `XMLParser` now correctly handles unicode input. Closes #43. trunk |
Tue, 29 Aug 2006 10:56:33 +0000 | cmlenz | `TypeError`s raised by `py:def` macros (and other expressions producing streams) are no longer silently ignored. Closes #44. trunk |