summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dont translate KeyboardInterrupt in worker threads to thread.interrupt_main()feature.exit-from-threadChris McDonough2015-05-144-17/+12
* First cut at allowing threads to signal that they want the main process to ex...Chris McDonough2015-05-149-12/+62
* Merge pull request #99 from stevepiercy/masterChris McDonough2015-04-231-0/+3
|\
| * add rtd.txt so that RTD will buildSteve Piercy2015-04-231-0/+3
* | Merge pull request #98 from stevepiercy/masterMichael Merickel2015-04-231-5/+1
|\ \ | |/
| * update tox to use [docs]Steve Piercy2015-04-231-5/+1
|/
* Merge pull request #97 from stevepiercy/masterSteve Piercy2015-04-211-0/+1
|\
| * - add pylons-sphinx-themes to tox.iniSteve Piercy2015-04-211-0/+1
|/
* Merge pull request #96 from stevepiercy/masterSteve Piercy2015-04-213-21/+5
|\
| * - add conf.py changesSteve Piercy2015-04-211-21/+2
| * - sign contributors.txtSteve Piercy2015-04-212-0/+3
|/
* Merge branch 'hathawsh-master'Chris McDonough2015-04-206-34/+22
|\
| * Add myself to contributors and add a changelog entry about threading.Shane Hathaway2015-04-202-0/+5
| * Switch from the low level Python thread/_thread module to the threading module.Shane Hathaway2015-04-204-34/+17
|/
* Merge pull request #90 from Pylons/fix-multi-line-headersDavid Glick2015-04-133-2/+18
|\
| * update changelogfix-multi-line-headersDavid Glick2015-04-131-1/+2
| * preserve whitespace between folded header linesDavid Glick2015-04-133-2/+17
|/
* fix re-running tox by switching to install with pip. also add myself to contr...fix-toxDavid Glick2015-04-132-5/+7
* Merge pull request #87 from saschagottfried/patch-1Tres Seaver2015-03-201-3/+3
|\
| * Fix code highlighting syntaxSascha Gottfried2015-03-201-3/+3
|/
* Merge pull request #83 from bertjwregeer/fix/pep440Tres Seaver2015-02-191-1/+1
|\
| * pep440 complianceBert JW Regeer2015-02-061-1/+1
|/
* Garden.Tres Seaver2015-01-131-5/+5
* Add Travis config.Tres Seaver2014-12-181-0/+23
* Add support for Python 3.4, PyPy3.Tres Seaver2014-12-183-1/+4
* Merge pull request #77 from msabramo/patch-1Steve Piercy2014-11-251-9/+29
|\
| * index.rst: Add syntax highlightingMarc Abramowitz2014-11-241-9/+29
|/
* Merge pull request #72 from tritium21/patch-1Tres Seaver2014-08-261-3/+0
|\
| * Update setup.pyAlexander Walters2014-08-261-3/+0
|/
* - If an ``application`` value of ``None`` is supplied to the ``create_server``Chris McDonough2014-07-133-4/+19
* Add a ``docs`` section to tox.ini that, when run, ensures docs can be built.Chris McDonough2014-07-131-0/+2
* Add a ``docs`` section to tox.ini that, when run, ensures docs can be built.Chris McDonough2014-07-131-1/+11
* change tests based on code changes and make more assertionsChris McDonough2014-07-132-4/+12
* Merge branch 'master' of github.com:eli-collins/waitress into eli-collins-masterChris McDonough2014-07-132-2/+16
|\
| * Fix: start_response() should only re-raise exc_info if headers have been writtenEli Collins2013-12-182-2/+16
* | - Use a nonglobal asyncore socket map by default to hopefully prevent conflictsChris McDonough2014-07-132-0/+14
* | fix formattingMichael Merickel2014-05-231-4/+4
* | vbChris McDonough2014-05-161-1/+1
* | prep for 0.8.90.8.9Chris McDonough2014-05-162-3/+3
* | avoid spurious race condition errors during testingChris McDonough2014-05-161-1/+5
* | use pkg_resources to obtain version infoChris McDonough2014-05-161-1/+2
* | give some contextChris McDonough2014-05-161-1/+3
* | fix tests under windowsChris McDonough2014-05-163-5/+16
* | add note to changes, expand commentfix.filewrapper_leakChris McDonough2014-05-162-1/+12
* | no need to alias close to _close now that ReadOnlyFileBasedBuffer actually ha...Chris McDonough2014-05-156-27/+23
* | Fix testsBert JW Regeer2014-05-141-5/+4
* | close() can now exist everywhereBert JW Regeer2014-05-141-4/+3
* | Upon a socket.error, we need to close the filehandleBert JW Regeer2014-05-141-0/+1
* | multiprocessing.Queue() is holding onto resources ...Bert JW Regeer2014-05-141-3/+5
* | Replace magic numbers with errno.XBert JW Regeer2014-05-141-1/+2