summaryrefslogtreecommitdiff
path: root/waitress/runner.py
Commit message (Expand)AuthorAgeFilesLines
* fix merge conflictsChris McDonough2013-08-121-0/+4
|\
| * Use os.getcwd instead of os.curdir to set directory in runnerJamie Matthews2013-06-191-1/+1
| * Ensure current directory is added to sys.path in runner. Fixes #37Jamie Matthews2013-06-141-0/+4
* | add a url_prefix adjustment that behaves much like paste prefixmiddleware (to...Chris McDonough2013-08-121-0/+7
|/
* Nits.Keith Gaughan2013-06-041-3/+3
* Added docs and new flag into runnerMarcin Kuzminski2013-05-281-0/+5
* Fix multisegment imports in some Python 2 revisions.Keith Gaughan2013-05-271-2/+13
* Documentation for waitress-serve and typo fix.Keith Gaughan2013-05-251-1/+1
* Python 3 compatibility fixes.Keith Gaughan2013-05-241-10/+10
* Command line runner.Keith Gaughan2013-05-231-0/+190