summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Use same constants across templates rendering functions:Vincent Férotin2012-02-211-12/+14
| | | | ``TITLE``, ``USER`` and ``(U_)ITEMS``.
* Add Jinja2 example to benchmark:Vincent Férotin2012-02-216-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érotin2012-02-211-1/+1
|
* - [bug] The "benchmark" example is now Python 3 compatiblerel_0_6_0Mike Bayer2012-01-211-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 itMike Bayer2011-01-198-11/+11
|
* use wsgiref server nowMike Bayer2009-08-051-2/+2
|
* - CHANGES cleanupMike Bayer2008-05-031-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 Bayer2007-01-054-6/+6
| | | | different systems handle such a step
* removed escaping, extra condfitionalMike Bayer2007-01-041-1/+1
|
* basic usage doc; lookup sets filesystem checks to true by defaultMike Bayer2006-12-151-1/+1
|
* lexer picks up on magic encoding commentMike Bayer2006-12-091-0/+3
|
* cleaning up exception formattingMike Bayer2006-12-062-3/+8
|
* wsgi example rearrangement/updateMike Bayer2006-12-053-16/+50
| | | | cache function optional
* dont need lookup for exception reportingMike Bayer2006-11-301-2/+1
|
* devMike Bayer2006-11-301-7/+8
|
* wsgi, exception handlingMike Bayer2006-11-302-2/+11
|
* localized exceptionMike Bayer2006-11-302-3/+4
|
* added wsgi example, working on lookup/exception reportingMike Bayer2006-11-303-0/+41
|
* text tag, adding "inheritable" flag to namespaceMike Bayer2006-11-261-1/+1
|
* changed %component to %defMike Bayer2006-11-262-4/+4
|
* inheritance/ccall with content coming together nowMike Bayer2006-11-243-9/+6
|
* some semblance of inheritance, needs cleanupMike Bayer2006-11-235-3/+48
|
* speed adjustments...the cheetah test setting the bar pretty high....Mike Bayer2006-11-221-1/+1
|
* copyright etcMike Bayer2006-11-211-0/+30
|
* doc, etcMike Bayer2006-11-202-2/+1
|
* benchmarks....beating cheetah so far ! woopMike Bayer2006-11-2017-0/+386