[svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow...
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 21 Apr 2007 17:54:15 +0000 (19:54 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 21 Apr 2007 17:54:15 +0000 (19:54 +0200)
commit4a51133f4cab87a27be0ee34d9c8f2bc5bbb47a6
treea1e8777c5c4ce21b3795f6d0ad94104da143a31f
parent157d7e5dd5aa6726c87dad40a5317c5ba2458a40
[svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow for str)

--HG--
branch : trunk
jinja/_native.py
jinja/_speedups.c
jinja/environment.py
jinja/filters.py
jinja/utils.py