<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>python/benchmark/pythoncode/python_escape_str_join.py</filename>
    </added>
    <added>
      <filename>python/benchmark/pythoncode/python_escape_tostr_join.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -691,12 +691,12 @@ class PythonEntry(Entry):
     def _execute_(self, filename, context, ntimes, _buf = None):
         script = read_file(filename)
         code = compile(script, filename, 'exec')
-        from tenjin.helpers import to_str
+        from tenjin.helpers import to_str, escape
         global use_str
         if use_str: to_str = str
         global_vars = globals()
         for i in xrange(ntimes):
-            local_vars = { 'to_str': to_str, 'list': context['list'], '_buf': _buf }
+            local_vars = { 'to_str': to_str, 'list': context['list'], '_buf': _buf, 'escape': escape }
             exec(code, global_vars, local_vars)
             output = local_vars.get('output')
         return output or True</diff>
      <filename>python/benchmark/bench.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>56053117cf0b37bbfef84ac533de565d913a5dd9</id>
    </parent>
  </parents>
  <author>
    <name>makoto kuwata</name>
    <email>kwa@kuwata-lab.com</email>
  </author>
  <url>http://github.com/kwatch/tenjin/commit/821e26bc82dae8cc5fce45355951613dad8e86df</url>
  <id>821e26bc82dae8cc5fce45355951613dad8e86df</id>
  <committed-date>2009-10-03T04:19:24-07:00</committed-date>
  <authored-date>2009-09-29T15:29:05-07:00</authored-date>
  <message>python: add 'benchmark/pythoncode/python_escape_{str,tostr}_join.py'</message>
  <tree>fc38118da73e7d32cee06a4f42fe6510d3a82229</tree>
  <committer>
    <name>makoto kuwata</name>
    <email>kwa@kuwata-lab.com</email>
  </committer>
</commit>
