summaryrefslogtreecommitdiff
path: root/paste/cgitb_catcher.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix cgitb_catcher on Python 3Victor Stinner2015-04-221-0/+4
|
* Strip trailing spacesVictor Stinner2015-04-211-2/+2
|
* Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-181-1/+1
|
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+2
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-1/+1
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Moved cgitb middleware entry point to separate functionianb2006-10-201-3/+34
|
* Paste should not depend upon other paste modules, suchcce2006-09-211-1/+2
| | | | | | | | | as Deploy. This patch moves 'converters' into paste.util since it was being used within paste proper. I'll leave it to those who know Deploy to update that. - copied converters.py from paste.deploy to paste.util - updated files that use paste.deploy.converters
* Removed Paste Deploy dependencies in many placesianb2006-08-191-2/+6
|
* Fix doc stringsianb2005-10-071-3/+3
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* Tests and bugfixes for cgitb_catcherianb2005-08-221-20/+31
|
* Cleanup from the last deleteianb2005-08-221-26/+36
|
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-6/+5
|
* Added start_response exc_info argumentianb2005-05-141-40/+2
|
* Renamed package itselfianb2005-04-221-0/+95