Mercurial > genshi > mirror
log examples/bench/basic.py @ 300:6ad1e2221d55 trunk
age | author | description |
---|---|---|
Mon, 11 Sep 2006 15:07:07 +0000 | cmlenz | Renamed Markup to Genshi in repository. trunk |
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 |
Sun, 06 Aug 2006 21:22:21 +0000 | cmlenz | Minor performance improvements in serialization. trunk |
Tue, 01 Aug 2006 17:06:03 +0000 | cmlenz | Merged [135:138/branches/experimental/cspeedups]. trunk |
Wed, 26 Jul 2006 08:50:09 +0000 | cmlenz | benchmark: improved functionality of SimpleTAL example. Thanks to bruno desthuilliers for some tips. 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 |