summaryrefslogtreecommitdiff
path: root/paste/debug/doctest_webapp.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove subprocess24Victor Stinner2015-04-221-4/+1
|
* Strip trailing spacesVictor Stinner2015-04-211-4/+4
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-10/+10
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-5/+5
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Moved doctest_webapp; old location not deprecated because I think it is ↵ianb2005-12-131-0/+433
probably broken at the moment anyway, so obviously no one is depending on it ;)