aboutsummaryrefslogtreecommitdiffstats
path: root/examples/wsgi
Commit message (Collapse)AuthorAgeFilesLines
* Corrects run_wsgi.py spelling error.CodeMan992014-12-111-1/+1
|
* Make run_wsgi.py python3 compliantCodeMan992014-12-101-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
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-192-3/+3
|
* use wsgiref server nowMike Bayer2009-08-051-2/+2
|
* 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