Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Fri, 25 Aug 2006 10:08:46 +0000 | cmlenz | * Removed storage of substream in `MatchDirective`, because it's already being stored in the match templates (related to #39). |
Thu, 24 Aug 2006 22:42:07 +0000 | mgood | Implemented support for generator expressions (fixes #16) |
Thu, 24 Aug 2006 21:02:00 +0000 | mgood | simplify the `value_of` method exported in the template plugin |
Thu, 24 Aug 2006 19:12:12 +0000 | cmlenz | Fix refactoring leftover from [242]. Closes #40. |
Thu, 24 Aug 2006 19:06:23 +0000 | cmlenz | Fix missing import in unit test added in [244]. |
Thu, 24 Aug 2006 19:05:22 +0000 | cmlenz | Fix regression introduced in [242]: any reference to an undefined name would result in a `NameError`. |
Thu, 24 Aug 2006 19:03:24 +0000 | cmlenz | Fix for Python 2.3 compatibility in `py:with` directive (regression in [240]). |