Mercurial > genshi > mirror
log
age | author | description |
---|---|---|
Mon, 07 Jul 2008 16:35:06 +0000 | cmlenz | Unbuffered match templates could result in parts of the matched content being included in the output if the match template didn't actually consume it via one or more calls to the `select()` function. Closes #243. Thanks to Felix Schwarz for the report and test case. trunk |
Tue, 01 Jul 2008 10:42:57 +0000 | cmlenz | Ported [894] and [895] back to 0.5.x branch. stable-0.5.x |
Tue, 01 Jul 2008 10:35:01 +0000 | cmlenz | Includes from templates loaded via an absolute path now include the correct file in nested directories as long if no search path has been configured. Closes #240. trunk |
Tue, 01 Jul 2008 09:07:38 +0000 | cmlenz | Make the code that retrieves the Genshi version via `pkg_resources` handle the case of missing egg metadata more gracefully. Closes #241. trunk |