Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Fri, 11 Apr 2008 08:42:11 +0000 | cmlenz | newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk]. experimental-newctxt |
Thu, 10 Apr 2008 19:47:27 +0000 | cmlenz | Fix copyright years. |
Tue, 08 Apr 2008 23:45:32 +0000 | aflett | update to trunk through r833 experimental-match-fastpaths |
Tue, 08 Apr 2008 23:36:20 +0000 | aflett | a performance breakthrough - bring this branch inline with the bigtable benchmark by lazily creating ctxt._match_set in a way that doesn't barf experimental-match-fastpaths |
Tue, 08 Apr 2008 22:38:43 +0000 | aflett | fix ticket [209] - make sure py:with is valid, and add a test to make sure empty py:for is invalid |
Tue, 08 Apr 2008 22:34:01 +0000 | cmlenz | Enable pickling of `Template` and `Code` objects. |
Tue, 08 Apr 2008 19:49:39 +0000 | cmlenz | The `Template` class and its subclasses, as well as the interpolation API, now take an `filepath` parameter instead of `basedir`. Closes #207. Thanks to Waldemar Kornewald for the patch. |