Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General import and flake8 cleanup. | Ryan Petrello | 2013-05-03 | 1 | -6/+1 |
| | |||||
* | Avoid a potential encoding exception when rendering Genshi errors. | Ryan Petrello | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | Run Genshi tests for Python3 (support was added in Genshi 0.7). | Ryan Petrello | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Use html.escape rather than cgi.escape for PY3 (it's deprecated) | Ryan Petrello | 2013-05-01 | 1 | -4/+12 |
| | |||||
* | Correct relative imports. | Ryan Petrello | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | Improve performance for general pecan request handling. | Ryan Petrello | 2013-04-24 | 1 | -1/+1 |
| | |||||
* | pep8 compliance | Ryan Petrello | 2012-10-29 | 1 | -3/+3 |
| | |||||
* | pep8 love. | Ryan Petrello | 2012-03-30 | 1 | -3/+3 |
| | |||||
* | Typo fixes. | Pete | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | API Documentation. | Pete | 2012-03-27 | 1 | -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 and | Jonathan LaCour | 2012-03-11 | 1 | -14/+26 |
| | | | | resolved most of our PEP8 compliance issues. | ||||
* | Significantly improving the documentation for templating in Pecan. | Jonathan LaCour | 2011-09-02 | 1 | -2/+0 |
| | |||||
* | set mako default mako output to be utf-8 | Mark McClain | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | template error traceback parity for jinja & genshi | Mark McClain | 2011-03-13 | 1 | -11/+35 |
| | |||||
* | jinja2 templating support | Mark McClain | 2011-03-12 | 1 | -0/+31 |
| | |||||
* | add mako compile render tracebacks | Mark McClain | 2011-02-07 | 1 | -0/+11 |
| | |||||
* | refactored to base on render engine key instead of path which always the | Mark McClain | 2011-01-27 | 1 | -12/+7 |
| | | | | same | ||||
* | supports changing the content type and streaming | Mark McClain | 2011-01-04 | 1 | -12/+4 |
| | |||||
* | changes for templating refactor | Mark McClain | 2011-01-04 | 1 | -46/+63 |
| | |||||
* | adding global context and easier customer renderers + refactor of code | Mark McClain | 2011-01-04 | 1 | -29/+63 |
| | |||||
* | Fixed a bug in the JSON templating engine. | Jonathan LaCour | 2010-11-17 | 1 | -2/+1 |
| | |||||
* | A few minor tweaks: | Jonathan LaCour | 2010-10-11 | 1 | -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 LaCour | 2010-09-28 | 1 | -51/+61 |
| | |||||
* | Initial commit. | Jonathan LaCour | 2010-09-28 | 1 | -0/+82 |