- ensure lru threading test doesn't run
- Source code escaping has been simplified. In particular, module source files are now generated with the Python "magic encoding comment", and source code is passed through mostly unescaped, except for that code which is regenerated from parsed Python source. This fixes usage of unicode in <%namespace:defname> tags. [ticket:99]
Showing
- CHANGES 9 additions, 2 deletionsCHANGES
- mako/__init__.py 1 addition, 1 deletionmako/__init__.py
- mako/codegen.py 6 additions, 6 deletionsmako/codegen.py
- mako/lexer.py 6 additions, 10 deletionsmako/lexer.py
- mako/pyparser.py 4 additions, 0 deletionsmako/pyparser.py
- mako/runtime.py 4 additions, 1 deletionmako/runtime.py
- mako/template.py 6 additions, 2 deletionsmako/template.py
- mako/util.py 2 additions, 1 deletionmako/util.py
- setup.py 1 addition, 1 deletionsetup.py
- test/test_lru.py 5 additions, 2 deletionstest/test_lru.py
- test/test_template.py 23 additions, 0 deletionstest/test_template.py
Loading
Please register or sign in to comment