Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Wed, 06 Feb 2008 12:18:02 +0000 | cmlenz | Assigning to a variable named `data` in a Python code block no longer breaks context lookup. We now use the name `__data__` for internal data, hoping that that name is not as commonly used in templates. |
Tue, 05 Feb 2008 17:27:36 +0000 | cmlenz | Fix another memory leak in the C speedups code. Thanks to Erik Bray for finding this one and providing a patch. Closes #166 (again). |