Mercurial > genshi > mirror
log examples/bench/bigtable.py @ 171:7fcf8e04514e trunk
age | author | description |
---|---|---|
Tue, 15 Aug 2006 21:59:07 +0000 | cmlenz | `Template.generate()` now accepts the context data as keyword arguments, so that you don't have to import the `Context` class every time you want to pass data into a template. trunk |
Fri, 04 Aug 2006 10:50:24 +0000 | cmlenz | Added Django to the [wiki:MarkupPerformance#bigtablebenchmark bigtable benchmark], based on patch contributed by Simon Willison (#23). Also, changed the benchmark so that Clearsilver, Kid, and Django are not required to run the benchmark. trunk |
Thu, 03 Aug 2006 14:49:22 +0000 | cmlenz | Fix for #18: whitespace in space-sensitive elements such as `<pre>` and `<textarea>` is now preserved. trunk |
Tue, 01 Aug 2006 17:15:28 +0000 | cmlenz | Merged [141]. trunk |
Fri, 21 Jul 2006 11:56:01 +0000 | cmlenz | Add benchmark that builds a large HTML table using different templating techniques (provided by Jonas). trunk |