| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Corrects run_wsgi.py spelling error. | CodeMan99 | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | Make run_wsgi.py python3 compliant | CodeMan99 | 2014-12-10 | 1 | -20/+28 |
| | | | | | | | | | | | | | Changes include: - Add __future__ for python2 - Set "ascii" encoding for TemplateLookup - Remove text option for error handling (header is already set to HTML) - Break apart exception handling for clarity - Check that a file exists before opening it - Use `open` not `file` with 'rb' flags - Remove unnessary "default" `extensions_map` - Python3 style print statement | ||||
| * | Use same constants across templates rendering functions: | Vincent Férotin | 2012-02-21 | 1 | -12/+14 |
| | | | | | ``TITLE``, ``USER`` and ``(U_)ITEMS``. | ||||
| * | Add Jinja2 example to benchmark: | Vincent Férotin | 2012-02-21 | 6 | -1/+88 |
| | | | | | | | * add two new templates directory: ``examples/bench/jinja2`` and ``examples/bench/jinja2_inheritance``; * add two set of Jinja2 templates, matching those related to Mako; * add new ``jinja2`` function in ``examples/bench/basic.py`` module to load these new templates. | ||||
| * | Remove an alone space on empty line. | Vincent Férotin | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | - [bug] The "benchmark" example is now Python 3 compatiblerel_0_6_0 | Mike Bayer | 2012-01-21 | 1 | -22/+38 |
| | | | | | | (even though several of those old template libs aren't available on Py3K, so YMMV) [ticket:175] | ||||
| * | - now that trailing whitespace comes up in red, need to get rid of it | Mike Bayer | 2011-01-19 | 8 | -11/+11 |
| | | |||||
| * | use wsgiref server now | Mike Bayer | 2009-08-05 | 1 | -2/+2 |
| | | |||||
| * | - CHANGES cleanup | Mike Bayer | 2008-05-03 | 1 | -1/+1 |
| | | | | | | | | - some functions on Context are now private: _push_buffer(), _pop_buffer(), caller_stack._push_frame(), caller_stack._pop_frame(). - implemented [ticket:76] inlining of context.write() | ||||
| * | added the "check for last" step back to the tests - illustrates how the ↵ | Mike Bayer | 2007-01-05 | 4 | -6/+6 |
| | | | | | different systems handle such a step | ||||
| * | removed escaping, extra condfitional | Mike Bayer | 2007-01-04 | 1 | -1/+1 |
| | | |||||
| * | basic usage doc; lookup sets filesystem checks to true by default | Mike Bayer | 2006-12-15 | 1 | -1/+1 |
| | | |||||
| * | lexer picks up on magic encoding comment | Mike Bayer | 2006-12-09 | 1 | -0/+3 |
| | | |||||
| * | cleaning up exception formatting | Mike Bayer | 2006-12-06 | 2 | -3/+8 |
| | | |||||
| * | wsgi example rearrangement/update | Mike Bayer | 2006-12-05 | 3 | -16/+50 |
| | | | | | cache function optional | ||||
| * | dont need lookup for exception reporting | Mike Bayer | 2006-11-30 | 1 | -2/+1 |
| | | |||||
| * | dev | Mike Bayer | 2006-11-30 | 1 | -7/+8 |
| | | |||||
| * | wsgi, exception handling | Mike Bayer | 2006-11-30 | 2 | -2/+11 |
| | | |||||
| * | localized exception | Mike Bayer | 2006-11-30 | 2 | -3/+4 |
| | | |||||
| * | added wsgi example, working on lookup/exception reporting | Mike Bayer | 2006-11-30 | 3 | -0/+41 |
| | | |||||
| * | text tag, adding "inheritable" flag to namespace | Mike Bayer | 2006-11-26 | 1 | -1/+1 |
| | | |||||
| * | changed %component to %def | Mike Bayer | 2006-11-26 | 2 | -4/+4 |
| | | |||||
| * | inheritance/ccall with content coming together now | Mike Bayer | 2006-11-24 | 3 | -9/+6 |
| | | |||||
| * | some semblance of inheritance, needs cleanup | Mike Bayer | 2006-11-23 | 5 | -3/+48 |
| | | |||||
| * | speed adjustments...the cheetah test setting the bar pretty high.... | Mike Bayer | 2006-11-22 | 1 | -1/+1 |
| | | |||||
| * | copyright etc | Mike Bayer | 2006-11-21 | 1 | -0/+30 |
| | | |||||
| * | doc, etc | Mike Bayer | 2006-11-20 | 2 | -2/+1 |
| | | |||||
| * | benchmarks....beating cheetah so far ! woop | Mike Bayer | 2006-11-20 | 17 | -0/+386 |
