summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Have test_cwd_added_to_path roll back cleanly on failure.Keith Gaughan2013-06-191-8/+14
| * Update CHANGESJamie Matthews2013-06-191-0/+3
| * Add test for adding cwd to sys.path in runnerJamie Matthews2013-06-191-0/+11
| * 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-1211-7/+69
|/
* Merge pull request #38 from kgaughan/nitsTres Seaver2013-06-033-5/+5
|\
| * Nits.Keith Gaughan2013-06-043-5/+5
|/
* Merge pull request #36 from marcinkuzminski/masterTres Seaver2013-05-287-3/+26
|\
| * Added docs and new flag into runnerMarcin Kuzminski2013-05-282-0/+9
| * Updated docs with new use_poll flagMarcin Kuzminski2013-05-281-0/+7
| * Added use_poll into adjustment testsMarcin Kuzminski2013-05-281-1/+3
| * Added new option to use poll instead of select in asyncore.loop callMarcin Kuzminski2013-05-282-1/+6
| * Use the same parameters of dummy asyncore like inMarcin Kuzminski2013-05-281-1/+1
|/
* add changelog noteChris McDonough2013-05-271-0/+9
* Switch fixture spawning to use multiprocessing.Keith Gaughan2013-05-2811-141/+93
* Hide Unix socket support better when unsupported.Keith Gaughan2013-05-283-50/+47
* prep for 0.8.50.8.5Chris McDonough2013-05-273-4/+4
* add changelog entryChris McDonough2013-05-271-0/+3
* Merge branch 'unicode-imports' of github.com:kgaughan/waitress into kgaughan-...Chris McDonough2013-05-271-2/+13
|\
| * Fix multisegment imports in some Python 2 revisions.Keith Gaughan2013-05-271-2/+13
* | Pre-0.8.4 compatibility.Keith Gaughan2013-05-264-20/+40
|/
* prep for 0.8.40.8.4Chris McDonough2013-05-243-4/+4
* add version noteChris McDonough2013-05-241-0/+4
* Documentation for waitress-serve and typo fix.Keith Gaughan2013-05-254-1/+162
* Python 2.6 support.Keith Gaughan2013-05-243-8/+18
* Python 3 compatibility fixes.Keith Gaughan2013-05-242-12/+15
* Command line runner.Keith Gaughan2013-05-234-0/+334
* Command line argument parsing.Keith Gaughan2013-05-232-0/+83
* Make the parameter list data.Keith Gaughan2013-05-231-57/+46
* Use new feature.Tres Seaver2013-05-231-1/+1
* Note now-supported nosetests alternative.Tres Seaver2013-05-231-2/+2
* Merge branches 'kgaughan-nose-multiprocess' and 'master'Tres Seaver2013-05-230-0/+0
* Resolve conflicts.Tres Seaver2013-05-232-41/+56
|\
| * Generalise multiprocess test execution.Keith Gaughan2013-05-182-38/+53
* | Merge branches 'kgaughan-pep8' and 'master'Tres Seaver2013-05-230-0/+0
* | Season to taste.Tres Seaver2013-05-233-11/+11
* | autopep8 runthrough and janitorial changes.Keith Gaughan2013-05-2338-414/+488
|/
* Merge pull request #27 from dbaty/signing_contrib_agreementChris McDonough2013-05-171-1/+3
|\
| * Damien Baty signs contributor agreement.Damien Baty2013-05-171-1/+3
|/
* Coverage.Tres Seaver2013-05-161-2/+2
* Allow parallel testing (e.g., under 'detox').Tres Seaver2013-05-162-2/+22
* Merge PR 19.Tres Seaver2013-05-151-0/+2
|\
| * sign Contributor AgreementTshepang Lekhonkhobe2013-05-101-0/+2
* | Fix typo on Marcin's name.Tres Seaver2013-05-151-1/+1
* | Change log for PR #25.Tres Seaver2013-05-151-0/+3
* | Merge branch 'issue-22-fix' of https://github.com/marcinkuzminski/waitress in...Tres Seaver2013-05-152-3/+15
|\ \
| * | proposed fix for issue #22Marcin Kuzminski2013-05-151-3/+3
| * | added test for buffer that are bigger than max int. That causes waitressMarcin Kuzminski2013-05-151-0/+12
* | | Merge pull request #24 from madjar/patch-1Chris McDonough2013-05-151-0/+2
|\ \ \