summaryrefslogtreecommitdiff
path: root/paste/debug/testserver.py
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-3/+3
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-2/+2
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-3/+3
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* 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.
* moving httpserver from util sub-package up a levelcce2006-01-091-1/+1
|
* migrating tests to use util.httpserver rather than util.baseservercce2005-12-141-1/+1
|
* - redirects should include commentscce2005-12-131-6/+2
| | | | - testserver was importing wrong modules
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-0/+97
with trunk