summaryrefslogtreecommitdiff
path: root/paste/printdebug.py
Commit message (Collapse)AuthorAgeFilesLines
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-301-0/+5
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* Added deprecated module back inianb2005-12-181-0/+9
|
* Moved paste.printdebug to paste.debug.printsianb2005-12-181-103/+0
|
* Moved printdebug to use intercept_outputianb2005-12-141-2/+5
|
* Fixes suggested by pyflakesianb2005-09-211-1/+0
|
* Handle unicode printing; don't capture when run in a unit testing environmentianb2005-09-091-0/+7
|
* Removed old configuration codeianb2005-08-311-9/+6
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified printdebugianb2005-08-221-3/+3
|
* Added parameter to force printing even when content-type isn't htmlianb2005-08-181-2/+5
|
* Allow word wrapping; try to keep exceptions out of printed outputianb2005-07-211-2/+6
|
* Added new middleware for debugging with print statemetnsianb2005-07-031-0/+87