summaryrefslogtreecommitdiff
path: root/pecan/templating.py
Commit message (Collapse)AuthorAgeFilesLines
* General import and flake8 cleanup.Ryan Petrello2013-05-031-6/+1
|
* Avoid a potential encoding exception when rendering Genshi errors.Ryan Petrello2013-05-031-1/+1
|
* Run Genshi tests for Python3 (support was added in Genshi 0.7).Ryan Petrello2013-05-011-1/+1
|
* Use html.escape rather than cgi.escape for PY3 (it's deprecated)Ryan Petrello2013-05-011-4/+12
|
* Correct relative imports.Ryan Petrello2013-04-301-1/+1
|
* Improve performance for general pecan request handling.Ryan Petrello2013-04-241-1/+1
|
* pep8 complianceRyan Petrello2012-10-291-3/+3
|
* pep8 love.Ryan Petrello2012-03-301-3/+3
|
* Typo fixes.Pete2012-03-271-1/+1
|
* API Documentation.Pete2012-03-271-1/+83
| | | | | | | | Filled in missing DocStrings. TODO: fix interpolation of docstrings from pecan.rest into pecan_rest.html. Sphinx is refusing to do so even though docs/source/pecan_rest.rst looks good. It could be getting confused by the presence of docs/source/rest.rst.
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-14/+26
| | | | resolved most of our PEP8 compliance issues.
* Significantly improving the documentation for templating in Pecan.Jonathan LaCour2011-09-021-2/+0
|
* set mako default mako output to be utf-8Mark McClain2011-03-291-1/+1
|
* template error traceback parity for jinja & genshiMark McClain2011-03-131-11/+35
|
* jinja2 templating supportMark McClain2011-03-121-0/+31
|
* add mako compile render tracebacksMark McClain2011-02-071-0/+11
|
* refactored to base on render engine key instead of path which always theMark McClain2011-01-271-12/+7
| | | | same
* supports changing the content type and streamingMark McClain2011-01-041-12/+4
|
* changes for templating refactorMark McClain2011-01-041-46/+63
|
* adding global context and easier customer renderers + refactor of codeMark McClain2011-01-041-29/+63
|
* Fixed a bug in the JSON templating engine.Jonathan LaCour2010-11-171-2/+1
|
* A few minor tweaks:Jonathan LaCour2010-10-111-4/+0
| | | | | | | * Only require simplejson if we need to. * Improve upon parameter validation. * Add a redirect utility function. * Remove some print statements.
* More changes for tests.Jonathan LaCour2010-09-281-51/+61
|
* Initial commit.Jonathan LaCour2010-09-281-0/+82