summaryrefslogtreecommitdiff
path: root/paste/debug/debugapp.py
Commit message (Collapse)AuthorAgeFilesLines
* convert old-style classes to new-style classespjenvey2007-01-051-2/+2
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-2/+2
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Add docstring for all the entry pointsianb2006-10-201-0/+4
|
* Set Content-length to a string value, not intianb2006-09-101-2/+2
|
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Added entry points for debug appsianb2006-05-241-0/+10
|
* - added paste.progress : a request upload progress monitor, partially ↵cce2006-01-111-0/+63
complete (needs more testing, and a way to expire old uploaded requests) - added paste.debug.debugapp which bootstraps with a simple HTML applicatoin, and a slow consumer (paste.wsgilib.dumpenviron needs to move there)